org.objectweb.jonas.webapp.taglib
Class XMLEditorTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by org.objectweb.jonas.webapp.taglib.XMLEditorTag
All Implemented Interfaces:
java.io.Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag

public class XMLEditorTag
extends javax.servlet.jsp.tagext.TagSupport

A custom JSP tag to display a form view of an XML deployment descriptor.

Author:
Gregory Lapouchnian, Patrick Smith
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
XMLEditorTag()
           
 
Method Summary
 int doEndTag()
           
 org.w3c.dom.Document getDocument()
           
 java.lang.String getFileName()
           
 java.util.Map getMapping()
           
 java.lang.String getPathName()
           
 void setDocument(org.w3c.dom.Document xmlDocument)
           
 void setFileName(java.lang.String fileName)
           
 void setMapping(java.util.Map mapping)
           
 void setPathName(java.lang.String pathName)
           
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, doStartTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLEditorTag

public XMLEditorTag()
Method Detail

getFileName

public java.lang.String getFileName()

setFileName

public void setFileName(java.lang.String fileName)

getPathName

public java.lang.String getPathName()

setPathName

public void setPathName(java.lang.String pathName)

getDocument

public org.w3c.dom.Document getDocument()

setDocument

public void setDocument(org.w3c.dom.Document xmlDocument)

getMapping

public java.util.Map getMapping()

setMapping

public void setMapping(java.util.Map mapping)

doEndTag

public int doEndTag()
             throws javax.servlet.jsp.JspException
Specified by:
doEndTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doEndTag in class javax.servlet.jsp.tagext.TagSupport
Throws:
javax.servlet.jsp.JspException