public abstract class Timeout extends org.apache.tapestry.BaseComponent
Constructor and Description |
---|
Timeout() |
Modifier and Type | Method and Description |
---|---|
abstract int |
getAutoProlongTime() |
abstract boolean |
getDisableAutoProlong() |
abstract boolean |
getDisableWarning() |
abstract java.lang.String |
getExpirationFunction() |
abstract java.lang.String |
getExpirationMessage() |
java.util.Map |
getScriptSymbols() |
protected javax.servlet.http.HttpSession |
getSession() |
protected int |
getSessionTime() |
abstract java.lang.String |
getWarningMessage() |
abstract int |
getWarningTime() |
boolean |
isInSession() |
void |
renewSession(org.apache.tapestry.IRequestCycle cycle) |
addOuter, finishLoad, renderComponent
addAsset, addBody, addComponent, checkActiveLock, cleanupAfterRender, enterActiveState, finishLoad, format, format, format, format, getAsset, getAssets, getBeans, getBinding, getBindingNames, getBindings, getBody, getBodyCount, getComponent, getComponents, getContainedComponent, getContainer, getExtendedId, getId, getIdPath, getListeners, getMessage, getMessages, getNamespace, getPage, getProperty, getSpecification, isInActiveState, isParameterBound, isRendering, pageEndRender, prepareForRender, render, renderBody, renderInformalParameters, setBinding, setContainedComponent, setContainer, setId, setNamespace, setPage, setProperty, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addAsset, addBody, addComponent, enterActiveState, getAsset, getAssets, getBeans, getBinding, getBindingNames, getBindings, getComponent, getComponents, getContainedComponent, getContainer, getExtendedId, getId, getIdPath, getListeners, getMessage, getMessages, getNamespace, getPage, getProperty, getSpecification, isRendering, renderBody, setBinding, setContainedComponent, setContainer, setId, setNamespace, setPage, setProperty
public Timeout()
public abstract int getWarningTime()
public abstract int getAutoProlongTime()
public abstract java.lang.String getWarningMessage()
public abstract java.lang.String getExpirationMessage()
public abstract boolean getDisableWarning()
public abstract boolean getDisableAutoProlong()
public abstract java.lang.String getExpirationFunction()
protected javax.servlet.http.HttpSession getSession()
protected int getSessionTime()
public boolean isInSession()
public java.util.Map getScriptSymbols()
public void renewSession(org.apache.tapestry.IRequestCycle cycle)