org.tigris.scarab.screens
Class ViewAttachment

java.lang.Object
  extended byorg.apache.turbine.modules.Module
      extended byorg.apache.turbine.modules.SecureModule
          extended byorg.apache.turbine.modules.screens.TemplateSecureScreen
              extended byorg.apache.turbine.TemplateSecureScreen
                  extended byorg.tigris.scarab.screens.Default
                      extended byorg.tigris.scarab.screens.ViewAttachment

public class ViewAttachment
extends Default

Sends file contents directly to the output stream.

Version:
$Id: ViewAttachment.java 9803 2005-08-06 13:50:03Z dabbous $
Author:
John McNally

Constructor Summary
ViewAttachment()
           
 
Method Summary
 void doBuildTemplate(org.apache.turbine.RunData data, org.apache.turbine.TemplateContext context)
          builds up the context for display of variables on the page.
 
Methods inherited from class org.tigris.scarab.screens.Default
checkAuthorized, doBuild, getLocalizationTool, getScarabRequestTool, getTitle, isAuthorized, setTargetLogin, setTargetSelectModule
 
Methods inherited from class org.apache.turbine.modules.SecureModule
doBuildTemplate
 
Methods inherited from class org.apache.turbine.modules.Module
build, evaluate, execute, getPullService, getTemplateContext, getTemplateService, getTool, handleRequest, handleRequest, requestFinished, setTarget, setTemplate, templateExists
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewAttachment

public ViewAttachment()
Method Detail

doBuildTemplate

public void doBuildTemplate(org.apache.turbine.RunData data,
                            org.apache.turbine.TemplateContext context)
                     throws java.lang.Exception
builds up the context for display of variables on the page.

Overrides:
doBuildTemplate in class Default
Throws:
java.lang.Exception


Copyright © 2000-2004 Tigris.org. All Rights Reserved.