public class WebController extends Controller
Constructor and Description |
---|
WebController(ConfigurableApplicationContext context) |
Modifier and Type | Method and Description |
---|---|
void |
addAction(ActionID id,
Action method) |
Action |
getActionByName(String name) |
RequestMethodType |
getRequestMethod() |
int |
getResponseStatus() |
void |
removeAction(ActionID id) |
void |
setRequestMethod(RequestMethodType requestMethod) |
void |
setResponseStatus(int responseStatus) |
addBean, addInterceptor, addInterceptor, addProperty, addThrowSafeAction, containsProperty, fieldsToRequest, flush, getAcion, getAction, getActionById, getActionId, getActionListener, getActions, getActionType, getAlias, getBean, getBeanInstance, getBeans, getClassType, getContext, getDefaultAction, getDefaultInterceptorList, getDispatcherType, getFields, getId, getInstance, getInstance, getInterceptorProcess, getInterceptors, getInterceptorStack, getMappingBeans, getMethod, getName, getProperties, getProperty, getRequestTypes, getResponseTypes, getScope, getThrowSafeActionById, getThrowsSafe, getThrowsSafe, getThrowsSafeAction, getView, isInterceptedBy, isRedirect, isResolvedView, proccessBrutosAction, removeInterceptor, removeInterceptor, removeThrowsSafe, setAcion, setActionId, setActionListener, setActions, setActionType, setAlias, setBeanInstance, setClassType, setContext, setDefaultAction, setDefaultInterceptorList, setDispatcherType, setFields, setId, setInterceptorProcess, setInterceptorStack, setMappingBeans, setMethods, setName, setRedirect, setRequestTypes, setResolvedView, setResponseTypes, setReverseMethods, setScope, setThrowsSafe, setThrowsSafe, setThrowsSafeAction, setView
public WebController(ConfigurableApplicationContext context)
public void addAction(ActionID id, Action method)
addAction
in class Controller
public Action getActionByName(String name)
getActionByName
in class Controller
public void removeAction(ActionID id)
removeAction
in class Controller
public int getResponseStatus()
public void setResponseStatus(int responseStatus)
public RequestMethodType getRequestMethod()
public void setRequestMethod(RequestMethodType requestMethod)
Copyright © 2018 Brandao. All rights reserved.