Interface Controller

All Superinterfaces:
Serializable
All Known Implementing Classes:
ActionController, ControllerSupport, UrlController

public interface Controller extends Serializable
A controller is a piece of code called before rendering a jsp page. A controller can be associated to a tile. See <insert> or <definition> for association syntax.