net.sf.ginp.commands
Class SelectPath

java.lang.Object
  extended by net.sf.ginp.commands.SelectPath
All Implemented Interfaces:
Command

public class SelectPath
extends java.lang.Object
implements Command

Select the current collection and folder position.

Version:
$Revision: 264 $
Author:
Doug Culnane

Constructor Summary
SelectPath()
           
 
Method Summary
 void action(GinpModel model, java.util.Vector params)
          PicCollection id (colid) and path (path) should be sent in the parameters so that the model is not out of sync with browser.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectPath

public SelectPath()
Method Detail

action

public void action(GinpModel model,
                   java.util.Vector params)
PicCollection id (colid) and path (path) should be sent in the parameters so that the model is not out of sync with browser. This can happen due to use of the Back Button.

Specified by:
action in interface Command
Parameters:
model - Description of the Parameter
params - Description of the Parameter


Copyright © 2004-2007 null. All Rights Reserved.