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.element
Class ElementHandler

java.lang.Object
  extended by oracle.stellent.wcm.server.request.SiteRequestHandler<ElementRequest,ElementLogic>
      extended by oracle.stellent.wcm.server.request.element.ElementHandler


public class ElementHandler
extends SiteRequestHandler<ElementRequest,ElementLogic>

Constructor Summary
ElementHandler(ClientApplication clientApplication, ElementLogic commandLogic)
           

 

Method Summary
protected  SiteResponse applyLogic(ElementRequest elementRequest)
          Handle this command

 

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

 

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

 

Constructor Detail

ElementHandler

public ElementHandler(ClientApplication clientApplication,
                      ElementLogic commandLogic)

Method Detail

applyLogic

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

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.