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