org.objectweb.jonas.webapp.jonasadmin.xml |
|
Java Source File Name | Type | Comment |
ApplyArchiveConfigAction.java | Class | Action to process the input when either the advanced or the form view of the
archive configuration feature is submitted. |
ArchiveConfigAction.java | Class | Action to extract the XML parsed into a Document object from the archive and
forward to the form view JSP configuration page. |
ArchiveConfigAdvancedAction.java | Class | Action to load the raw XML for a given archive and deployment descriptor and
forward to the advanced view JSP. |
ArchiveConfigForm.java | Class | Struts form used by the archive configuration pages. |
ArchiveConfigSelectAction.java | Class | |
ArchiveUtilAction.java | Class | Action to extract the XML parsed into a Document object from the archive
and forward to the form view JSP configuration page. |
XMLToFormUtil.java | Class | Convert a DOM tree into an HTML form for display to the user. |
XMLUtil.java | Class | A class which provides various utilities to interact with XML files. |