org.apache.tiles.template
Class SetCurrentContainerModel
java.lang.Object
org.apache.tiles.template.SetCurrentContainerModel
public class SetCurrentContainerModel
- extends Object
Selects a container to be used as the "current" container.
- Since:
- 3.0.0
- Version:
- $Rev: 1058106 $ $Date: 2011-01-12 07:22:58 -0500 (Wed, 12 Jan 2011) $
Method Summary |
void |
execute(String containerKey,
org.apache.tiles.request.Request request)
Executes the model. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SetCurrentContainerModel
public SetCurrentContainerModel()
execute
public void execute(String containerKey,
org.apache.tiles.request.Request request)
- Executes the model.
- Parameters:
containerKey
- The key of the container to be used as "current". If
null
, the default one will be used.request
- The request.
Copyright © 2001-2012 Apache Software Foundation. All Rights Reserved.