public abstract class AbstractActionController extends AbstractController
ics, LOG, STATUS_HEADER| Constructor and Description |
|---|
AbstractActionController(COM.FutureTense.Interfaces.ICS ics)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
doExecute()
Deprecated.
Executes the core business logic of the controller.
|
protected abstract ActionLocator |
getActionLocator()
Deprecated.
|
protected abstract ActionNameResolver |
getActionNameResolver()
Deprecated.
|
protected javax.servlet.ServletContext |
getServletContext()
Deprecated.
|
protected void |
handleCSRuntimeException(CSRuntimeException e)
Deprecated.
This method transforms errno values into http status codes and sets them
using the X-Fatwire-Status header.
|
void |
handleException(Exception e)
Deprecated.
Handles the exception, doing what is required
|
sendErrorpublic AbstractActionController(COM.FutureTense.Interfaces.ICS ics)
public final void doExecute()
AbstractControllerdoExecute in class AbstractControllerprotected abstract ActionNameResolver getActionNameResolver()
protected abstract ActionLocator getActionLocator()
protected javax.servlet.ServletContext getServletContext()
public final void handleException(Exception e)
AbstractControllerhandleException in class AbstractControllere - exceptionprotected final void handleCSRuntimeException(CSRuntimeException e)
Only some errnos are handled by this base class.
More info coming soon
e - exceptionCopyright © 2010–2017. All rights reserved.