public interface IAction extends IComponent
Modifier and Type | Method and Description |
---|---|
boolean |
getRequiresSession()
Deprecated.
Returns true if the component requires an existing, not new,
HttpSession to operate. |
addAsset, addBody, addComponent, enterActiveState, finishLoad, 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
boolean getRequiresSession()
HttpSession
to operate. Components who are not dependant on page
state (or the visit object) are non-stateful and can return false.