Skip navigation links

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

E17273-02


oracle.stellent.wcm.server.request.logic.contributor
Class ContributorJSHandler

java.lang.Object
  extended by oracle.stellent.wcm.server.request.impl.RequestHandlerSupport<T>
      extended by oracle.stellent.wcm.server.request.impl.RequestLogicHandlerSupport<ContributorJSRequest,ContributorJSLogic>
          extended by oracle.stellent.wcm.server.request.logic.contributor.ContributorJSHandler

All Implemented Interfaces:
RequestHandler<ContributorJSRequest>

public class ContributorJSHandler
extends RequestLogicHandlerSupport<ContributorJSRequest,ContributorJSLogic>

Handle requests for including the contributor JavaScript in the response


Field Summary

 

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

 

Constructor Summary
ContributorJSHandler(ServerContext serverContext, ContributorJSLogic commandLogic)
           

 

Method Summary
protected  SiteResponse handleLogicCommand(ContributorJSRequest request)
          Handle this command
protected  SiteResponse handleLogicError(ContributorJSRequest siteCommand, 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

 

Constructor Detail

ContributorJSHandler

public ContributorJSHandler(ServerContext serverContext,
                            ContributorJSLogic commandLogic)

Method Detail

handleLogicCommand

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

handleLogicError

protected SiteResponse handleLogicError(ContributorJSRequest siteCommand,
                                        RequestException exp)
Handle an error occurring while processing the command
Overrides:
handleLogicError in class RequestLogicHandlerSupport<ContributorJSRequest,ContributorJSLogic>
Parameters:
siteCommand - 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-02


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