com.atlassian.plugin.web.model
Class AbstractWebItem
java.lang.Object
com.atlassian.plugin.web.model.AbstractWebItem
- Direct Known Subclasses:
- DefaultWebLink, DefaultWebParam
public abstract class AbstractWebItem
- extends Object
Represents web items that can be rendered using velocity, and inject its
own context using the ContextProvider
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractWebItem
protected AbstractWebItem(WebFragmentHelper webFragmentHelper,
ContextProvider contextProvider,
WebFragmentModuleDescriptor descriptor)
getContextMap
public Map<String,Object> getContextMap(Map<String,Object> context)
getWebFragmentHelper
public WebFragmentHelper getWebFragmentHelper()
getDescriptor
public WebFragmentModuleDescriptor getDescriptor()
Copyright © 2011 Atlassian. All Rights Reserved.