Package org.apache.tiles.template
Class SetCurrentContainerModel
- java.lang.Object
-
- org.apache.tiles.template.SetCurrentContainerModel
-
public class SetCurrentContainerModel extends java.lang.Object
Selects a container to be used as the "current" container.- Since:
- 3.0.0
- Version:
- $Rev: 1058106 $ $Date: 2011-01-12 23:22:58 +1100 (Wed, 12 Jan 2011) $
-
-
Constructor Summary
Constructors Constructor Description SetCurrentContainerModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(java.lang.String containerKey, org.apache.tiles.request.Request request)
Executes the model.
-