|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object lumis.portal.page.cache.HtmlGenerationConfig
public class HtmlGenerationConfig
Contains configurations for the cache HTML generation.
Constructor Summary | |
---|---|
HtmlGenerationConfig(Node htmlGenerationNode)
|
Method Summary | |
---|---|
int |
getConnecTimeout()
Returns the HTTP connect timeout. |
int |
getExpirationLimit()
Returns the maximum number of web resource caches that can be expired in a single render data changed event. |
String |
getFrameworkUrl()
Returns the frameworkUrl used to generate html cache. |
String |
getHtmlFileExtension()
Returns the extension used for html files. |
int |
getPageRequestTimeout()
Returns the timeout, in milliseconds, for a cached page request. |
String |
getShtmlFileExtension()
Returns the extension used for shtml files. |
int |
getSsiWaitBeforeSendRedirect()
Returns the time to wait in milliseconds before sending a redirect for a SSI page that was not found. |
boolean |
isHtmlCacheLogNavigation()
Returns if the access to cached html files should cause navigation log. |
boolean |
isSsiSendRedirectOnPageNotFound()
Indicates if a send redirect should be used when a SSI page is not found, instead of directly streaming the generated html. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HtmlGenerationConfig(Node htmlGenerationNode) throws PortalException
PortalException
Method Detail |
---|
public boolean isHtmlCacheLogNavigation()
public String getFrameworkUrl()
public String getHtmlFileExtension()
public String getShtmlFileExtension()
public int getPageRequestTimeout()
public boolean isSsiSendRedirectOnPageNotFound()
public int getSsiWaitBeforeSendRedirect()
isSsiSendRedirectOnPageNotFound()
is true.
public int getConnecTimeout()
URLConnection.setConnectTimeout(int)
public int getExpirationLimit()
The default value is 0
and represents a unlimited number of
web resource cache that can be expired.
PageRenderDataChangedEvent} and all classes that inherit it.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |