public class Controller extends Object
Constructor and Description |
---|
Controller(ConfigurableApplicationContext context) |
public Controller(ConfigurableApplicationContext context)
public DataTypeMap getRequestTypes()
public void setRequestTypes(DataTypeMap requestTypes)
public DataTypeMap getResponseTypes()
public void setResponseTypes(DataTypeMap responseTypes)
public String getActionId()
public Object getInstance(ObjectFactory objectFactory)
public void setActionId(String actionId)
public boolean containsProperty(String name)
public PropertyController getProperty(String name)
public List<PropertyController> getProperties()
public void addProperty(PropertyController property)
public ActionListener getAcion()
public void setAcion(ActionListener acion)
public Class<?> getClassType()
public void setClassType(Class<?> classType)
public List<PropertyController> getFields()
public void setFields(List<PropertyController> fields)
public Map<Class<?>,ThrowableSafeData> getThrowsSafe()
public void setThrowsSafe(Map<Class<?>,ThrowableSafeData> throwsSafe)
public void setReverseMethods(Map<ReverseActionKey,List<Action>> reverseMethods)
public void setAlias(List<ControllerID> alias)
public void removeAction(ActionID id)
public void addInterceptor(Interceptor interceptor)
public void addInterceptor(Interceptor[] interceptor)
public void removeInterceptor(Interceptor interceptor)
public void removeInterceptor(Interceptor[] interceptor)
public boolean isInterceptedBy(Interceptor interceptor)
public List<Interceptor> getInterceptors()
public Object getInstance()
public void proccessBrutosAction(InterceptorHandler handler)
public void flush()
public void fieldsToRequest(Object webFrame)
public ThrowableSafeData getThrowsSafe(Class<?> thr)
public void removeThrowsSafe(Class<?> thr)
public void setThrowsSafe(ThrowableSafeData thr)
public List<ControllerID> getAlias()
public ScopeType getScope()
public void setScope(ScopeType scope)
public String getView()
public void setView(String view)
public ActionID getDefaultAction()
public void setDefaultAction(ActionID defaultAction)
public String getName()
public void setName(String name)
public ControllerID getId()
public void setId(ControllerID id)
public ActionListener getActionListener()
public void setActionListener(ActionListener action)
public List<Interceptor> getInterceptorStack()
public void setInterceptorStack(List<Interceptor> interceptorStack)
public InterceptorProcess getInterceptorProcess()
public void setInterceptorProcess(InterceptorProcess interceptorProcess)
public boolean isRedirect()
public void setRedirect(boolean redirect)
public DispatcherType getDispatcherType()
public void setDispatcherType(DispatcherType dispatcherType)
public List<Interceptor> getDefaultInterceptorList()
public void setDefaultInterceptorList(List<Interceptor> defaultInterceptorList)
public ActionType getActionType()
public void setActionType(ActionType actionType)
public ConfigurableApplicationContext getContext()
public void setContext(ConfigurableApplicationContext context)
public boolean isResolvedView()
public void setResolvedView(boolean resolvedView)
public BeanInstance getBeanInstance()
public void setBeanInstance(BeanInstance beanInstance)
Copyright © 2018 Brandao. All rights reserved.