|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.japano.PageNode
org.japano.pagenode.jstl.core.Url
public class Url
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.japano.PageNode |
|---|
PageNode.Output |
| Field Summary |
|---|
| Fields inherited from class org.japano.PageNode |
|---|
children, context, EMPTY, nodeId, parent |
| Constructor Summary | |
|---|---|
Url()
|
|
| Method Summary | |
|---|---|
void |
generate(Buffer out)
Generates this node The base implementation just calls PageNode.generateChildren(Buffer) |
void |
setContext(java.lang.String contextName)
Name of the context when specifying a relative URL resource that belongs to a foreign context. |
void |
setScope(java.lang.String scope)
Scope for var. |
void |
setValue(java.lang.String value)
URL to be processed. |
void |
setVar(java.lang.String var)
Name of the exported scoped variable for the processed url. |
| Methods inherited from class org.japano.PageNode |
|---|
findChildren, findParent, findRootNode, generateChildren, getChildren, getContext, getNodeId, getParent, init, recInit, release, setChildren, setContext, setNodeId, setParent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Url()
| Method Detail |
|---|
public void setVar(java.lang.String var)
public void setScope(java.lang.String scope)
public void setValue(java.lang.String value)
public void setContext(java.lang.String contextName)
public void generate(Buffer out)
PageNodePageNode.generateChildren(Buffer)
generate in class PageNode
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||