| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.vfny.geoserver.config.StyleConfig
StyleConfig purpose.
Defines the style ids to be used by the wms. The files must be contained in geoserver/misc/wms/styles. We're working on finding a better place for them, but for now that's where you must put them if you want them on the server.
| Constructor Summary | |
StyleConfig()
StyleConfig constructor.  | 
|
StyleConfig(StyleDTO style)
StyleConfig constructor.  | 
|
| Method Summary | |
 java.io.File | 
getFilename()
getFilename purpose.  | 
 java.lang.String | 
getId()
getId purpose.  | 
 boolean | 
isDefault()
isDefault purpose.  | 
 void | 
setDefault(boolean b)
setDefault purpose.  | 
 void | 
setFilename(java.io.File file)
setFilename purpose.  | 
 void | 
setId(java.lang.String string)
setId purpose.  | 
 StyleDTO | 
toDTO()
Implement toDTO.  | 
 void | 
update(StyleDTO obj)
Implement loadDTO.  | 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public StyleConfig()
Creates a StyleConfig to represent an instance with default data.
defaultSettings()public StyleConfig(StyleDTO style)
Creates a copy of the StyleDTO provided. All the data structures are cloned.
style - The style to copy.
java.lang.NullPointerException - DOCUMENT ME!| Method Detail | 
public void update(StyleDTO obj)
Stores the data provided for the specified StyleDTO object
obj - a StyleDTO object
java.lang.NullPointerException - DOCUMENT ME!org.vfny.geoserver.config.DataStructure#loadDTO(java.lang.Object)public StyleDTO toDTO()
Creates a StyleDTO which represents the data in this config object.
org.vfny.geoserver.config.DataStructure#toDTO()public boolean isDefault()
Description ...
public java.io.File getFilename()
Description ...
public java.lang.String getId()
Description ...
public void setDefault(boolean b)
Description ...
b - public void setFilename(java.io.File file)
Description ...
file - public void setId(java.lang.String string)
Description ...
string - 
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||