public class ContextMappingRuleHandle extends java.lang.Object implements RuleHandle
| Constructor and Description |
|---|
ContextMappingRuleHandle() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getAddPrefix()
get addPrefix.
|
boolean |
getAddPrefixed()
get prefix forward status.
|
java.lang.String |
getContextPath()
get contextPath.
|
int |
hashCode() |
static ContextMappingRuleHandle |
newInstance()
New instance context mapping rule handle.
|
void |
setAddPrefix(java.lang.String addPrefix)
set addPrefix.
|
void |
setAddPrefixed(boolean addPrefixed)
set prefix forward.
|
void |
setContextPath(java.lang.String contextPath)
set contextPath.
|
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waittoJsonpublic static ContextMappingRuleHandle newInstance()
public boolean getAddPrefixed()
public void setAddPrefixed(boolean addPrefixed)
addPrefixed - statuspublic java.lang.String getContextPath()
public void setContextPath(java.lang.String contextPath)
contextPath - contextPathpublic java.lang.String getAddPrefix()
public void setAddPrefix(java.lang.String addPrefix)
addPrefix - addPrefixpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2024 The Apache Software Foundation. All rights reserved.