Class WebXmlFilterInitParam


  • public class WebXmlFilterInitParam
    extends Object
    The web.xml filter init-param.
    Author:
    Manfred Riem ([email protected])
    • Constructor Detail

      • WebXmlFilterInitParam

        public WebXmlFilterInitParam()
    • Method Detail

      • getName

        public String getName()
        Get the name.
        Returns:
        the name.
      • getValue

        public String getValue()
        Get the value.
        Returns:
        the value.
      • setName

        public void setName​(String name)
        Set the name.
        Parameters:
        name - the name.
      • setValue

        public void setValue​(String value)
        Set the value.
        Parameters:
        value - the value.