com.primix.tapestry
Interface IAction

All Superinterfaces:
IComponent, IRender
All Known Subinterfaces:
IForm
All Known Implementing Classes:
Action

public interface IAction
extends IComponent

A particular type of component usuable with the action service.

Since:
1.0.1
Version:
$Id: IAction.java,v 1.1 2001/05/25 21:47:51 hship Exp $
Author:
Howard Ship

Method Summary
 boolean getRequiresSession()
          Returns true if the component requires an existing, not new, HttpSession to operate.
 
Methods inherited from interface com.primix.tapestry.IComponent
addAsset, addComponent, addWrapped, finishLoad, getAsset, getAssets, getBinding, getBindingNames, getBindings, getComponent, getComponents, getContainer, getExtendedId, getId, getIdPath, getPage, getSpecification, renderWrapped, setBinding, setContainer, setId, setPage, setSpecification
 
Methods inherited from interface com.primix.tapestry.IRender
render
 

Method Detail

getRequiresSession

public boolean getRequiresSession()
Returns true if the component requires an existing, not new, HttpSession to operate. Components who are not dependant on page state (or the visit object) are non-stateful and can return false.