Class ResultTypeConfig

java.lang.Object
org.apache.struts2.util.location.Located
org.apache.struts2.config.entities.ResultTypeConfig
All Implemented Interfaces:
Serializable, Locatable

public class ResultTypeConfig extends Located implements Serializable
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:
  • Field Details

    • className

      protected String className
    • name

      protected String name
    • defaultResultParam

      protected String defaultResultParam
    • params

      protected Map<String,String> params
  • Constructor Details

    • ResultTypeConfig

      protected ResultTypeConfig(String name, String className)
    • ResultTypeConfig

      protected ResultTypeConfig(ResultTypeConfig orig)
  • Method Details