|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.opensymphony.xwork.config.entities.ActionConfig
com.atlassian.confluence.plugin.descriptor.PluginAwareActionConfig
public class PluginAwareActionConfig
ActionConfig that contains a reference to its parent plugin. This allows the action to access the classes of the plugin (provided by the OSGI class loader).
| Field Summary |
|---|
| Fields inherited from class com.opensymphony.xwork.config.entities.ActionConfig |
|---|
className, externalRefs, interceptors, method, methodName, packageName, params, results |
| Constructor Summary | |
|---|---|
PluginAwareActionConfig(String methodName,
String className,
Map parameters,
Map results,
List interceptors,
List externalRefs,
String packageName,
com.atlassian.plugin.Plugin plugin)
|
|
PluginAwareActionConfig(String methodName,
String className,
Map parameters,
Map results,
List interceptors,
com.atlassian.plugin.Plugin plugin)
|
|
| Method Summary | |
|---|---|
com.atlassian.plugin.Plugin |
getPlugin()
|
| Methods inherited from class com.opensymphony.xwork.config.entities.ActionConfig |
|---|
addExternalRef, addExternalRefs, addInterceptor, addInterceptors, addParam, addResultConfig, equals, getClassName, getExternalRefs, getInterceptors, getMethod, getMethodName, getPackageName, getParams, getResults, hashCode, setClassName, setMethodName, setPackageName, setParams, setResults, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PluginAwareActionConfig(String methodName,
String className,
Map parameters,
Map results,
List interceptors,
com.atlassian.plugin.Plugin plugin)
public PluginAwareActionConfig(String methodName,
String className,
Map parameters,
Map results,
List interceptors,
List externalRefs,
String packageName,
com.atlassian.plugin.Plugin plugin)
| Method Detail |
|---|
public com.atlassian.plugin.Plugin getPlugin()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||