Uses of Class
org.alphadisplaytag.exception.ObjectLookupException

Packages that use ObjectLookupException
org.alphadisplaytag.tags   
org.alphadisplaytag.util   
 

Uses of ObjectLookupException in org.alphadisplaytag.tags
 

Methods in org.alphadisplaytag.tags that throw ObjectLookupException
protected  java.lang.Object TemplateTag.evaluateExpression(java.lang.String expression)
           evaluate an expression in a way similar to LE in jstl.
 

Uses of ObjectLookupException in org.alphadisplaytag.util
 

Methods in org.alphadisplaytag.util that throw ObjectLookupException
static java.lang.Object LookupUtil.getBeanValue(javax.servlet.jsp.PageContext pageContext, java.lang.String beanAndPropertyName, int scope)
          Read an object from the pagecontext with the specified scope and eventually lookup a property in it.
static java.lang.Object LookupUtil.getBeanProperty(java.lang.Object bean, java.lang.String name)
           Returns the value of a property in the given bean.
 



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/