com.atlassian.confluence.setup.webwork
Class ConfluenceWebWorkConfiguration

java.lang.Object
  extended bycom.opensymphony.webwork.config.Configuration
      extended bycom.atlassian.confluence.setup.webwork.ConfluenceWebWorkConfiguration

public class ConfluenceWebWorkConfiguration
extends com.opensymphony.webwork.config.Configuration

Created by IntelliJ IDEA. User: Mike Date: Jun 5, 2003 Time: 10:50:49 AM To change this template use Options | File Templates.


Constructor Summary
ConfluenceWebWorkConfiguration()
           
 
Method Summary
 Object getImpl(String aName)
          Get a named setting.
 boolean isSetImpl(String aName)
           
 Iterator listImpl()
          List setting names
 void setImpl(String aName, Object aValue)
          Set a named setting
 
Methods inherited from class com.opensymphony.webwork.config.Configuration
get, getConfiguration, getLocale, getString, isSet, list, set, setConfiguration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfluenceWebWorkConfiguration

public ConfluenceWebWorkConfiguration()
Method Detail

getImpl

public Object getImpl(String aName)
               throws IllegalArgumentException
Get a named setting.

Throws:
IllegalArgumentException

isSetImpl

public boolean isSetImpl(String aName)

setImpl

public void setImpl(String aName,
                    Object aValue)
             throws IllegalArgumentException,
                    UnsupportedOperationException
Set a named setting

Throws:
IllegalArgumentException
UnsupportedOperationException

listImpl

public Iterator listImpl()
List setting names



Confluence is developed by Atlassian.