Skip navigation links

Oracle® Fusion Middleware Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-01


oracle.stellent.wcm.server.request.logic.placeholder
Class PlaceholderHandler

java.lang.Object
  extended by oracle.stellent.wcm.server.request.impl.RequestHandlerSupport<T>
      extended by oracle.stellent.wcm.server.request.impl.RequestLogicHandlerSupport<PlaceholderRequest,PlaceholderLogic>
          extended by oracle.stellent.wcm.server.request.logic.placeholder.PlaceholderHandler

All Implemented Interfaces:
RequestHandler<PlaceholderRequest>

public class PlaceholderHandler
extends RequestLogicHandlerSupport<PlaceholderRequest,PlaceholderLogic>

Field Summary
static SiteResponse.ResponseObject<Placeholder> PLACEHOLDER
          object holding the placeholder object built during evaluation

 

Fields inherited from class oracle.stellent.wcm.server.request.impl.RequestHandlerSupport
log

 

Constructor Summary
PlaceholderHandler(ServerContext serverContext, PlaceholderLogic commandLogic)
           

 

Method Summary
protected  SiteResponse handleLogicCommand(PlaceholderRequest siteRequest)
          Handle this command
protected  SiteResponse handleLogicError(PlaceholderRequest siteRequest, RequestException exp)
          Handle an error occurring while processing the command

 

Methods inherited from class oracle.stellent.wcm.server.request.impl.RequestLogicHandlerSupport
getLogic, handleRequest

 

Methods inherited from class oracle.stellent.wcm.server.request.impl.RequestHandlerSupport
getServerContext

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

PLACEHOLDER

public static final SiteResponse.ResponseObject<Placeholder> PLACEHOLDER
object holding the placeholder object built during evaluation

Constructor Detail

PlaceholderHandler

public PlaceholderHandler(ServerContext serverContext,
                          PlaceholderLogic commandLogic)

Method Detail

handleLogicCommand

protected SiteResponse handleLogicCommand(PlaceholderRequest siteRequest)
                                   throws RequestException
Handle this command
Specified by:
handleLogicCommand in class RequestLogicHandlerSupport<PlaceholderRequest,PlaceholderLogic>
Parameters:
siteRequest - the site command
Returns:
the response for this command
Throws:
RequestException

handleLogicError

protected SiteResponse handleLogicError(PlaceholderRequest siteRequest,
                                        RequestException exp)
Handle an error occurring while processing the command
Overrides:
handleLogicError in class RequestLogicHandlerSupport<PlaceholderRequest,PlaceholderLogic>
Parameters:
siteRequest - the site command
exp - the error
Returns:
the error response

Skip navigation links

Oracle® Fusion Middleware Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-01


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.