|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.confluence.plugin.descriptor.web.conditions.DelegatingCondition
public class DelegatingCondition
Delegates all calls to the Condition passed to the constructor. Handy for deprecated classes.
Constructor Summary | |
---|---|
DelegatingCondition(com.atlassian.plugin.web.Condition delegate)
|
Method Summary | |
---|---|
void |
init(java.util.Map map)
|
boolean |
shouldDisplay(java.util.Map map)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DelegatingCondition(com.atlassian.plugin.web.Condition delegate)
Method Detail |
---|
public void init(java.util.Map map) throws com.atlassian.plugin.PluginParseException
init
in interface com.atlassian.plugin.web.Condition
com.atlassian.plugin.PluginParseException
public boolean shouldDisplay(java.util.Map map)
shouldDisplay
in interface com.atlassian.plugin.web.Condition
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |