Class MappingData


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

      • mappingType

        public byte mappingType
      • host

        public java.lang.Object host
      • context

        public java.lang.Object context
      • wrapper

        public java.lang.Object wrapper
      • servletName

        public java.lang.String servletName
      • descriptorPath

        public java.lang.String descriptorPath
      • matchedPath

        public java.lang.String matchedPath
      • jspWildCard

        public boolean jspWildCard
      • isDefaultContext

        public boolean isDefaultContext
      • contextPath

        public final DataChunk contextPath
      • requestPath

        public final DataChunk requestPath
      • wrapperPath

        public final DataChunk wrapperPath
      • redirectPath

        public final DataChunk redirectPath
      • tmpMapperDC

        public final DataChunk tmpMapperDC
    • Constructor Detail

      • MappingData

        public MappingData()
    • Method Detail

      • recycle

        public void recycle()
      • toString

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