public class CheckNotFrontAction extends AbstractAction implements Serviceable, ThreadSafe
RenderingContext is "front", an exception is thrown.| Modifier and Type | Field and Description |
|---|---|
private RenderingContextHandler |
_renderingContextHandler |
static String |
CAN_COME_FROM_FRONT_ATTRIBUTE
Request attribute to check if a request from front can go thru this check
|
EMPTY_MAP| Constructor and Description |
|---|
CheckNotFrontAction() |
| Modifier and Type | Method and Description |
|---|---|
Map |
act(Redirector redirector,
SourceResolver resolver,
Map objectModel,
String source,
Parameters parameters) |
void |
service(ServiceManager manager) |
enableLogging, getLogger, setupLogger, setupLogger, setupLoggerpublic static final String CAN_COME_FROM_FRONT_ATTRIBUTE
private RenderingContextHandler _renderingContextHandler
public CheckNotFrontAction()
public void service(ServiceManager manager) throws ServiceException
service in interface ServiceableServiceExceptionpublic Map act(Redirector redirector, SourceResolver resolver, Map objectModel, String source, Parameters parameters) throws Exception