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

java.lang.Object
  extended by oracle.stellent.wcm.server.request.impl.RequestHandlerSupport<T>
      extended by oracle.stellent.wcm.server.request.impl.RequestLogicHandlerSupport<UrlRequest,UrlLogic>
          extended by oracle.stellent.wcm.server.request.logic.url.UrlHandler

All Implemented Interfaces:
RequestHandler<UrlRequest>

public class UrlHandler
extends RequestLogicHandlerSupport<UrlRequest,UrlLogic>

Field Summary

 

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

 

Constructor Summary
UrlHandler(ServerContext serverContext, UrlLogic commandLogic)
           

 

Method Summary
protected  SiteResponse handleLogicCommand(UrlRequest 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

 

Constructor Detail

UrlHandler

public UrlHandler(ServerContext serverContext,
                  UrlLogic commandLogic)

Method Detail

handleLogicCommand

protected SiteResponse handleLogicCommand(UrlRequest siteRequest)
                                   throws RequestException
Handle this command
Specified by:
handleLogicCommand in class RequestLogicHandlerSupport<UrlRequest,UrlLogic>
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-02


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