org.apache.struts2.views.jsp.ui
Class OgnlTool

java.lang.Object
  extended by org.apache.struts2.views.jsp.ui.OgnlTool

public class OgnlTool
extends Object


Field Summary
private  OgnlUtil ognlUtil
           
 
Constructor Summary
OgnlTool()
           
 
Method Summary
 Object findValue(String expr, Object context)
           
 void setOgnlUtil(OgnlUtil ognlUtil)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ognlUtil

private OgnlUtil ognlUtil
Constructor Detail

OgnlTool

public OgnlTool()
Method Detail

setOgnlUtil

public void setOgnlUtil(OgnlUtil ognlUtil)

findValue

public Object findValue(String expr,
                        Object context)


Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.