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.page
Class PageHandler

java.lang.Object
  extended by oracle.stellent.wcm.server.request.impl.RequestHandlerSupport<T>
      extended by oracle.stellent.wcm.server.request.impl.RequestLogicHandlerSupport<PageRequest,PageLogic<PageRequest>>
          extended by oracle.stellent.wcm.server.request.logic.page.PageHandler

All Implemented Interfaces:
RequestHandler<PageRequest>

public class PageHandler
extends RequestLogicHandlerSupport<PageRequest,PageLogic<PageRequest>>

Field Summary
static SiteResponse.ResponseObject<PageTemplate> LAYOUT
          the layout object used to execute the site request
static SiteResponse.ResponseObject<java.lang.String> SECTION_ID
          ID of the section

 

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

 

Constructor Summary
PageHandler(ServerContext serverContext, PageLogic<PageRequest> commandLogic)
           

 

Method Summary
protected  SiteResponse handleLogicCommand(PageRequest pageRequest)
          Handle this command

 

Methods inherited from class oracle.stellent.wcm.server.request.impl.RequestLogicHandlerSupport
getLogic, handleLogicError, 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

LAYOUT

public static SiteResponse.ResponseObject<PageTemplate> LAYOUT
the layout object used to execute the site request

SECTION_ID

public static final SiteResponse.ResponseObject<java.lang.String> SECTION_ID
ID of the section

Constructor Detail

PageHandler

public PageHandler(ServerContext serverContext,
                   PageLogic<PageRequest> commandLogic)

Method Detail

handleLogicCommand

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

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.