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.dynamicList
Class DynamicListHandler

java.lang.Object
  extended by oracle.stellent.wcm.server.request.impl.RequestHandlerSupport<T>
      extended by oracle.stellent.wcm.server.request.impl.RequestLogicHandlerSupport<DynamicListRequest,DynamicListLogic>
          extended by oracle.stellent.wcm.server.request.logic.dynamicList.DynamicListHandler

All Implemented Interfaces:
RequestHandler<DynamicListRequest>

public class DynamicListHandler
extends RequestLogicHandlerSupport<DynamicListRequest,DynamicListLogic>

Field Summary
static SiteResponse.ResponseObject<oracle.stellent.ridc.model.DataBinder> DATA_BINDER
           

 

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

 

Constructor Summary
DynamicListHandler(ServerContext serverContext, DynamicListLogic commandLogic)
           

 

Method Summary
protected  SiteResponse handleLogicCommand(DynamicListRequest siteRequest)
          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

DATA_BINDER

public static final SiteResponse.ResponseObject<oracle.stellent.ridc.model.DataBinder> DATA_BINDER

Constructor Detail

DynamicListHandler

public DynamicListHandler(ServerContext serverContext,
                          DynamicListLogic commandLogic)

Method Detail

handleLogicCommand

protected SiteResponse handleLogicCommand(DynamicListRequest siteRequest)
                                   throws RequestException
Handle this command
Specified by:
handleLogicCommand in class RequestLogicHandlerSupport<DynamicListRequest,DynamicListLogic>
Parameters:
siteRequest - 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.