|
Copyright 2002 by aragost | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.aragost.araspect.PathElement
| Constructor Summary | |
PathElement(java.lang.String id)
Creates new PathElement |
|
PathElement(java.lang.String id,
java.lang.String part)
Creates new PathElement |
|
PathElement(java.lang.String id,
java.lang.String part1,
java.lang.String part2)
Creates new PathElement |
|
PathElement(java.lang.String id,
java.lang.String part1,
java.lang.String part2,
java.lang.String part3)
Creates new PathElement |
|
| Method Summary | |
void |
addPart(java.lang.String part)
Add a part to the receiver |
static PathElement |
fromUrlString(java.lang.String s)
DOCUMENT ME! |
Evaluator |
getEvaluator()
Return the Evaluator associated with the receiver. |
java.lang.String |
getEvaluatorId()
Getter for property evaluatorId. |
java.lang.String |
getFirstPart()
Return the first part of the receiver |
java.util.List |
getParts()
Getter for property parts. |
java.lang.String |
getSecondPart()
Return the second part of the receiver |
java.lang.String |
getThirdPart()
Return the third part of the receiver |
void |
setValueToNull()
|
java.lang.String |
toUrlString()
DOCUMENT ME! |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PathElement(java.lang.String id)
id - The id of the the PathElement
public PathElement(java.lang.String id,
java.lang.String part)
id - The id of the new PartElementpart - The value of the first part
public PathElement(java.lang.String id,
java.lang.String part1,
java.lang.String part2)
id - The id of the new PartElementpart1 - The value of the first partpart2 - The value of the second part
public PathElement(java.lang.String id,
java.lang.String part1,
java.lang.String part2,
java.lang.String part3)
id - The id of the new PartElementpart1 - The value of the first partpart2 - The value of the second partpart3 - The value of the third part| Method Detail |
public void addPart(java.lang.String part)
part - The part to addpublic java.lang.String getFirstPart()
public java.lang.String getSecondPart()
public java.lang.String getThirdPart()
public Evaluator getEvaluator()
public java.lang.String getEvaluatorId()
public java.util.List getParts()
public java.lang.String toUrlString()
public static PathElement fromUrlString(java.lang.String s)
s - DOCUMENT ME!
public void setValueToNull()
|
Copyright 2002 by aragost | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||