|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.web.servlet.view.tiles2.AbstractSpringPreparerFactory
org.springframework.web.servlet.view.tiles2.SimpleSpringPreparerFactory
public class SimpleSpringPreparerFactory
Tiles2 PreparerFactory
implementation
that expects preparer class names and builds preparer instances for those,
creating them through the Spring ApplicationContext in order to apply
Spring container callbacks and configured Spring BeanPostProcessors.
SpringBeanPreparerFactory
Constructor Summary | |
---|---|
SimpleSpringPreparerFactory()
|
Method Summary | |
---|---|
protected org.apache.tiles.preparer.ViewPreparer |
getPreparer(java.lang.String name,
WebApplicationContext context)
Obtain a preparer instance for the given preparer name, based on the given Spring WebApplicationContext. |
Methods inherited from class org.springframework.web.servlet.view.tiles2.AbstractSpringPreparerFactory |
---|
getPreparer |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleSpringPreparerFactory()
Method Detail |
---|
protected org.apache.tiles.preparer.ViewPreparer getPreparer(java.lang.String name, WebApplicationContext context) throws org.apache.tiles.TilesException
AbstractSpringPreparerFactory
getPreparer
in class AbstractSpringPreparerFactory
name
- the name of the preparercontext
- the current Spring WebApplicationContext
org.apache.tiles.TilesException
- in case of failure
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |