public abstract class AbstractActionController extends AbstractController
ics, LOG, STATUS_HEADER| Constructor and Description |
|---|
AbstractActionController(COM.FutureTense.Interfaces.ICS ics) |
| Modifier and Type | Method and Description |
|---|---|
void |
doExecute()
Executes the core business logic of the controller.
|
protected abstract ActionLocator |
getActionLocator() |
protected abstract ActionNameResolver |
getActionNameResolver() |
protected javax.servlet.ServletContext |
getServletContext() |
protected void |
handleCSRuntimeException(CSRuntimeException e)
This method transforms errno values into http status codes and sets them
using the X-Fatwire-Status header.
|
void |
handleException(Exception e)
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)
e - exceptionCopyright © 2010-2016 Oracle Corporation. All Rights Reserved.