|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry.services.impl.RequestCycleFactoryImpl
public class RequestCycleFactoryImpl
Service that creates instances of IRequestCycle
on behalf of an
engine.
Constructor Summary | |
---|---|
RequestCycleFactoryImpl()
|
Method Summary | |
---|---|
ResponseDelegateFactory |
getResponseDelegateFactory()
For subclass access. |
void |
initializeService()
|
IRequestCycle |
newRequestCycle(IEngine engine)
Constructs the new instance using the request context. |
void |
setAbsoluteURLBuilder(AbsoluteURLBuilder absoluteURLBuilder)
|
void |
setEncoders(ServiceEncoder[] encoders)
|
void |
setErrorHandler(org.apache.hivemind.ErrorHandler errorHandler)
|
void |
setInfrastructure(Infrastructure infrastructure)
|
void |
setRequestGlobals(RequestGlobals requestGlobals)
|
void |
setResponseDelegateFactory(ResponseDelegateFactory responseDelegate)
For injection. |
void |
setStrategySource(PropertyPersistenceStrategySource strategySource)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RequestCycleFactoryImpl()
Method Detail |
---|
public void initializeService()
public IRequestCycle newRequestCycle(IEngine engine)
RequestCycleFactory
ServiceEncoder
s to restore
any missing query parameters (that were encoding into the URL).
newRequestCycle
in interface RequestCycleFactory
public void setEncoders(ServiceEncoder[] encoders)
public void setStrategySource(PropertyPersistenceStrategySource strategySource)
public void setErrorHandler(org.apache.hivemind.ErrorHandler errorHandler)
public void setInfrastructure(Infrastructure infrastructure)
public void setAbsoluteURLBuilder(AbsoluteURLBuilder absoluteURLBuilder)
public void setRequestGlobals(RequestGlobals requestGlobals)
public void setResponseDelegateFactory(ResponseDelegateFactory responseDelegate)
public ResponseDelegateFactory getResponseDelegateFactory()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |