Class WrapperMappingInfo


  • public class WrapperMappingInfo
    extends java.lang.Object
    Encapsulates information used to register a Wrapper mapping.
    • Constructor Summary

      Constructors 
      Constructor Description
      WrapperMappingInfo​(java.lang.String mapping, Wrapper wrapper, boolean jspWildCard, boolean resourceOnly)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getMapping()
      Returns the URL pattern.
      Wrapper getWrapper()
      Returns the wrapper for the Servlet.
      boolean isJspWildCard()
      Returns whether this is a mapping for JSP files.
      boolean isResourceOnly()
      Returns whether this is a resource only mapping.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WrapperMappingInfo

        public WrapperMappingInfo​(java.lang.String mapping,
                                  Wrapper wrapper,
                                  boolean jspWildCard,
                                  boolean resourceOnly)
    • Method Detail

      • getMapping

        public java.lang.String getMapping()
        Returns the URL pattern.
        Returns:
        the URL pattern
      • getWrapper

        public Wrapper getWrapper()
        Returns the wrapper for the Servlet.
        Returns:
        the wrapper
      • isJspWildCard

        public boolean isJspWildCard()
        Returns whether this is a mapping for JSP files.
        Returns:
        true if this is a JSP wildcard mapping
      • isResourceOnly

        public boolean isResourceOnly()
        Returns whether this is a resource only mapping.
        Returns:
        true if this is a resource only mapping