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
-
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.
-