com.atlassian.gadgets.refimpl
Class ApplicationGadgetSpecProviderImpl

java.lang.Object
  extended by com.atlassian.gadgets.refimpl.ApplicationGadgetSpecProviderImpl
All Implemented Interfaces:
com.atlassian.gadgets.GadgetSpecProvider

public class ApplicationGadgetSpecProviderImpl
extends Object
implements com.atlassian.gadgets.GadgetSpecProvider


Field Summary
static String PLUGIN_KEY
           
static String RESOURCE_NAME
           
 
Constructor Summary
ApplicationGadgetSpecProviderImpl(com.atlassian.plugin.webresource.WebResourceManager webResourceManager)
           
 
Method Summary
 boolean contains(URI gadgetSpecUri)
           
 Iterable<URI> entries()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PLUGIN_KEY

public static final String PLUGIN_KEY
See Also:
Constant Field Values

RESOURCE_NAME

public static final String RESOURCE_NAME
See Also:
Constant Field Values
Constructor Detail

ApplicationGadgetSpecProviderImpl

public ApplicationGadgetSpecProviderImpl(com.atlassian.plugin.webresource.WebResourceManager webResourceManager)
Method Detail

entries

public Iterable<URI> entries()
Specified by:
entries in interface com.atlassian.gadgets.GadgetSpecProvider

contains

public boolean contains(URI gadgetSpecUri)
Specified by:
contains in interface com.atlassian.gadgets.GadgetSpecProvider


Copyright © 2013 Atlassian. All Rights Reserved.