Interface HasOutcome
- All Known Subinterfaces:
ButtonTagDeclaration
,EventTagDeclaration
,LinkTagDeclaration
,SheetPageCommandTagDeclaration
,TreeCommandTagDeclaration
public interface HasOutcome
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setOutcome
(String outcome) Link to an internal facelet page, like the outcome of an action.
-
Method Details
-
setOutcome
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
-