Class MappingData

java.lang.Object
org.apache.catalina.mapper.MappingData

public class MappingData extends Object
Mapping data.
  • Field Details

    • 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.
    • matchType

      public MappingMatch matchType
      The match type.
  • Constructor Details

    • MappingData

      public MappingData()
      Default constructor.
  • Method Details

    • recycle

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

      public final String toString()
      Overrides:
      toString in class Object