net.trajano.twiff
Interface AttachmentPageLookup

All Superinterfaces:
PageLookup
All Known Implementing Classes:
AttachmentActionPageLookup

public interface AttachmentPageLookup
extends PageLookup

These provide lookups for data used by the AttachmentServlet.

Author:
Archimedes Trajano

Method Summary
 String getPropertyName(HttpServletRequest request)
          This extracts the property name from the URL requested in the servlet request.
 
Methods inherited from interface net.trajano.twiff.PageLookup
getPageBeanClass, getPageBeanClassName, getPageName
 

Method Detail

getPropertyName

String getPropertyName(HttpServletRequest request)
This extracts the property name from the URL requested in the servlet request.

Parameters:
request - the servlet request.
Returns:
the property name.


Copyright © 2004-2005 trajano.net. All Rights Reserved.