er.attachment
Interface ERAttachmentRequestHandler.Delegate
- Enclosing class:
- ERAttachmentRequestHandler
public static interface ERAttachmentRequestHandler.Delegate
The delegate definition for this request handler.
Method Summary |
boolean |
attachmentVisible(ERAttachment attachment,
com.webobjects.appserver.WORequest request,
com.webobjects.appserver.WOContext context)
Called prior to displaying a proxied attachment to a user and can be used to implement
security on top of attachments. |
attachmentVisible
boolean attachmentVisible(ERAttachment attachment,
com.webobjects.appserver.WORequest request,
com.webobjects.appserver.WOContext context)
- Called prior to displaying a proxied attachment to a user and can be used to implement
security on top of attachments.
- Parameters:
attachment
- the attachment that was requestedrequest
- the current requestcontext
- the current context
- Returns:
- true if the current user is allowed to view this attachment
Copyright © 2002 – 2007 Project Wonder.