public class ForwardInfo
extends java.lang.Object
It is not serializable.
Constructor and Description |
---|
ForwardInfo(java.lang.String uri,
ConditionImpl cond) |
Modifier and Type | Method and Description |
---|---|
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.
|
public ForwardInfo(java.lang.String uri, ConditionImpl cond)
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.
Copyright © 2005-2023 Potix Corporation. All Rights Reserved.