|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.zkoss.zk.ui.metainfo.ForwardInfo
public class ForwardInfo
The forward directive in the ZUML page.
It is not serializable.
| Constructor Summary | |
|---|---|
ForwardInfo(java.lang.String uri,
ConditionImpl cond)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getURI()
Returns the URI to forward to. |
java.lang.String |
resolveURI(PageDefinition pgdef,
Page page)
Evaluates and returns the URI, or null if not to forward. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ForwardInfo(java.lang.String uri,
ConditionImpl cond)
| Method Detail |
|---|
public java.lang.String getURI()
public java.lang.String resolveURI(PageDefinition pgdef,
Page page)
Note: if URI contains EL expressions and is evaluated to an empty string, this method returns null to indicate no need to forward.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||