Class ResultTypeConfig
java.lang.Object
org.apache.struts2.util.location.Located
org.apache.struts2.config.entities.ResultTypeConfig
- All Implemented Interfaces:
- Serializable,- Locatable
Configuration class for result types.
 
 In the xml configuration file this is defined as the result-type tag.
 
- Author:
- Mike, Rainer Hermanns, Neo
- See Also:
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic final classThe builder for this object.
- 
Field SummaryFields
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedResultTypeConfig(String name, String className) protected
- 
Method SummaryMethods inherited from class org.apache.struts2.util.location.LocatedgetLocation, setLocation
- 
Field Details- 
className
- 
name
- 
defaultResultParam
- 
params
 
- 
- 
Constructor Details- 
ResultTypeConfig
- 
ResultTypeConfig
 
- 
- 
Method Details