Save This Page
Home » xwork-2.1.5 » com.opensymphony » xwork2 » config » entities » [javadoc | source]
com.opensymphony.xwork2.config.entities
public class: InterceptorConfig [javadoc | source]
java.lang.Object
   com.opensymphony.xwork2.util.location.Located
      com.opensymphony.xwork2.config.entities.InterceptorConfig

All Implemented Interfaces:
    Serializable, Locatable

Configuration for Interceptors.

In the xml configuration file this is defined as the interceptors tag.

Nested Class Summary:
public static final class  InterceptorConfig.Builder  The builder for this object. An instance of this object is the only way to construct a new instance. The purpose is to enforce the immutability of the object. The methods are structured in a way to support chaining. After setting any values you need, call the {@link #build()} method to create the object. 
Field Summary
 Map<String, String> params     
 String className     
 String name     
Fields inherited from com.opensymphony.xwork2.util.location.Located:
location
Constructor:
 protected InterceptorConfig(InterceptorConfig orig) 
 protected InterceptorConfig(String name,
    String className) 
Method from com.opensymphony.xwork2.config.entities.InterceptorConfig Summary:
equals,   getClassName,   getName,   getParams,   hashCode
Methods from com.opensymphony.xwork2.util.location.Located:
getLocation,   setLocation
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.opensymphony.xwork2.config.entities.InterceptorConfig Detail:
 public boolean equals(Object o) 
 public String getClassName() 
 public String getName() 
 public Map<String, String> getParams() 
 public int hashCode()