Class FilterMapping

    • Constructor Detail

      • FilterMapping

        public FilterMapping()
        Deprecated.
    • Method Detail

      • dispatch

        public static DispatcherType dispatch​(String type)
        Deprecated.
        Dispatch type from name
        Parameters:
        type - the type name
        Returns:
        the dispatcher type
      • appliesTo

        public boolean appliesTo​(DispatcherType t)
        Deprecated.
      • isDefaultDispatches

        public boolean isDefaultDispatches()
        Deprecated.
      • setDispatcherTypes

        public void setDispatcherTypes​(EnumSet<DispatcherType> dispatcherTypes)
        Deprecated.
      • setDispatches

        public void setDispatches​(int dispatches)
        Deprecated.
        Parameters:
        dispatches - The dispatches to set.
        See Also:
        DEFAULT, REQUEST, ERROR, FORWARD, INCLUDE
      • setFilterName

        public void setFilterName​(String filterName)
        Deprecated.
        Parameters:
        filterName - The filterName to set.
      • setPathSpecs

        public void setPathSpecs​(String[] pathSpecs)
        Deprecated.
        Parameters:
        pathSpecs - The Path specifications to which this filter should be mapped.
      • setPathSpec

        public void setPathSpec​(String pathSpec)
        Deprecated.
        Parameters:
        pathSpec - The pathSpec to set.
      • dump

        public void dump​(Appendable out,
                         String indent)
                  throws IOException
        Deprecated.
        Description copied from interface: Dumpable
        Dump this object (and children) into an Appendable using the provided indent after any new lines. The indent should not be applied to the first object dumped.
        Specified by:
        dump in interface Dumpable
        Parameters:
        out - The appendable to dump to
        indent - The indent to apply after any new lines.
        Throws:
        IOException - if unable to write to Appendable