org.apache.taglibs.xtags.xpath
Class JspValueOfAction
java.lang.Object
org.apache.taglibs.xtags.xpath.JspValueOfAction
- All Implemented Interfaces:
- org.dom4j.rule.Action
public class JspValueOfAction
- extends java.lang.Object
- implements org.dom4j.rule.Action
Outputs the string-value of the given Node (as defined by the XPath
specification) to the current JSP output
- Author:
- James Strachan
Method Summary |
javax.servlet.jsp.PageContext |
getPageContext()
Getter for property pageContext. |
void |
run(org.dom4j.Node node)
|
void |
setPageContext(javax.servlet.jsp.PageContext pageContext)
Setter for property pageContext. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JspValueOfAction
public JspValueOfAction()
JspValueOfAction
public JspValueOfAction(javax.servlet.jsp.PageContext pageContext)
getPageContext
public javax.servlet.jsp.PageContext getPageContext()
- Getter for property pageContext.
- Returns:
- Value of property pageContext.
setPageContext
public void setPageContext(javax.servlet.jsp.PageContext pageContext)
- Setter for property pageContext.
- Parameters:
pageContext
- New value of property pageContext.
run
public void run(org.dom4j.Node node)
throws java.lang.Exception
- Specified by:
run
in interface org.dom4j.rule.Action
- Throws:
java.lang.Exception
Copyright ? 2000-2004 The Apache Software Foundation. All Rights Reserved.