|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tiles.preparer.BasicPreparerFactory
public class BasicPreparerFactory
Default implementation of the PreparerFactory
.
This factory provides no contextual configuration. It
simply instantiates the named preparerInstance and returns it.
Field Summary | |
---|---|
protected Map<String,ViewPreparer> |
preparers
Maps a preparer name to the instantiated preparer. |
Constructor Summary | |
---|---|
BasicPreparerFactory()
Constructor. |
Method Summary | |
---|---|
protected ViewPreparer |
createPreparer(String name)
Creates a view preparer for the given name. |
ViewPreparer |
getPreparer(String name,
TilesRequestContext context)
Create a new instance of the named preparerInstance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Map<String,ViewPreparer> preparers
Constructor Detail |
---|
public BasicPreparerFactory()
Method Detail |
---|
public ViewPreparer getPreparer(String name, TilesRequestContext context)
getPreparer
in interface PreparerFactory
name
- the named preparerInstancecontext
- current context
protected ViewPreparer createPreparer(String name)
name
- The name of the preparer.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |