Skip navigation links

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

E17273-03


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

java.lang.Object
  extended by oracle.stellent.wcm.server.request.SiteRequestHandler<PlaceholderRequest,PlaceholderLogic>
      extended by oracle.stellent.wcm.server.request.placeholder.PlaceholderHandler


public class PlaceholderHandler
extends SiteRequestHandler<PlaceholderRequest,PlaceholderLogic>

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

 

Constructor Summary
PlaceholderHandler(ClientApplication clientApplication, PlaceholderLogic commandLogic)
           

 

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

 

Methods inherited from class oracle.stellent.wcm.server.request.SiteRequestHandler
getLogic, getServerContext, handleSiteRequest, validateSiteRequest

 

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(ClientApplication clientApplication,
                          PlaceholderLogic commandLogic)

Method Detail

applyLogic

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

handleLogicError

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

Skip navigation links

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

E17273-03


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