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
|
sendError
public AbstractActionController(COM.FutureTense.Interfaces.ICS ics)
public final void doExecute()
AbstractController
doExecute
in class AbstractController
protected abstract ActionNameResolver getActionNameResolver()
protected abstract ActionLocator getActionLocator()
protected javax.servlet.ServletContext getServletContext()
public final void handleException(Exception e)
AbstractController
handleException
in class AbstractController
e
- exceptionprotected final void handleCSRuntimeException(CSRuntimeException e)
e
- exceptionCopyright © 2010-2016 Oracle Corporation. All Rights Reserved.