Class MappingData


  • public class MappingData
    extends java.lang.Object
    Mapping data.
    • Field Detail

      • host

        public Host host
        The mapped host.
      • context

        public Context context
        The mapped context.
      • contextSlashCount

        public int contextSlashCount
        The number of slashes in the context path.
      • contexts

        public Context[] contexts
        The mapped contexts.
      • wrapper

        public Wrapper wrapper
        The mapped wrapper.
      • jspWildCard

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

        public final MessageBytes requestPath
        The request path.
      • wrapperPath

        public final MessageBytes wrapperPath
        The wrapper path.
      • pathInfo

        public final MessageBytes pathInfo
        The path info.
      • redirectPath

        public final MessageBytes redirectPath
        The redirect path.
    • Constructor Detail

      • MappingData

        public MappingData()
        Default constructor.
    • Method Detail

      • recycle

        public void recycle()
        Recycle this mapping data for reuse.
      • toString

        public final java.lang.String toString()
        Overrides:
        toString in class java.lang.Object