Class RewriteAction


  • public class RewriteAction
    extends Object
    Represents a URL rewrite action. The action could be rewriting the entire URL or rewriting a fragment of the URL.
    • Constructor Detail

      • RewriteAction

        public RewriteAction()
    • Method Detail

      • getFragmentIndex

        public int getFragmentIndex()
      • setFragmentIndex

        public void setFragmentIndex​(int fragmentIndex)
      • getValue

        public String getValue()
      • setValue

        public void setValue​(String value)
      • getRegex

        public String getRegex()
      • setRegex

        public void setRegex​(String regex)
      • getActionType

        public int getActionType()
      • setActionType

        public void setActionType​(int actionType)
      • isResolve

        public boolean isResolve()
      • setResolve

        public void setResolve​(boolean resolve)