|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
RequestDataStore
instead.
public interface RequestLifecycleComponent
Components implementing this marker interface have a lifecycle of one
request. This means if during one request a component accepting this
interface is looked up several times, it's always the same instance.
Each internal subrequest, e.g. using the cocoon protocol, is considered
as a new request. So an instance looked up in the "main" request is
not available to a subrequest.
In addition, the first time this component is looked up during a request,
the setup(SourceResolver, Map)
method is called.
GlobalRequestLifecycleComponent
Method Summary | |
---|---|
void |
setup(SourceResolver resolver,
Map objectModel)
Deprecated. Set the SourceResolver and the objectModel
used to process the current request. |
Method Detail |
---|
void setup(SourceResolver resolver, Map objectModel) throws ProcessingException, SAXException, IOException
SourceResolver
and the objectModel
used to process the current request.
ProcessingException
SAXException
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |