Java Doc for GeoServerConfigurationForm.java in  » GIS » GeoServer » org » vfny » geoserver » form » global » 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 » GIS » GeoServer » org.vfny.geoserver.form.global 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.vfny.geoserver.form.global.GeoServerConfigurationForm

GeoServerConfigurationForm
public class GeoServerConfigurationForm extends ActionForm (Code)
GeoServerConfigurationForm purpose.

Description of GeoServerConfigurationForm ...

Capabilities:

  • Feature: description

Example Use:


 GeoServerConfigurationForm x = new GeoServerConfigurationForm(...);
 

author:
   User, Refractions Research, Inc.
author:
   $Author: cholmesny $ (last modification)
version:
   $Id: GeoServerConfigurationForm.java 7226 2007-07-10 19:28:46Z saul.farber $




Method Summary
public  StringgetAddress()
     Access address property.
public  StringgetAddressCity()
     Access addressCity property.
public  StringgetAddressCountry()
     Access addressCountry property.
public  StringgetAddressPostalCode()
     Access addressPostalCode property.
public  StringgetAddressState()
     Access addressState property.
public  StringgetAddressType()
     Access addressType property.
public  StringgetAdminPassword()
    
public  StringgetAdminUserName()
    
public  StringgetCharset()
     Access charset property.
public  StringgetContactEmail()
     Access contactEmail property.
public  StringgetContactFacsimile()
     Access contactFacsimile property.
public  StringgetContactOrganization()
     Access contactOrganization property.
public  StringgetContactPerson()
     Access contactPerson property.
public  StringgetContactPosition()
     Access contactPosition property.
public  StringgetContactVoice()
     Access contactVoice property.
public  booleangetImageIOCache()
    
public  booleangetJaiJPEGNative()
    
public  doublegetJaiMemoryCapacity()
    
public  doublegetJaiMemoryThreshold()
    
public  booleangetJaiPNGNative()
    
public  booleangetJaiRecycling()
    
public  intgetJaiTilePriority()
    
public  intgetJaiTileThreads()
    
public  StringgetLog4jConfigFile()
     Access loggingLevel property.
public  StringgetLogLocation()
    
public  intgetMaxFeatures()
     Access maxFeatures property.
public  intgetNumDecimals()
     Access numDecimals property.
public  StringgetProxyBaseUrl()
     Access baseURL property.
public  StringgetSchemaBaseURL()
     Access schemaBaseURL property.
public  StringgetTileCache()
    
public  booleanisImageIOCacheChecked()
     Access verboseChecked property.
public  booleanisJaiJPEGNativeChecked()
     Access nativeChecked property.
public  booleanisJaiPNGNativeChecked()
     Access nativeChecked property.
public  booleanisJaiRecyclingChecked()
     Access recyclingChecked property.
public  booleanisSuppressStdOutLogging()
     Access loggingToFile property.
public  booleanisSuppressStdOutLoggingChecked()
     Access loggingToFileChecked property.
public  booleanisVerbose()
     Access verbose property.
public  booleanisVerboseChecked()
     Access verboseChecked property.
public  booleanisVerboseExceptions()
     Access verboseExceptions property.
public  booleanisVerboseExceptionsChecked()
     Access verboseChecked property.
public  voidreset(ActionMapping arg0, HttpServletRequest request)
    
public  voidsetAddress(String address)
     Set address to address.
public  voidsetAddressCity(String addressCity)
     Set addressCity to addressCity.
public  voidsetAddressCountry(String addressCountry)
     Set addressCountry to addressCountry.
public  voidsetAddressPostalCode(String addressPostalCode)
     Set addressPostalCode to addressPostalCode.
public  voidsetAddressState(String addressState)
     Set addressState to addressState.
public  voidsetAddressType(String addressType)
     Set addressType to addressType.
public  voidsetCharset(String charset)
     Set charset to charset.
public  voidsetContactEmail(String contactEmail)
     Set contactEmail to contactEmail.
public  voidsetContactFacsimile(String contactFacsimile)
     Set contactFacsimile to contactFacsimile.
public  voidsetContactOrganization(String contactOrganization)
     Set contactOrganization to contactOrganization.
public  voidsetContactPerson(String contactPerson)
     Set contactPerson to contactPerson.
public  voidsetContactPosition(String contactPosition)
     Set contactPosition to contactPosition.
public  voidsetContactVoice(String contactVoice)
     Set contactVoice to contactVoice.
