public class DefaultDialogStateMapper extends Object implements DialogStateMapper
Default DialogStateMapper implementation. The dialog state
identifier itself is used as the JavaServer Faces
view identifier.
| Constructor and Description |
|---|
DefaultDialogStateMapper() |
| Modifier and Type | Method and Description |
|---|---|
String |
mapStateId(String dialogName,
String stateId,
javax.faces.context.FacesContext context)
The default implementation is an identity transform which
returns the dialog state ID as the next JavaServer Faces
view identifier. |
public String mapStateId(String dialogName, String stateId, javax.faces.context.FacesContext context)
The default implementation is an identity transform which
returns the dialog state ID as the next JavaServer Faces
view identifier.
mapStateId in interface DialogStateMapperdialogName - The logical name of the dialog this state belongs tostateId - The state identifier for the current dialog statecontext - The current FacesContextview identifier that should
be renderedCopyright © 2004-2013 Apache Software Foundation. All Rights Reserved.