|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.taglibs.xtags.util.JspHelper
public class JspHelper
A collection of helper methods for JSP tag implementators
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 |
---|
public JspHelper()
Method Detail |
---|
public static java.lang.Object findAttribute(javax.servlet.jsp.PageContext pageContext, java.lang.String name)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |