org.apache.taglibs.xtags.util
Class JspHelper

java.lang.Object
  extended by org.apache.taglibs.xtags.util.JspHelper

public class JspHelper
extends java.lang.Object

A collection of helper methods for JSP tag implementators

Author:
James Strachan

Constructor Summary
JspHelper()
           
 
Method Summary
static java.lang.Object findAttribute(javax.servlet.jsp.PageContext pageContext, java.lang.String name)
          Catches wierd Exceptions on platforms such as WebLogic when you try and lookup an attribute and its not there
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JspHelper

public JspHelper()
Method Detail

findAttribute

public static java.lang.Object findAttribute(javax.servlet.jsp.PageContext pageContext,
                                             java.lang.String name)
Catches wierd Exceptions on platforms such as WebLogic when you try and lookup an attribute and its not there

Returns:
the value of the given attribute or null if its not found


Copyright ? 2000-2004 The Apache Software Foundation. All Rights Reserved.