public interface ViewPreparer
Executed prior to rendering a view.
A view preparer is typically used to provide last minute translations of the data within the attribute context. A preparer is not intended to replace the controller within an MVC architecture.
See| Modifier and Type | Method and Description | 
|---|---|
| void | execute(Request tilesContext,
       AttributeContext attributeContext)Method associated to a tile and called immediately before the tile
 is included. | 
void execute(Request tilesContext, AttributeContext attributeContext)
tilesContext - Current tiles application context.attributeContext - Current tile context.PreparerException - If something goes wrong during execution.Copyright © 2000–2025 Apache Software Foundation. All rights reserved.