public  voidsetImageIOCache(boolean imageIOCache)
    
public  voidsetImageIOCacheChecked(boolean imageIOCacheChecked)
     Set verboseChecked to verboseChecked.
public  voidsetJaiJPEGNative(boolean jaiJPEGNative)
    
public  voidsetJaiJPEGNativeChecked(boolean jaiJPEGNativeChecked)
     Set nativeChecked to nativeChecked.
public  voidsetJaiMemoryCapacity(double jaiMemoryCapacity)
    
public  voidsetJaiMemoryThreshold(double jaiMemoryThreshold)
    
public  voidsetJaiPNGNative(boolean jaiPNGNative)
    
public  voidsetJaiPNGNativeChecked(boolean jaiPNGNativeChecked)
     Set nativeChecked to nativeChecked.
public  voidsetJaiRecycling(boolean jaiRecycling)
    
public  voidsetJaiRecyclingChecked(boolean jaiRecyclingChecked)
     Set recyclingChecked to recyclingChecked.
public  voidsetJaiTilePriority(int jaiTilePriority)
    
public  voidsetJaiTileThreads(int jaiTileThreads)
    
public  voidsetLog4jConfigFile(String s)
     Set loggingLevel to loggingLevel.
public  voidsetLogLocation(String logLocation)
    
public  voidsetMaxFeatures(int maxFeatures)
     Set maxFeatures to maxFeatures.
public  voidsetNumDecimals(int numDecimals)
     Set numDecimals to numDecimals.
public  voidsetProxyBaseUrl(String baseURL)
     Set baseURL to baseURL.
public  voidsetSchemaBaseURL(String schemaBaseURL)
     Set schemaBaseURL to schemaBaseURL.
public  voidsetSuppressStdOutLogging(boolean b)
     Set loggingToFile to loggingToFile.
public  voidsetSuppressStdOutLoggingChecked(boolean b)
     Set loggingToFileChecked to loggingToFileChecked.
public  voidsetTileCache(String tileCache)
    
public  voidsetVerbose(boolean verbose)
     Set verbose to verbose.
public  voidsetVerboseChecked(boolean verboseChecked)
     Set verboseChecked to verboseChecked.
public  voidsetVerboseExceptions(boolean verboseExceptions)
     Set verboseExceptions to verboseExceptions.
public  voidsetVerboseExceptionsChecked(boolean verboseExceptionsChecked)
     Set verboseChecked to verboseChecked.
public  ActionErrorsvalidate(ActionMapping mapping, HttpServletRequest request)
    



Method Detail
getAddress
public String getAddress()(Code)
Access address property. Returns the address.



getAddressCity
public String getAddressCity()(Code)
Access addressCity property. Returns the addressCity.



getAddressCountry
public String getAddressCountry()(Code)
Access addressCountry property. Returns the addressCountry.



getAddressPostalCode
public String getAddressPostalCode()(Code)
Access addressPostalCode property. Returns the addressPostalCode.



getAddressState
public String getAddressState()(Code)
Access addressState property. Returns the addressState.



getAddressType
public String getAddressType()(Code)
Access addressType property. Returns the addressType.



getAdminPassword
public String getAdminPassword()(Code)



getAdminUserName
public String getAdminUserName()(Code)



getCharset
public String getCharset()(Code)
Access charset property. Returns the charset.



getContactEmail
public String getContactEmail()(Code)
Access contactEmail property. Returns the contactEmail.



getContactFacsimile
public String getContactFacsimile()(Code)
Access contactFacsimile property. Returns the contactFacsimile.



getContactOrganization
public String getContactOrganization()(Code)
Access contactOrganization property. Returns the contactOrganization.



getContactPerson
public String getContactPerson()(Code)
Access contactPerson property. Returns the contactPerson.



getContactPosition
public String getContactPosition()(Code)
Access contactPosition property. Returns the contactPosition.



getContactVoice
public String getContactVoice()(Code)
Access contactVoice property. Returns the contactVoice.



getImageIOCache
public boolean getImageIOCache()(Code)



getJaiJPEGNative
public boolean getJaiJPEGNative()(Code)



getJaiMemoryCapacity
public double getJaiMemoryCapacity()(Code)



getJaiMemoryThreshold
public double getJaiMemoryThreshold()(Code)



getJaiPNGNative
public boolean getJaiPNGNative()(Code)



