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.page
Class PageLogic<T extends PageRequest>

java.lang.Object
  extended by oracle.stellent.wcm.server.request.logic.RequestLogic<T>
      extended by oracle.stellent.wcm.server.request.logic.page.PageLogic<T>

Direct Known Subclasses:
PlaceholderLogic

public class PageLogic<T extends PageRequest>
extends RequestLogic<T>

Logic for the SiteCommand


Constructor Summary
PageLogic(ServerContext serverContext)
           

 

Method Summary
 PageTemplate getPageTemplate(T siteRequest)
          Retrieve the currently active layout based on the URL in the request
 PageTemplate getPageTemplate(T siteRequest, boolean errorIfNotFound)
          Retrieve the currently active layout based on the URL in the request

 

Methods inherited from class oracle.stellent.wcm.server.request.logic.RequestLogic
checkSecurity, checkSecurity, getProject, getProject, getSection, getSection, getServerContext, getStructure, isSectionAvailable, setRequestSiteID, validateRequest

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

PageLogic

public PageLogic(ServerContext serverContext)

Method Detail

getPageTemplate

public PageTemplate getPageTemplate(T siteRequest)
                             throws RequestException
Retrieve the currently active layout based on the URL in the request
Parameters:
siteRequest - the site request
Returns:
the template for this URL
Throws:
RequestException

getPageTemplate

public PageTemplate getPageTemplate(T siteRequest,
                                    boolean errorIfNotFound)
                             throws RequestException
Retrieve the currently active layout based on the URL in the request
Parameters:
siteRequest - the site request
errorIfNotFound - true to throw an error if not found
Returns:
the template for this URL
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.