net.sf.ginp.commands
Class ViewPage

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

public class ViewPage
extends java.lang.Object
implements Command

Select the current collection and folder position.

Version:
$Revision: 264 $
Author:
Doug Culnane

Constructor Summary
ViewPage()
           
 
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

ViewPage

public ViewPage()
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.