|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - public interface ProgrammaticModelDrivenConversation<T extends Serializable>
An interface for simplifying the integration of the ModelDriven
interface
and pattern with the programmatic management of the conversation life-cycle.
In most cases, extending the ProgrammaticModelDrivenConversationSupport
should
be used in preference to directly implementing this interface.
| Method Summary | |
|---|---|
String[] |
getConversations()
The conversations for which this class is a member. |
void |
setModel(T model)
Set the model instance. |
| Methods inherited from interface com.opensymphony.xwork2.ModelDriven |
|---|
getModel |
| Method Detail |
|---|
void setModel(T model)
model - String[] getConversations()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||