|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.config.types.PathBuilder
public class PathBuilder
Special builder for path variables.
| Constructor Summary | |
|---|---|
PathBuilder()
|
|
| Method Summary | |
|---|---|
void |
addText(RawString text)
Sets the text. |
static Path |
lookupPath(java.lang.String string)
|
static Path |
lookupPath(java.lang.String string,
java.util.ArrayList<?> vars)
|
static Path |
lookupPath(java.lang.String string,
ELContext env)
|
static Path |
lookupPath(java.lang.String string,
ELContext env,
Path pwd)
|
static Path |
lookupPath(java.lang.String string,
java.util.Map<java.lang.String,java.lang.Object> map)
|
Path |
replaceObject()
Replace with the real path. |
static java.lang.String |
rewritePathString(java.lang.String pathName)
Rewrites the path string into proper JSP EL. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PathBuilder()
| Method Detail |
|---|
public void addText(RawString text)
public Path replaceObject()
throws ELException
ELException
public static Path lookupPath(java.lang.String string)
throws ELException
ELException
public static Path lookupPath(java.lang.String string,
java.util.ArrayList<?> vars)
throws ELException
ELException
public static Path lookupPath(java.lang.String string,
java.util.Map<java.lang.String,java.lang.Object> map)
throws ELException
ELException
public static Path lookupPath(java.lang.String string,
ELContext env)
throws ELException
ELException
public static Path lookupPath(java.lang.String string,
ELContext env,
Path pwd)
throws ELException
ELExceptionpublic static java.lang.String rewritePathString(java.lang.String pathName)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||