Class URLRewriteActions
- java.lang.Object
-
- org.wso2.carbon.mediator.urlrewrite.URLRewriteActions
-
public class URLRewriteActions extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
FRAGMENT_FULL
static String
FRAGMENT_HOST
static String
FRAGMENT_PATH
static String
FRAGMENT_PORT
static String
FRAGMENT_PROTOCOL
static String
FRAGMENT_QUERY
static String
FRAGMENT_REF
static String
FRAGMENT_USER
static String
TYPE_APPEND
static String
TYPE_PREPEND
static String
TYPE_REMOVE
static String
TYPE_REPLACE
static String
TYPE_SET
-
Constructor Summary
Constructors Constructor Description URLRewriteActions()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAction()
static List<URLRewriteActions>
getAllActions(org.apache.axiom.om.OMElement elem)
String
getFragment()
String
getRegex()
String
getURL()
String
getValue()
org.apache.synapse.util.xpath.SynapseXPath
getXpath()
void
setAction(String type)
void
setFragment(String fragment)
void
setRegex(String regex)
void
setURL(String url)
void
setValue(String value)
void
setXpath(org.apache.synapse.util.xpath.SynapseXPath xpath)
-
-
-
Field Detail
-
TYPE_APPEND
public static final String TYPE_APPEND
- See Also:
- Constant Field Values
-
TYPE_PREPEND
public static final String TYPE_PREPEND
- See Also:
- Constant Field Values
-
TYPE_REPLACE
public static final String TYPE_REPLACE
- See Also:
- Constant Field Values
-
TYPE_REMOVE
public static final String TYPE_REMOVE
- See Also:
- Constant Field Values
-
TYPE_SET
public static final String TYPE_SET
- See Also:
- Constant Field Values
-
FRAGMENT_PROTOCOL
public static final String FRAGMENT_PROTOCOL
- See Also:
- Constant Field Values
-
FRAGMENT_HOST
public static final String FRAGMENT_HOST
- See Also:
- Constant Field Values
-
FRAGMENT_PORT
public static final String FRAGMENT_PORT
- See Also:
- Constant Field Values
-
FRAGMENT_PATH
public static final String FRAGMENT_PATH
- See Also:
- Constant Field Values
-
FRAGMENT_QUERY
public static final String FRAGMENT_QUERY
- See Also:
- Constant Field Values
-
FRAGMENT_REF
public static final String FRAGMENT_REF
- See Also:
- Constant Field Values
-
FRAGMENT_USER
public static final String FRAGMENT_USER
- See Also:
- Constant Field Values
-
FRAGMENT_FULL
public static final String FRAGMENT_FULL
- See Also:
- Constant Field Values
-
-
Method Detail
-
setAction
public void setAction(String type)
-
getAction
public String getAction()
-
setURL
public void setURL(String url)
-
getURL
public String getURL()
-
getXpath
public org.apache.synapse.util.xpath.SynapseXPath getXpath()
-
setXpath
public void setXpath(org.apache.synapse.util.xpath.SynapseXPath xpath)
-
getValue
public String getValue()
-
setValue
public void setValue(String value)
-
getFragment
public String getFragment()
-
setFragment
public void setFragment(String fragment)
-
getRegex
public String getRegex()
-
setRegex
public void setRegex(String regex)
-
getAllActions
public static List<URLRewriteActions> getAllActions(org.apache.axiom.om.OMElement elem)
-
-