Interface ContextParam

  • All Superinterfaces:
    ConfigBeanProxy

    public interface ContextParam
    extends ConfigBeanProxy
    Corresponds to the context-param element for customizing the configuration of web apps.
    Author:
    tjquinn
    • Method Detail

      • getDescription

        String getDescription()
        Returns the context-param description.
        Returns:
        description
      • setDescription

        void setDescription​(String value)
        Sets the context-param description.
        Parameters:
        value - new description value
      • getParamName

        String getParamName()
        Returns the context-param parameter name.
        Returns:
        parameter name
      • setParamName

        void setParamName​(String value)
        Sets the context-param parameter name.
        Parameters:
        value -
      • getParamValue

        String getParamValue()
        Returns the context-param parameter value.
        Returns:
        parameter value
      • setParamValue

        void setParamValue​(String value)
        Sets the context-param parameter value.
        Parameters:
        value - new value
      • getIgnoreDescriptorItem

        String getIgnoreDescriptorItem()
      • setIgnoreDescriptorItem

        void setIgnoreDescriptorItem​(String value)