com.fatwire.gst.foundation.facade
Class RenderUtils
java.lang.Object
com.fatwire.gst.foundation.facade.RenderUtils
public final class RenderUtils
- extends Object
Method Summary |
static boolean |
isCacheable(COM.FutureTense.Interfaces.ICS ics,
String pname)
Checks if the pagelet should be cached. |
static void |
recordBaseCompositionalDependencies(COM.FutureTense.Interfaces.ICS ics)
Records the compositions dependencies for SiteEntry,CSElement and
Template. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
isCacheable
public static boolean isCacheable(COM.FutureTense.Interfaces.ICS ics,
String pname)
- Checks if the pagelet should be cached. Takes into consideration if
current pagelet is rendered for Satellite Server.
- Parameters:
ics
- pname
- the pagename
- Returns:
- true if this pagename is cacheable for the current render context (Satellite or ContentServer).
recordBaseCompositionalDependencies
public static void recordBaseCompositionalDependencies(COM.FutureTense.Interfaces.ICS ics)
- Records the compositions dependencies for SiteEntry,CSElement and
Template.
- Parameters:
ics
-
Copyright © 2010-2013 Oracle Corporation. All Rights Reserved.