com.atlassian.jira.web.component
Class AbstractWebComponent
java.lang.Object
com.atlassian.jira.web.component.AbstractWebComponent
- Direct Known Subclasses:
- CreateIssueWebComponent, CronEditorWebComponent, GroupPickerWebComponent, IssueSummaryBlock, IssueTableWebComponent, PeopleBlock, SchemePickerWebComponent, SubTaskQuickCreationWebComponent, UserPickerWebComponent, WebFragmentWebComponent
public class AbstractWebComponent
- extends Object
The superclass of all web components, which has some simple helper methods.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
velocityManager
protected final com.atlassian.velocity.VelocityManager velocityManager
applicationProperties
protected final ApplicationProperties applicationProperties
AbstractWebComponent
public AbstractWebComponent(com.atlassian.velocity.VelocityManager velocityManager,
ApplicationProperties applicationProperties)
getHtml
protected String getHtml(String resourceName,
Map<String,Object> startingParams)
Copyright © 2002-2011 Atlassian. All Rights Reserved.