getJaiRecycling
public boolean getJaiRecycling()(Code)



getJaiTilePriority
public int getJaiTilePriority()(Code)



getJaiTileThreads
public int getJaiTileThreads()(Code)



getLog4jConfigFile
public String getLog4jConfigFile()(Code)
Access loggingLevel property. Returns the loggingLevel.



getLogLocation
public String getLogLocation()(Code)
The string representation of the path on disk in which theserver logs to.



getMaxFeatures
public int getMaxFeatures()(Code)
Access maxFeatures property. Returns the maxFeatures.



getNumDecimals
public int getNumDecimals()(Code)
Access numDecimals property. Returns the numDecimals.



getProxyBaseUrl
public String getProxyBaseUrl()(Code)
Access baseURL property. Returns the baseURL.



getSchemaBaseURL
public String getSchemaBaseURL()(Code)
Access schemaBaseURL property. Returns the schemaBaseURL.



getTileCache
public String getTileCache()(Code)
tile cache parameter
See Also:   GeoServer.getTileCache



isImageIOCacheChecked
public boolean isImageIOCacheChecked()(Code)
Access verboseChecked property. Returns the verboseChecked.



isJaiJPEGNativeChecked
public boolean isJaiJPEGNativeChecked()(Code)
Access nativeChecked property. Returns the nativeChecked.



isJaiPNGNativeChecked
public boolean isJaiPNGNativeChecked()(Code)
Access nativeChecked property. Returns the nativeChecked.



isJaiRecyclingChecked
public boolean isJaiRecyclingChecked()(Code)
Access recyclingChecked property. Returns the recyclingChecked.



isSuppressStdOutLogging
public boolean isSuppressStdOutLogging()(Code)
Access loggingToFile property. Returns the loggingToFile.



isSuppressStdOutLoggingChecked
public boolean isSuppressStdOutLoggingChecked()(Code)
Access loggingToFileChecked property. Returns the loggingToFileChecked.



isVerbose
public boolean isVerbose()(Code)
Access verbose property. Returns the verbose.



isVerboseChecked
public boolean isVerboseChecked()(Code)
Access verboseChecked property. Returns the verboseChecked.



isVerboseExceptions
public boolean isVerboseExceptions()(Code)
Access verboseExceptions property. Returns the verboseExceptions.



isVerboseExceptionsChecked
public boolean isVerboseExceptionsChecked()(Code)
Access verboseChecked property. Returns the verboseChecked.



reset
public void reset(ActionMapping arg0, HttpServletRequest request)(Code)



setAddress
public void setAddress(String address)(Code)
Set address to address.
Parameters:
  address - The address to set.



setAddressCity
public void setAddressCity(String addressCity)(Code)
Set addressCity to addressCity.
Parameters:
  addressCity - The addressCity to set.



setAddressCountry
public void setAddressCountry(String addressCountry)(Code)
Set addressCountry to addressCountry.
Parameters:
  addressCountry - The addressCountry to set.



setAddressPostalCode
public void setAddressPostalCode(String addressPostalCode)(Code)
Set addressPostalCode to addressPostalCode.
Parameters:
  addressPostalCode - The addressPostalCode to set.



setAddressState
public void setAddressState(String addressState)(Code)
Set addressState to addressState.
Parameters:
  addressState - The addressState to set.



setAddressType
public void setAddressType(String addressType)(Code)
Set addressType to addressType.
Parameters:
  addressType - The addressType to set.



setCharset
public void setCharset(String charset)(Code)
Set charset to charset.
Parameters:
  charset - The charset to set.



setContactEmail
public void setContactEmail(String contactEmail)(Code)
Set contactEmail to contactEmail.
Parameters:
  contactEmail - The contactEmail to set.



setContactFacsimile
public void setContactFacsimile(String contactFacsimile)(Code)
Set contactFacsimile to contactFacsimile.
Parameters:
  contactFacsimile - The contactFacsimile to set.



setContactOrganization
public void setContactOrganization(String contactOrganization)(Code)
Set contactOrganization to contactOrganization.
Parameters:
  contactOrganization - The contactOrganization to set.



setContactPerson
public void setContactPerson(String contactPerson)(Code)
Set contactPerson to contactPerson.
Parameters:
  contactPerson - The contactPerson to set.



setContactPosition
public void setContactPosition(String contactPosition)(Code)
Set contactPosition to contactPosition.
Parameters:
  contactPosition - The contactPosition to set.



