|
Oracle® Fusion Middleware Site Studio for External Applications Java API Reference 11g Release 1 (11.1.1) E17273-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.stellent.wcm.server.request.impl.RequestHandlerSupport<T>
oracle.stellent.wcm.server.request.impl.RequestLogicHandlerSupport<T,U>
public abstract class RequestLogicHandlerSupport<T extends SiteRequest,U extends RequestLogic<T>>
| Field Summary |
|---|
| Fields inherited from class oracle.stellent.wcm.server.request.impl.RequestHandlerSupport |
|---|
log |
| Constructor Summary | |
|---|---|
RequestLogicHandlerSupport(ServerContext serverContext, U commandLogic) |
|
| Method Summary | |
|---|---|
U |
getLogic() |
protected abstract SiteResponse |
handleLogicCommand(T siteCommand)Handle this command |
protected SiteResponse |
handleLogicError(T siteCommand, RequestException exp)Handle an error occurring while processing the command |
SiteResponse |
handleRequest(T command)Invoke the WCM command to generate a corresponding WCM response |
| 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 |
|---|
public RequestLogicHandlerSupport(ServerContext serverContext,
U commandLogic)
| Method Detail |
|---|
public U getLogic()
public final SiteResponse handleRequest(T command)
command - the command object
protected abstract SiteResponse handleLogicCommand(T siteCommand)
throws RequestException
siteCommand - the site commandRequestException
protected SiteResponse handleLogicError(T siteCommand,
RequestException exp)
siteCommand - the site commandexp - the error
|
Oracle® Fusion Middleware Site Studio for External Applications Java API Reference 11g Release 1 (11.1.1) E17273-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||