previous | index | next

Tile Controllers

A tile controller must implement the org.apache.struts.tiles.Controller interface.

That interface has one method, perform.

perform is invoked just before the associated tile is loaded.

Controllers have access to their tile's context, letting the controller access and create session attributes.


previous | index | next