|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlumis.portal.page.cache.HtmlGenerationConfig
public class HtmlGenerationConfig
Contains configurations for the cache HTML generation.
Constructor Summary | |
---|---|
HtmlGenerationConfig(org.w3c.dom.Node htmlGenerationNode)
|
Method Summary | |
---|---|
int |
getConnecTimeout()
Returns the HTTP connect timeout. |
java.lang.String |
getFrameworkUrl()
Returns the frameworkUrl used to generate html cache. |
java.lang.String |
getHtmlFileExtension()
Returns the extension used for html files. |
int |
getPageRequestTimeout()
Returns the timeout, in milliseconds, for a cached page request. |
java.lang.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(org.w3c.dom.Node htmlGenerationNode) throws PortalException
PortalException
Method Detail |
---|
public boolean isHtmlCacheLogNavigation()
public java.lang.String getFrameworkUrl()
public java.lang.String getHtmlFileExtension()
public java.lang.String getShtmlFileExtension()
public int getPageRequestTimeout()
public boolean isSsiSendRedirectOnPageNotFound()
public int getSsiWaitBeforeSendRedirect()
isSsiSendRedirectOnPageNotFound()
is true.
public int getConnecTimeout()
URLConnection.setConnectTimeout(int)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |