Project Wonder 5.0.0.8444

er.attachment
Class ERAttachmentRequestHandler

java.lang.Object
  extended by com.webobjects.appserver.WORequestHandler
      extended by er.attachment.ERAttachmentRequestHandler

public class ERAttachmentRequestHandler
extends WORequestHandler

ERAttachmentRequestHandler is the request handler that is used for loading any proxied attachment. To control security, you can set the delegate of this request handler in your application constructor. By default, all proxied attachments are visible.

Author:
mschrag

Nested Class Summary
static interface ERAttachmentRequestHandler.Delegate
          The delegate definition for this request handler.
 
Field Summary
static Logger log
           
static String REQUEST_HANDLER_KEY
           
 
Fields inherited from class com.webobjects.appserver.WORequestHandler
DidHandleRequestNotification
 
Constructor Summary
ERAttachmentRequestHandler()
           
 
Method Summary
 WOResponse handleRequest(WORequest request)
           
 void setDelegate(ERAttachmentRequestHandler.Delegate delegate)
          Sets the delegate for this request handler.
 
Methods inherited from class com.webobjects.appserver.WORequestHandler
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

REQUEST_HANDLER_KEY

public static final String REQUEST_HANDLER_KEY
See Also:
Constant Field Values

log

public static final Logger log
Constructor Detail

ERAttachmentRequestHandler

public ERAttachmentRequestHandler()
Method Detail

setDelegate

public void setDelegate(ERAttachmentRequestHandler.Delegate delegate)
Sets the delegate for this request handler.

Parameters:
delegate - the delegate for this request handler

handleRequest

public WOResponse handleRequest(WORequest request)
Specified by:
handleRequest in class WORequestHandler

Last updated: Wed, Oct 15, 2008 • 04:35 AM EDT

Copyright © 2002 – 2007 Project Wonder.