Class FilterConfigImpl

  • All Implemented Interfaces:
    javax.portlet.filter.FilterConfig

    public class FilterConfigImpl
    extends Object
    implements javax.portlet.filter.FilterConfig
    Version:
    $Revision: 630 $
    Author:
    Julien Viet
    • Constructor Detail

      • FilterConfigImpl

        public FilterConfigImpl​(ContainerFilterInfo filterInfo,
                                javax.portlet.PortletContext context)
    • Method Detail

      • getFilterName

        public String getFilterName()
        Specified by:
        getFilterName in interface javax.portlet.filter.FilterConfig
      • getPortletContext

        public javax.portlet.PortletContext getPortletContext()
        Specified by:
        getPortletContext in interface javax.portlet.filter.FilterConfig
      • getInitParameter

        public String getInitParameter​(String name)
        Specified by:
        getInitParameter in interface javax.portlet.filter.FilterConfig
      • getInitParameterNames

        public Enumeration getInitParameterNames()
        Specified by:
        getInitParameterNames in interface javax.portlet.filter.FilterConfig