com.atlassian.jira.plugin.componentpanel
Class ComponentContextImpl

java.lang.Object
  extended by com.atlassian.jira.plugin.componentpanel.ComponentContextImpl
All Implemented Interfaces:
ComponentContext

public class ComponentContextImpl
extends Object
implements ComponentContext

Default implementation.


Constructor Summary
ComponentContextImpl(ProjectComponent component)
           
 
Method Summary
 ProjectComponent getComponent()
          Retrieve the component for this context
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentContextImpl

public ComponentContextImpl(ProjectComponent component)
Method Detail

getComponent

public ProjectComponent getComponent()
Description copied from interface: ComponentContext
Retrieve the component for this context

Specified by:
getComponent in interface ComponentContext
Returns:
A ProjectComponent


Copyright © 2002-2007 Atlassian. All Rights Reserved.