|
|||||||||
| 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.Redirect
public class Redirect
Redirect implementation.
| 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 | |
|---|---|
Redirect()
|
|
| Method Summary | |
|---|---|
void |
generate(Buffer out)
Generates this node The base implementation just calls PageNode.generateChildren(Buffer) |
void |
setContext(java.lang.String contextURI)
Name of the context when redirecting to a relative URL resource that belongs to a foreign context. |
void |
setUrl(java.lang.String url)
The URL of the resource to redirect to. |
| 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 Redirect()
| Method Detail |
|---|
public void setContext(java.lang.String contextURI)
public void setUrl(java.lang.String url)
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 | ||||||||