com.atlassian.jira.web.component
Class AbstractWebComponent

java.lang.Object
  extended by com.atlassian.jira.web.component.AbstractWebComponent
Direct Known Subclasses:
AdminTabsWebComponent, CreateIssueWebComponent, CronEditorWebComponent, GroupPickerWebComponent, IssueTableWebComponent, SchemePickerWebComponent, SubTaskQuickCreationWebComponent, UserPickerWebComponent, WebFragmentWebComponent

public class AbstractWebComponent
extends Object

The superclass of all web components, which has some simple helper methods.


Field Summary
protected  ApplicationProperties applicationProperties
           
protected  com.atlassian.velocity.VelocityManager velocityManager
           
 
Constructor Summary
AbstractWebComponent(com.atlassian.velocity.VelocityManager velocityManager, ApplicationProperties applicationProperties)
           
 
Method Summary
protected  String getHtml(String resourceName, Map<String,Object> startingParams)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

velocityManager

protected final com.atlassian.velocity.VelocityManager velocityManager

applicationProperties

protected final ApplicationProperties applicationProperties
Constructor Detail

AbstractWebComponent

public AbstractWebComponent(com.atlassian.velocity.VelocityManager velocityManager,
                            ApplicationProperties applicationProperties)
Method Detail

getHtml

protected String getHtml(String resourceName,
                         Map<String,Object> startingParams)


Copyright © 2002-2012 Atlassian. All Rights Reserved.