com.atlassian.jira.config.webwork
Class JiraPluginsConfiguration

java.lang.Object
  extended by com.atlassian.jira.config.webwork.JiraPluginsConfiguration
All Implemented Interfaces:
webwork.config.ConfigurationInterface

public class JiraPluginsConfiguration
extends Object
implements webwork.config.ConfigurationInterface

Delegating configuration that checks each WebworkModuleDescriptor for action names and action view mappings


Constructor Summary
JiraPluginsConfiguration()
           
 
Method Summary
 Object getImpl(String aName)
          Get a named setting.
 Iterator listImpl()
          List setting names
 void setImpl(String aName, Object aValue)
          We don't support this and in fact no where in JIRA does
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JiraPluginsConfiguration

public JiraPluginsConfiguration()
Method Detail

getImpl

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

Specified by:
getImpl in interface webwork.config.ConfigurationInterface
Throws:
IllegalArgumentException

setImpl

public void setImpl(String aName,
                    Object aValue)
             throws IllegalArgumentException,
                    UnsupportedOperationException
We don't support this and in fact no where in JIRA does

Specified by:
setImpl in interface webwork.config.ConfigurationInterface
Throws:
IllegalArgumentException
UnsupportedOperationException

listImpl

public Iterator listImpl()
List setting names

Specified by:
listImpl in interface webwork.config.ConfigurationInterface


Copyright © 2002-2013 Atlassian. All Rights Reserved.