Class ContextMappingRuleHandle

  • All Implemented Interfaces:
    RuleHandle

    public class ContextMappingRuleHandle
    extends java.lang.Object
    implements RuleHandle
    Context mapping thread handle.
    • Constructor Detail

      • ContextMappingRuleHandle

        public ContextMappingRuleHandle()
    • Method Detail

      • getAddPrefixed

        public boolean getAddPrefixed()
        get prefix forward status.
        Returns:
        prefix-forward status
      • setAddPrefixed

        public void setAddPrefixed​(boolean addPrefixed)
        set prefix forward.
        Parameters:
        addPrefixed - status
      • getContextPath

        public java.lang.String getContextPath()
        get contextPath.
        Returns:
        contextPath
      • setContextPath

        public void setContextPath​(java.lang.String contextPath)
        set contextPath.
        Parameters:
        contextPath - contextPath
      • getAddPrefix

        public java.lang.String getAddPrefix()
        get addPrefix.
        Returns:
        addPrefix
      • setAddPrefix

        public void setAddPrefix​(java.lang.String addPrefix)
        set addPrefix.
        Parameters:
        addPrefix - addPrefix
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • toString

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

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object