org.apache.taglibs.xtags.xpath
Class JspAction

java.lang.Object
  extended by org.apache.taglibs.xtags.xpath.JspAction
All Implemented Interfaces:
org.dom4j.rule.Action

public class JspAction
extends java.lang.Object
implements org.dom4j.rule.Action

An Action which includes a piece of JSP

Author:
James Strachan

Constructor Summary
JspAction()
           
JspAction(javax.servlet.jsp.PageContext pageContext, java.lang.String jsp)
           
 
Method Summary
 java.lang.String getJsp()
          Getter for property jsp.
 javax.servlet.jsp.PageContext getPageContext()
          Getter for property pageContext.
 void run(org.dom4j.Node node)
           
 void setJsp(java.lang.String jsp)
          Setter for property jsp.
 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
 

Constructor Detail

JspAction

public JspAction()

JspAction

public JspAction(javax.servlet.jsp.PageContext pageContext,
                 java.lang.String jsp)
Method Detail

getJsp

public java.lang.String getJsp()
Getter for property jsp.

Returns:
Value of property jsp.

setJsp

public void setJsp(java.lang.String jsp)
Setter for property jsp.

Parameters:
jsp - New value of property jsp.

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.