public abstract class AnnotationController extends AbstractController
IcsVariableics, LOG, STATUS_HEADER| Constructor and Description |
|---|
AnnotationController(COM.FutureTense.Interfaces.ICS ics) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doExecute()
Executes the core business logic of the controller.
|
protected Object |
getTarget() |
protected void |
handleCSRuntimeException(CSRuntimeException e)
This method transforms errno values into http status codes and sets them
using the X-Fatwire-Status header.
|
protected void |
handleException(Exception e)
Handles the exception, doing what is required
|
protected void |
invokeControllerMethod(Method m,
Object target) |
protected void |
recordCompositionalDependencies()
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 - target - protected Object getTarget()
protected void handleException(Exception e)
AbstractControllerhandleException in class AbstractControllere - exceptionprotected void handleCSRuntimeException(CSRuntimeException e)
e - exceptionprotected void recordCompositionalDependencies()
Copyright © 2010-2016 Oracle Corporation. All Rights Reserved.