com.google.code.rees.scope.struts2.programmatic
Interface ProgrammaticModelDrivenConversation<T extends Serializable>

Type Parameters:
T -
All Superinterfaces:
com.opensymphony.xwork2.ModelDriven<T>
All Known Implementing Classes:
ProgrammaticModelDrivenConversationSupport

public interface ProgrammaticModelDrivenConversation<T extends Serializable>
extends com.opensymphony.xwork2.ModelDriven<T>

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.

Author:
rees.byars

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

setModel

void setModel(T model)
Set the model instance.

Parameters:
model -

getConversations

String[] getConversations()
The conversations for which this class is a member.

Returns:


Copyright © 2012-2013. All Rights Reserved.