Uses of Class
com.opensymphony.xwork2.config.entities.ExternalReference

Packages that use ExternalReference
com.opensymphony.xwork2.config.entities   
 

Uses of ExternalReference in com.opensymphony.xwork2.config.entities
 

Fields in com.opensymphony.xwork2.config.entities with type parameters of type ExternalReference
protected  java.util.List<ExternalReference> ActionConfig.externalRefs
           
 

Methods in com.opensymphony.xwork2.config.entities that return types with arguments of type ExternalReference
 java.util.List<ExternalReference> ActionConfig.getExternalRefs()
           
 

Methods in com.opensymphony.xwork2.config.entities with parameters of type ExternalReference
 void ActionConfig.addExternalRef(ExternalReference reference)
           
 

Method parameters in com.opensymphony.xwork2.config.entities with type arguments of type ExternalReference
 void ActionConfig.addExternalRefs(java.util.List<ExternalReference> refs)
           
 

Constructor parameters in com.opensymphony.xwork2.config.entities with type arguments of type ExternalReference
ActionConfig(java.lang.String methodName, java.lang.String className, java.lang.String packageName, java.util.Map<java.lang.String,java.lang.Object> parameters, java.util.Map<java.lang.String,ResultConfig> results, java.util.List<InterceptorMapping> interceptors, java.util.List<ExternalReference> externalRefs)
           
ActionConfig(java.lang.String methodName, java.lang.String className, java.lang.String packageName, java.util.Map<java.lang.String,java.lang.Object> parameters, java.util.Map<java.lang.String,ResultConfig> results, java.util.List<InterceptorMapping> interceptors, java.util.List<ExternalReference> externalRefs, java.util.List<ExceptionMappingConfig> exceptionMappings)
           
 



Copyright © 2006 OpenSymphony. All Rights Reserved.