Class Mapper.MappedWrapper

    • Constructor Summary

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

      • Methods inherited from class java.lang.Object

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

      • jspWildCard

        public final boolean jspWildCard
        Whether this is a JSP wildcard mapping.
      • resourceOnly

        public final boolean resourceOnly
        Whether this is resource only.
    • Constructor Detail

      • MappedWrapper

        public MappedWrapper​(java.lang.String name,
                             Wrapper wrapper,
                             boolean jspWildCard,
                             boolean resourceOnly)
        Constructor.
        Parameters:
        name - The name of the wrapper
        wrapper - The wrapper
        jspWildCard - Whether it's a JSP wildcard
        resourceOnly - Whether it's resource only