|
fop svn-trunk | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.fop.events.model.AbstractEventModelFactory
public abstract class AbstractEventModelFactory
This interface is used to instantiate (load, parse) event models.
| Constructor Summary | |
|---|---|
AbstractEventModelFactory()
|
|
| Method Summary | |
|---|---|
EventModel |
loadModel(java.lang.Class resourceBaseClass,
java.lang.String resourceName)
Loads an event model and returns its instance. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.fop.events.model.EventModelFactory |
|---|
createEventModel |
| Constructor Detail |
|---|
public AbstractEventModelFactory()
| Method Detail |
|---|
public EventModel loadModel(java.lang.Class resourceBaseClass,
java.lang.String resourceName)
resourceBaseClass - base class to use for loading resourcesresourceName - the resource name pointing to the event model to be loaded
|
fop svn-trunk | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||