public abstract class AnnotationController extends AbstractController
IcsVariable
ics, 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
|
sendError
public AnnotationController(COM.FutureTense.Interfaces.ICS ics)
protected void doExecute()
AbstractController
doExecute
in class AbstractController
protected void invokeControllerMethod(Method m, Object target)
m
- target
- protected Object getTarget()
protected void handleException(Exception e)
AbstractController
handleException
in class AbstractController
e
- exceptionprotected void handleCSRuntimeException(CSRuntimeException e)
e
- exceptionprotected void recordCompositionalDependencies()
Copyright © 2010-2016 Oracle Corporation. All Rights Reserved.