org.efaps.ui.wicket.components.menu
Class FileRequestTarget

java.lang.Object
  extended by org.efaps.ui.wicket.components.menu.FileRequestTarget
All Implemented Interfaces:
org.apache.wicket.IRequestTarget

public class FileRequestTarget
extends Object
implements org.apache.wicket.IRequestTarget

Version:
$Id: FileRequestTarget.java 6474 2011-05-06 00:34:24Z jan@moxter.net $
Author:
The eFaps Team

Constructor Summary
FileRequestTarget(File _file)
          Constructor.
 
Method Summary
 void detach(org.apache.wicket.RequestCycle _arg)
          Not needed here.
 void respond(org.apache.wicket.RequestCycle _requestCycle)
          Respond to the request.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileRequestTarget

public FileRequestTarget(File _file)
Constructor.

Parameters:
_file - File for this request
Method Detail

detach

public void detach(org.apache.wicket.RequestCycle _arg)
Not needed here.

Specified by:
detach in interface org.apache.wicket.IRequestTarget
Parameters:
_arg - RequestCycle

respond

public void respond(org.apache.wicket.RequestCycle _requestCycle)
Respond to the request.

Specified by:
respond in interface org.apache.wicket.IRequestTarget
Parameters:
_requestCycle - RequestCycle


Copyright © 2003-2011 The eFaps Team. All Rights Reserved.