Java Doc for ArchiveConfigForm.java in  » J2EE » JOnAS-4.8.6 » org » objectweb » jonas » webapp » jonasadmin » xml » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » J2EE » JOnAS 4.8.6 » org.objectweb.jonas.webapp.jonasadmin.xml 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.objectweb.jonas.webapp.jonasadmin.xml.ArchiveConfigForm

ArchiveConfigForm
public class ArchiveConfigForm extends ActionForm (Code)
Struts form used by the archive configuration pages.
author:
   Patrick Smith
author:
   Gregory Lapouchnian


Field Summary
public static  intADVANCED
     Advanced mode was used.
public static  intFORM
     The form was used.


Method Summary
public  StringgetArchiveName()
     Returns the archive name in the form.
public  StringgetCancel()
     The target of the cancel op.
public  MapgetChildren()
    
public  intgetConfigType()
     Returns the config type.
public  ArrayListgetDeployable()
     The list of deployable archives.
public  DocumentgetDocument()
     Returns the document.
public  booleangetIsDomain()
     Return if the action is a domain management operation.
public  StringgetJonasBase()
    
public  MapgetMapping()
     Returns the map.
public  StringgetPathName()
     Returns the path of the XML file.
public  StringgetSubmit()
     What submission form was done.
public  StringgetSwitchTo()
     The target of switching done.
public  ObjectgetValues(String key)
     Returns the object at key's spot of the mapping.
Parameters:
  key - the key for the mapping.
public  MapgetValuesMap()
     Returns the values map.
public  StringgetXml()
     Return the XML document as a string.
public  voidreset(ActionMapping mapping, HttpServletRequest request)
     Reset all properties to their default values.
public  voidreset()
     Resets this form.
public  voidsetArchiveName(String archiveName)
     Sets the archive name for the form.
public  voidsetCancel(String cancel)
    
public  voidsetChildren(Map childValues)
     Sets the children map.
public  voidsetConfigType(int configType)
     Sets the config type.
public  voidsetDeployable(ArrayList deployable)
     Sets the list of deployable archives.
public  voidsetDocument(Document document)
    
public  voidsetIsDomain(boolean isDomain)
     Sets if the action is a domain management operation.
public  voidsetJonasBase(String jonasBase)
    
public  voidsetMapping(Map mapping)
     Sets the map.
public  voidsetPathName(String pathName)
     Sets the path.
public  voidsetSubmit(String submit)
     Sets the submission.
public  voidsetSwitchTo(String switchTo)
    
public  voidsetValues(String key, Object value)
     Sets a value within the values map.
public  voidsetValuesMap(Map values)
     Sets the values map.
public  voidsetXml(String xml)
     Sets the XML string.
public  StringtoString()
     Returns a String represetnation of the values.
public  ActionErrorsvalidate(ActionMapping mapping, HttpServletRequest request)
     Validate the properties that have been set from this HTTP request, and return an ActionErrors object that encapsulates any validation errors that have been found.

Field Detail
ADVANCED
public static int ADVANCED(Code)
Advanced mode was used.



FORM
public static int FORM(Code)
The form was used.





Method Detail
getArchiveName
public String getArchiveName()(Code)
Returns the archive name in the form. the archive name.



getCancel
public String getCancel()(Code)
The target of the cancel op. the target of the cancel op.



getChildren
public Map getChildren()(Code)
Return the map of children the map of children.



getConfigType
public int getConfigType()(Code)
Returns the config type. the config type.



getDeployable
public ArrayList getDeployable()(Code)
The list of deployable archives. the list of deployable archives.



getDocument
public Document getDocument()(Code)
Returns the document. the document.



getIsDomain
public boolean getIsDomain()(Code)
Return if the action is a domain management operation. if the action is a domain management operation.



getJonasBase
public String getJonasBase()(Code)



getMapping
public Map getMapping()(Code)
Returns the map. the map.



getPathName
public String getPathName()(Code)
Returns the path of the XML file. the path of the XML file.



getSubmit
public String getSubmit()(Code)
What submission form was done. the of submission.



getSwitchTo
public String getSwitchTo()(Code)
The target of switching done. the target of switching.



getValues
public Object getValues(String key)(Code)
Returns the object at key's spot of the mapping.
Parameters:
  key - the key for the mapping. the value in the map that matches key.



getValuesMap
public Map getValuesMap()(Code)
Returns the values map. the values map.



getXml
public String getXml()(Code)
Return the XML document as a string. the XML document as a string.



reset
public void reset(ActionMapping mapping, HttpServletRequest request)(Code)
Reset all properties to their default values.
Parameters:
  mapping - The mapping used to select this instance
Parameters:
  request - The servlet request we are processing



reset
public void reset()(Code)
Resets this form.



setArchiveName
public void setArchiveName(String archiveName)(Code)
Sets the archive name for the form.
Parameters:
  archiveName - the archive name to set.



setCancel
public void setCancel(String cancel)(Code)
Sets the cancel string
Parameters:
  cancel - the string to set.



setChildren
public void setChildren(Map childValues)(Code)
Sets the children map.
Parameters:
  childValues - the map to set.



setConfigType
public void setConfigType(int configType)(Code)
Sets the config type.
Parameters:
  configType - the type to set.



setDeployable
public void setDeployable(ArrayList deployable)(Code)
Sets the list of deployable archives.
Parameters:
  deployable - the list to set.



setDocument
public void setDocument(Document document)(Code)
Sets the document of this form
Parameters:
  document - the value to set.



setIsDomain
public void setIsDomain(boolean isDomain)(Code)
Sets if the action is a domain management operation.
Parameters:
  isDomain - if the action is a domain management operation.



setJonasBase
public void setJonasBase(String jonasBase)(Code)



setMapping
public void setMapping(Map mapping)(Code)
Sets the map.
Parameters:
  mapping - the value to set.



setPathName
public void setPathName(String pathName)(Code)
Sets the path.
Parameters:
  pathName - the path to set.



setSubmit
public void setSubmit(String submit)(Code)
Sets the submission.
Parameters:
  submit - the submission to set.



setSwitchTo
public void setSwitchTo(String switchTo)(Code)
Sets the target of switching
Parameters:
  switchTo - the target to set.



setValues
public void setValues(String key, Object value)(Code)
Sets a value within the values map.
Parameters:
  key - the key of the mapping.
Parameters:
  value - the value of the mapping.



setValuesMap
public void setValuesMap(Map values)(Code)
Sets the values map.



setXml
public void setXml(String xml)(Code)
Sets the XML string.
Parameters:
  xml - the value to set.



toString
public String toString()(Code)
Returns a String represetnation of the values. a string representation of the values.



validate
public ActionErrors validate(ActionMapping mapping, HttpServletRequest request)(Code)
Validate the properties that have been set from this HTTP request, and return an ActionErrors object that encapsulates any validation errors that have been found. If no errors are found, return null or an ActionErrors object with no recorded error messages.
Parameters:
  mapping - The mapping used to select this instance
Parameters:
  request - The servlet request we are processing the errors.



www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.