Interface HasOutcome
-
- All Known Subinterfaces:
ButtonTagDeclaration
,EventTagDeclaration
,LinkTagDeclaration
public interface HasOutcome
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setOutcome(String outcome)
Link to an internal facelet page, like the outcome of an action.
-
-
-
Method Detail
-
setOutcome
void setOutcome(String outcome)
Link to an internal facelet page, like the outcome of an action. The context path will be added. A session id will be added, if needed.- Parameters:
outcome
- internal link
-
-