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

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

Direct Known Subclasses:
PlaceholderLogic

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

Logic for the SiteCommand


Constructor Summary
PageLogic(ClientApplication clientApplication)
           

 

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.SiteRequestLogic
checkSecurity, checkSecurity, getClientApplication, getProject, getProject, getSection, getSection, getStructure, isSectionAvailable, setRequestSiteID, validateSiteRequest

 

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

 

Constructor Detail

PageLogic

public PageLogic(ClientApplication clientApplication)

Method Detail

getPageTemplate

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

getPageTemplate

public PageTemplate getPageTemplate(T siteRequest,
                                    boolean errorIfNotFound)
                             throws SiteRequestException
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:
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.