org.qi4j.library.struts2.support.edit
Interface ProvidesEditingOf<T>

All Superinterfaces:
com.opensymphony.xwork2.Action, HasInput, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.Preparable, ProvidesEntityOf<T>, StrutsAction, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, com.opensymphony.xwork2.ValidationAware
All Known Implementing Classes:
ProvidesEditingOfMixin

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


Field Summary
 
Fields inherited from interface com.opensymphony.xwork2.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Method Summary
 void prepareInput()
           
 
Methods inherited from interface org.qi4j.library.struts2.support.ProvidesEntityOf
getEntity, getId, setId
 
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

prepareInput

void prepareInput()
                  throws Exception
Throws:
Exception