|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.shale.dialog.scxml.impl.DefaultDialogStateMapper
public class DefaultDialogStateMapper
Default DialogStateMapper
implementation. The dialog state
identifier itself is used as the JavaServer Faces
view identifier
.
Constructor Summary | |
---|---|
DefaultDialogStateMapper()
|
Method Summary | |
---|---|
java.lang.String |
mapStateId(java.lang.String dialogName,
java.lang.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 . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultDialogStateMapper()
Method Detail |
---|
public java.lang.String mapStateId(java.lang.String dialogName, java.lang.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 DialogStateMapper
dialogName
- The logical name of the dialog this state belongs tostateId
- The state identifier for the current dialog statecontext
- The current FacesContext
view identifier
that should
be rendered
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |