|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.oroad.stxx.plugin.Pipeline
Defines a pipeline
Field Summary | |
static java.lang.String |
DEFAULT_TRANSFORM
The name given to the default transformation |
Constructor Summary | |
Pipeline()
Construct a new instance with default values. |
Method Summary | |
void |
addTransform(ActionTransform trans)
Adds a transform to the pipeline |
java.lang.String |
getMatch()
Gets the match string |
ActionTransform |
match(java.lang.String path,
java.util.ArrayList possibleNames)
Matches a path against this pipeline |
void |
setMatch(java.lang.String match)
Set the match string. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String DEFAULT_TRANSFORM
Constructor Detail |
public Pipeline()
Method Detail |
public ActionTransform match(java.lang.String path, java.util.ArrayList possibleNames)
path
- The path of the requestpossibleNames
- A list of names the selector matchedpublic void setMatch(java.lang.String match)
match
- The new matchpublic java.lang.String getMatch()
public void addTransform(ActionTransform trans)
trans
- The transform to add
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |