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.contributor
Class ContributorJSHandler

java.lang.Object
  extended by oracle.stellent.wcm.server.request.SiteRequestHandler<ContributorJSRequest,ContributorJSLogic>
      extended by oracle.stellent.wcm.server.request.contributor.ContributorJSHandler


public class ContributorJSHandler
extends SiteRequestHandler<ContributorJSRequest,ContributorJSLogic>

Handle requests for including the contributor JavaScript in the response


Constructor Summary
ContributorJSHandler(ClientApplication clientApplication, ContributorJSLogic commandLogic)
           

 

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

 

Constructor Detail

ContributorJSHandler

public ContributorJSHandler(ClientApplication clientApplication,
                            ContributorJSLogic commandLogic)

Method Detail

applyLogic

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

handleLogicError

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