public class UrlRewriteMatchDescriptorExt extends UrlRewriteFlowDescriptorBase<UrlRewriteMatchDescriptor> implements UrlRewriteMatchDescriptor
| Constructor and Description |
|---|
UrlRewriteMatchDescriptorExt() |
| Modifier and Type | Method and Description |
|---|---|
String |
getOper() |
String |
getOperation() |
String |
getPattern() |
String |
operation() |
UrlRewriteMatchDescriptor |
operation(String operation) |
String |
pattern() |
UrlRewriteMatchDescriptor |
pattern(String pattern) |
void |
setOp(String operation) |
void |
setOper(String operation) |
void |
setOperation(String operation) |
void |
setPattern(String pattern) |
void |
setUrl(String pattern) |
Template |
template() |
UrlRewriteMatchDescriptor |
template(Template template) |
addStep, flow, flow, flow, getFlow, setFlow, setFlow, stepssetType, type, typeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddStep, flow, flow, flow, stepstype, typepublic String operation()
operation in interface UrlRewriteMatchDescriptorpublic String getOperation()
public UrlRewriteMatchDescriptor operation(String operation)
operation in interface UrlRewriteMatchDescriptorpublic void setOperation(String operation)
public void setOper(String operation)
public void setOp(String operation)
public String getOper()
public String pattern()
pattern in interface UrlRewriteMatchDescriptorpublic UrlRewriteMatchDescriptor pattern(String pattern) throws URISyntaxException
pattern in interface UrlRewriteMatchDescriptorURISyntaxExceptionpublic void setUrl(String pattern) throws URISyntaxException
URISyntaxExceptionpublic void setPattern(String pattern) throws URISyntaxException
URISyntaxExceptionpublic String getPattern()
public Template template()
template in interface UrlRewriteMatchDescriptorpublic UrlRewriteMatchDescriptor template(Template template)
template in interface UrlRewriteMatchDescriptorCopyright © 2015 Apache Software Foundation. All rights reserved.