Package org.apache.tiles.template
Class SetCurrentContainerModel
java.lang.Object
org.apache.tiles.template.SetCurrentContainerModel
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 -
Method Summary
-
Constructor Details
-
SetCurrentContainerModel
public SetCurrentContainerModel()
-
-
Method Details
-
execute
Executes the model.- Parameters:
containerKey
- The key of the container to be used as "current". Ifnull
, the default one will be used.request
- The request.
-