setContactVoice
public void setContactVoice(String contactVoice)(Code)
Set contactVoice to contactVoice.
Parameters:
  contactVoice - The contactVoice to set.



setImageIOCache
public void setImageIOCache(boolean imageIOCache)(Code)



setImageIOCacheChecked
public void setImageIOCacheChecked(boolean imageIOCacheChecked)(Code)
Set verboseChecked to verboseChecked.
Parameters:
  verboseChecked - The verboseChecked to set.



setJaiJPEGNative
public void setJaiJPEGNative(boolean jaiJPEGNative)(Code)



setJaiJPEGNativeChecked
public void setJaiJPEGNativeChecked(boolean jaiJPEGNativeChecked)(Code)
Set nativeChecked to nativeChecked.
Parameters:
  nativeChecked - The nativeChecked to set.



setJaiMemoryCapacity
public void setJaiMemoryCapacity(double jaiMemoryCapacity)(Code)



setJaiMemoryThreshold
public void setJaiMemoryThreshold(double jaiMemoryThreshold)(Code)



setJaiPNGNative
public void setJaiPNGNative(boolean jaiPNGNative)(Code)



setJaiPNGNativeChecked
public void setJaiPNGNativeChecked(boolean jaiPNGNativeChecked)(Code)
Set nativeChecked to nativeChecked.
Parameters:
  nativeChecked - The nativeChecked to set.



setJaiRecycling
public void setJaiRecycling(boolean jaiRecycling)(Code)



setJaiRecyclingChecked
public void setJaiRecyclingChecked(boolean jaiRecyclingChecked)(Code)
Set recyclingChecked to recyclingChecked.
Parameters:
  recyclingChecked - The recyclingChecked to set.



setJaiTilePriority
public void setJaiTilePriority(int jaiTilePriority)(Code)



setJaiTileThreads
public void setJaiTileThreads(int jaiTileThreads)(Code)



setLog4jConfigFile
public void setLog4jConfigFile(String s)(Code)
Set loggingLevel to loggingLevel.
Parameters:
  loggingLevel - The loggingLevel to set.



setLogLocation
public void setLogLocation(String logLocation)(Code)

Parameters:
  logLocation - The string representation of the path on disk in whichthe server logs to.



setMaxFeatures
public void setMaxFeatures(int maxFeatures)(Code)
Set maxFeatures to maxFeatures.
Parameters:
  maxFeatures - The maxFeatures to set.



setNumDecimals
public void setNumDecimals(int numDecimals)(Code)
Set numDecimals to numDecimals.
Parameters:
  numDecimals - The numDecimals to set.



setProxyBaseUrl
public void setProxyBaseUrl(String baseURL)(Code)
Set baseURL to baseURL.
Parameters:
  baseURL - The baseURL to set.



setSchemaBaseURL
public void setSchemaBaseURL(String schemaBaseURL)(Code)
Set schemaBaseURL to schemaBaseURL.
Parameters:
  schemaBaseURL - The schemaBaseURL to set.



setSuppressStdOutLogging
public void setSuppressStdOutLogging(boolean b)(Code)
Set loggingToFile to loggingToFile.
Parameters:
  verbose - The loggingToFile to set.



setSuppressStdOutLoggingChecked
public void setSuppressStdOutLoggingChecked(boolean b)(Code)
Set loggingToFileChecked to loggingToFileChecked.
Parameters:
  loggingToFileChecked - The loggingToFileChecked to set.



setTileCache
public void setTileCache(String tileCache)(Code)



setVerbose
public void setVerbose(boolean verbose)(Code)
Set verbose to verbose.
Parameters:
  verbose - The verbose to set.



setVerboseChecked
public void setVerboseChecked(boolean verboseChecked)(Code)
Set verboseChecked to verboseChecked.
Parameters:
  verboseChecked - The verboseChecked to set.



setVerboseExceptions
public void setVerboseExceptions(boolean verboseExceptions)(Code)
Set verboseExceptions to verboseExceptions.
Parameters:
  verboseExceptions - The verboseExceptions to set.



setVerboseExceptionsChecked
public void setVerboseExceptionsChecked(boolean verboseExceptionsChecked)(Code)
Set verboseChecked to verboseChecked.
Parameters:
  verboseChecked - The verboseChecked to set.



validate
public ActionErrors validate(ActionMapping mapping, HttpServletRequest request)(Code)



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