org.qi4j.library.struts2.support.add
Interface ProvidesAddingOf<T>

All Superinterfaces:
com.opensymphony.xwork2.Action, HasInput, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.Preparable, StrutsAction, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, com.opensymphony.xwork2.ValidationAware
All Known Implementing Classes:
ProvidesAddingOfMixin

public interface ProvidesAddingOf<T>
extends com.opensymphony.xwork2.Preparable, HasInput, StrutsAction


Field Summary
 
Fields inherited from interface com.opensymphony.xwork2.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Method Summary
 T getState()
           
 
Methods inherited from interface com.opensymphony.xwork2.Preparable
prepare
 
Methods inherited from interface org.qi4j.library.struts2.support.HasInput
input
 
Methods inherited from interface com.opensymphony.xwork2.Action
execute
 
Methods inherited from interface com.opensymphony.xwork2.Validateable
validate
 
Methods inherited from interface com.opensymphony.xwork2.ValidationAware
addActionError, addActionMessage, addFieldError, getActionErrors, getActionMessages, getFieldErrors, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, setActionErrors, setActionMessages, setFieldErrors
 
Methods inherited from interface com.opensymphony.xwork2.TextProvider
getText, getText, getText, getText, getText, getText, getText, getText, getText, getTexts, getTexts, hasKey
 
Methods inherited from interface com.opensymphony.xwork2.LocaleProvider
getLocale
 

Method Detail

getState

T getState()