public abstract class AnnotationController extends AbstractController
IcsVariable
ics, 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
|
sendError
public AnnotationController(COM.FutureTense.Interfaces.ICS ics)
protected void doExecute()
AbstractController
doExecute
in class AbstractController
protected void invokeControllerMethod(Method m, Object target)
m
- method to invoketarget
- target objectprotected Object getTarget()
protected void handleException(Exception e)
AbstractController
handleException
in class AbstractController
e
- exceptionprotected void handleCSRuntimeException(CSRuntimeException e)
Only some errnos are handled by this base class.
More info coming soon
e
- exceptionprotected void recordCompositionalDependencies()
Copyright © 2010–2017. All rights reserved.