|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.webflow.action.AbstractAction
org.springframework.webflow.action.MultiAction
org.springframework.webflow.action.FormAction
com.jaspersoft.jasperserver.war.action.EditFolderAction
public class EditFolderAction
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.springframework.webflow.action.MultiAction |
---|
org.springframework.webflow.action.MultiAction.MethodResolver |
Field Summary |
---|
Fields inherited from class org.springframework.webflow.action.FormAction |
---|
DEFAULT_FORM_OBJECT_NAME, VALIDATOR_METHOD_ATTRIBUTE |
Fields inherited from class org.springframework.webflow.action.AbstractAction |
---|
logger |
Constructor Summary | |
---|---|
EditFolderAction()
|
Method Summary | |
---|---|
java.lang.Object |
createFormObject(org.springframework.webflow.execution.RequestContext context)
|
RepositoryService |
getRepository()
|
protected void |
initBinder(org.springframework.webflow.execution.RequestContext context,
org.springframework.validation.DataBinder binder)
|
org.springframework.webflow.execution.Event |
saveFolder(org.springframework.webflow.execution.RequestContext context)
|
void |
setRepository(RepositoryService repository)
|
org.springframework.webflow.execution.Event |
setupEditForm(org.springframework.webflow.execution.RequestContext context)
|
Methods inherited from class org.springframework.webflow.action.FormAction |
---|
bind, bindAndValidate, createBinder, doBind, doValidate, getFormErrors, getFormErrorsScope, getFormObject, getFormObjectAccessor, getFormObjectClass, getFormObjectName, getFormObjectScope, getMessageCodesResolver, getPropertyEditorRegistrar, getValidateMethodInvoker, getValidator, initAction, registerPropertyEditors, registerPropertyEditors, resetForm, setFormErrorsScope, setFormObjectClass, setFormObjectName, setFormObjectScope, setMessageCodesResolver, setPropertyEditorRegistrar, setupForm, setValidator, validate, validationEnabled |
Methods inherited from class org.springframework.webflow.action.MultiAction |
---|
doExecute, getMethodResolver, setMethodResolver, setTarget |
Methods inherited from class org.springframework.webflow.action.AbstractAction |
---|
afterPropertiesSet, doPostExecute, doPreExecute, error, error, execute, getActionNameForLogging, getEventFactorySupport, no, result, result, result, result, success, success, yes |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.springframework.beans.factory.InitializingBean |
---|
afterPropertiesSet |
Constructor Detail |
---|
public EditFolderAction()
Method Detail |
---|
public RepositoryService getRepository()
public void setRepository(RepositoryService repository)
protected void initBinder(org.springframework.webflow.execution.RequestContext context, org.springframework.validation.DataBinder binder)
initBinder
in class org.springframework.webflow.action.FormAction
public java.lang.Object createFormObject(org.springframework.webflow.execution.RequestContext context)
createFormObject
in class org.springframework.webflow.action.FormAction
public org.springframework.webflow.execution.Event saveFolder(org.springframework.webflow.execution.RequestContext context) throws java.lang.Exception
java.lang.Exception
public org.springframework.webflow.execution.Event setupEditForm(org.springframework.webflow.execution.RequestContext context) throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |