Class 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) $
    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SetCurrentContainerModel

        public SetCurrentContainerModel()
    • Method Detail

      • execute

        public void execute​(java.lang.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.