|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.cocoon.framework.AbstractActor | +--org.apache.cocoon.framework.Router | +--org.apache.cocoon.producer.ProducerFactory
This class implements the production router by identifying a producer associated to the requested XML resource.
Fields inherited from class org.apache.cocoon.framework.Router |
defaultType,
objects |
Fields inherited from class org.apache.cocoon.framework.AbstractActor |
director |
Constructor Summary | |
ProducerFactory()
|
Method Summary | |
Producer |
getProducer(javax.servlet.http.HttpServletRequest request)
This methods returns the instance of the producer associated with the given request. |
java.lang.String |
getStatus()
Returns information about the status of the implementing class. |
void |
init(Configurations conf)
Initialize the class by passing its configurations. |
Methods inherited from class org.apache.cocoon.framework.AbstractActor |
init |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public ProducerFactory()
Method Detail |
public void init(Configurations conf)
public Producer getProducer(javax.servlet.http.HttpServletRequest request) throws java.lang.Exception
public java.lang.String getStatus()
toString()
method because some of these methods are declared final in some
classes in JDK 1.1.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |