|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PreparerFactory
Factory interface used to create/retrieve instances of
the ViewPreparer
interface.
This factory provides an extension point into the default tiles implementation. Implementors wishing to provide per request initialization of the ViewPreparer (for instance) may provide a custom prerparer.
Method Summary | |
---|---|
ViewPreparer |
getPreparer(java.lang.String name,
TilesRequestContext context)
Create the named {link ViewPreparer} for the specified context. |
Method Detail |
---|
ViewPreparer getPreparer(java.lang.String name, TilesRequestContext context) throws PreparerException, org.apache.tiles.TilesException
name
- ViewPreparer name, commonly the qualified classname.context
- the context within which the preparerInstance will be invoked.
NoSuchPreparerException
- when the named preparerInstance can not be found.
PreparerException
org.apache.tiles.TilesException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |