HDIV API 2.0.4

org.hdiv.interceptor
Class HDIVParametersInterceptor

java.lang.Object
  extended by com.opensymphony.xwork2.interceptor.AbstractInterceptor
      extended by com.opensymphony.xwork2.interceptor.MethodFilterInterceptor
          extended by com.opensymphony.xwork2.interceptor.ParametersInterceptor
              extended by org.hdiv.interceptor.HDIVParametersInterceptor
All Implemented Interfaces:
com.opensymphony.xwork2.interceptor.Interceptor, java.io.Serializable

public class HDIVParametersInterceptor
extends com.opensymphony.xwork2.interceptor.ParametersInterceptor

This interceptor sets all parameters on the value stack.

Since:
HDIV 2.0
Author:
Gorka Vicente
See Also:
ParametersInterceptor, Serialized Form

Field Summary
 
Fields inherited from class com.opensymphony.xwork2.interceptor.MethodFilterInterceptor
excludeMethods, includeMethods, log
 
Constructor Summary
HDIVParametersInterceptor()
           
 
Method Summary
 java.lang.String getHDIVParameter()
           
protected  boolean isExcluded(java.lang.String paramName)
           
 
Methods inherited from class com.opensymphony.xwork2.interceptor.ParametersInterceptor
acceptableName, doIntercept, getExcludeParamsSet, getOrderedComparator, isOrdered, setDevMode, setExcludeParams, setOrdered, setParameters
 
Methods inherited from class com.opensymphony.xwork2.interceptor.MethodFilterInterceptor
applyInterceptor, getExcludeMethodsSet, getIncludeMethodsSet, intercept, setExcludeMethods, setIncludeMethods
 
Methods inherited from class com.opensymphony.xwork2.interceptor.AbstractInterceptor
destroy, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HDIVParametersInterceptor

public HDIVParametersInterceptor()
Method Detail

isExcluded

protected boolean isExcluded(java.lang.String paramName)
Overrides:
isExcluded in class com.opensymphony.xwork2.interceptor.ParametersInterceptor

getHDIVParameter

public java.lang.String getHDIVParameter()
Returns:
Returns the HDIV state parameter.

HDIV 2.0.4

Copyright © 2008 hdiv.org. All Rights Reserved.