public abstract class AnnotationController extends AbstractController
IcsVariableics, LOG, STATUS_HEADER| Constructor and Description |
|---|
AnnotationController(COM.FutureTense.Interfaces.ICS ics)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
doExecute()
Deprecated.
Executes the core business logic of the controller.
|
protected Object |
getTarget()
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.
|
protected void |
handleException(Exception e)
Deprecated.
Handles the exception, doing what is required
|
protected void |
invokeControllerMethod(Method m,
Object target)
Deprecated.
|
protected void |
recordCompositionalDependencies()
Deprecated.
Record compositional dependencies that are required for the controller
|
sendErrorpublic AnnotationController(COM.FutureTense.Interfaces.ICS ics)
protected void doExecute()
AbstractControllerdoExecute in class AbstractControllerprotected void invokeControllerMethod(Method m, Object target)
m - method to invoketarget - target objectprotected Object getTarget()
protected void handleException(Exception e)
AbstractControllerhandleException in class AbstractControllere - exceptionprotected void handleCSRuntimeException(CSRuntimeException e)
Only some errnos are handled by this base class.
More info coming soon
e - exceptionprotected void recordCompositionalDependencies()
Copyright © 2010–2016. All rights reserved.