public class RequestCycleFactoryImpl extends java.lang.Object implements RequestCycleFactory
IRequestCycle
on behalf of an
engine.Constructor and Description |
---|
RequestCycleFactoryImpl() |
Modifier and Type | Method and Description |
---|---|
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 |
setMonitorFactory(IMonitorFactory monitorFactory) |
void |
setRequestGlobals(RequestGlobals requestGlobals) |
void |
setStrategySource(PropertyPersistenceStrategySource strategySource) |
public RequestCycleFactoryImpl()
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 setMonitorFactory(IMonitorFactory monitorFactory)
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)