Class ControllerSupport

java.lang.Object
org.apache.struts.tiles.ControllerSupport
All Implemented Interfaces:
Serializable, Controller

public class ControllerSupport extends Object implements Controller
Basic implementation of Controller. Implementations can extend this class to insulate themselves from changes in the Controller interface.
See Also: