Package | Description |
---|---|
org.apache.shale.dialog.basic.config | |
org.apache.shale.dialog.basic.model |
Modifier and Type | Class and Description |
---|---|
class |
AbstractState
Abstract base class for
State definitions. |
class |
ActionStateImpl
ActionStateImpl is a basic implementation of
ActionState . |
class |
EndStateImpl
EndStateImpl is a basic implementation of
EndState . |
class |
SubdialogStateImpl
SubdialogStateImpl is a basic implementation of
SubdialogState . |
class |
ViewStateImpl
ViewStateImpl is a basic implementation of
ViewState . |
Modifier and Type | Method and Description |
---|---|
State |
DialogImpl.findState(String id)
|
Modifier and Type | Method and Description |
---|---|
void |
DialogImpl.addState(State state)
|
void |
DialogImpl.removeState(State state)
|
Modifier and Type | Interface and Description |
---|---|
interface |
ActionState
An
ActionState represents the execution of an action method
(typically delegating behavior to appropriate business logic). |
interface |
EndState
|
interface |
SubdialogState
A
SubdialogState represents the execution of a separate
Dialog , after which processing proceeds within the current
Dialog based upon the logical outcome returned by the
EndState of the subordinate dialog. |
interface |
ViewState
A
ViewState encapsulates the rendering of a JavaServer Faces
view, identified by a specified view identifier. |
Modifier and Type | Method and Description |
---|---|
State |
Dialog.findState(String id)
|
Copyright © 2004-2013 Apache Software Foundation. All Rights Reserved.