org.alphadisplaytag.util
Class DefaultRequestHelperFactory
java.lang.Object
org.alphadisplaytag.util.DefaultRequestHelperFactory
- All Implemented Interfaces:
- RequestHelperFactory
- public class DefaultRequestHelperFactory
- extends java.lang.Object
- implements RequestHelperFactory
Default RequestHelperFactory implementation. Returns instaces of DefaultRequestHelper.
- Version:
- $Revision: 1.2 $ ($Author: fgiust $)
- Author:
- fgiust
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultRequestHelperFactory
public DefaultRequestHelperFactory()
getRequestHelperInstance
public RequestHelper getRequestHelperInstance(javax.servlet.jsp.PageContext pageContext)
- Description copied from interface:
RequestHelperFactory
- returns a RequestHelper instance for a given request.
- Specified by:
getRequestHelperInstance in interface RequestHelperFactory
- Parameters:
pageContext - PageContext passed by the tag
- Returns:
- RequestHelper instance
- See Also:
RequestHelperFactory.getRequestHelperInstance(javax.servlet.jsp.PageContext)
Alphabetical Navigation Bar Java Display Tag Home Page.
My Home Page. Contact me at: chauvetp@hotmail.com.
I am alway looking for Java/J2EE work and would appreciate the business.
Some of my design is inspired by the original display tag <display:*> code.
Please go to http://displaytag.sourceforge.net/ for details
on the <display:*> tag.
Copyright © 2004 Aiki Innovations Inc. Permission is granted to reuse and distribute for commercial or personal use if no extensive monetary gain is received.
Java and the Java Standard Tag Library are programming languages owed by Sun Microsystems, Inc: http://java.sun.com/products/jsp/jstl/