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.url
Class UrlHandler

java.lang.Object
  extended by oracle.stellent.wcm.server.request.SiteRequestHandler<UrlRequest,UrlLogic>
      extended by oracle.stellent.wcm.server.request.url.UrlHandler


public class UrlHandler
extends SiteRequestHandler<UrlRequest,UrlLogic>

Constructor Summary
UrlHandler(ClientApplication clientApplication, UrlLogic commandLogic)
           

 

Method Summary
protected  SiteResponse applyLogic(UrlRequest siteRequest)
          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

UrlHandler

public UrlHandler(ClientApplication clientApplication,
                  UrlLogic commandLogic)

Method Detail

applyLogic

protected SiteResponse applyLogic(UrlRequest siteRequest)
                           throws SiteRequestException
Handle this command
Specified by:
applyLogic in class SiteRequestHandler<UrlRequest,UrlLogic>
Parameters:
siteRequest - 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.