com.atlassian.confluence.setup.webwork
Class ConfluenceWebWorkConfiguration
java.lang.Object
com.opensymphony.webwork.config.Configuration
com.atlassian.confluence.setup.webwork.ConfluenceWebWorkConfiguration
public class ConfluenceWebWorkConfiguration
- extends Configuration
Created by IntelliJ IDEA.
User: Mike
Date: Jun 5, 2003
Time: 10:50:49 AM
To change this template use Options | File Templates.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfluenceWebWorkConfiguration
public ConfluenceWebWorkConfiguration()
getImpl
public Object getImpl(String aName)
throws IllegalArgumentException
- Get a named setting.
- Overrides:
getImpl
in class Configuration
- Throws:
IllegalArgumentException
isSetImpl
public boolean isSetImpl(String aName)
- Overrides:
isSetImpl
in class Configuration
setImpl
public void setImpl(String aName,
Object aValue)
throws IllegalArgumentException,
UnsupportedOperationException
- Set a named setting
- Overrides:
setImpl
in class Configuration
- Throws:
IllegalArgumentException
UnsupportedOperationException
listImpl
public Iterator listImpl()
- List setting names
- Overrides:
listImpl
in class Configuration