com.atlassian.jira.admin
Class IntroductionPropertyImpl

java.lang.Object
  extended by com.atlassian.jira.admin.IntroductionPropertyImpl
All Implemented Interfaces:
IntroductionProperty

public class IntroductionPropertyImpl
extends Object
implements IntroductionProperty


Constructor Summary
IntroductionPropertyImpl(ApplicationProperties applicationProperties, I18nHelper.BeanFactory i18nFactory, JiraAuthenticationContext authenticationContext, RenderablePropertyFactory renderablePropertyFactory)
           
 
Method Summary
 String getDescriptionHtml()
          Returns the description HTML for the introduction field.
 String getEditHtml(String fieldName)
          Returns the edit HTML for this renderable application property.
 String getValue()
          Returns the value of the introduction property value in raw format.
 String getViewHtml()
          Returns the view HTML for the introduction property.
 void setValue(String value)
          Sets the value of the introduction property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntroductionPropertyImpl

public IntroductionPropertyImpl(ApplicationProperties applicationProperties,
                                I18nHelper.BeanFactory i18nFactory,
                                JiraAuthenticationContext authenticationContext,
                                RenderablePropertyFactory renderablePropertyFactory)
Method Detail

getValue

public String getValue()
Description copied from interface: IntroductionProperty
Returns the value of the introduction property value in raw format.

Specified by:
getValue in interface IntroductionProperty
Returns:
the property value in raw format

setValue

public void setValue(String value)
Description copied from interface: IntroductionProperty
Sets the value of the introduction property.

Specified by:
setValue in interface IntroductionProperty
Parameters:
value - a String containing the property

getEditHtml

public String getEditHtml(String fieldName)
Description copied from interface: IntroductionProperty
Returns the edit HTML for this renderable application property.

Specified by:
getEditHtml in interface IntroductionProperty
Parameters:
fieldName - the field name to use in the generated HTML
Returns:
a String containing the edit HTML

getViewHtml

public String getViewHtml()
Description copied from interface: IntroductionProperty
Returns the view HTML for the introduction property.

Specified by:
getViewHtml in interface IntroductionProperty
Returns:
a String containing the view HTML

getDescriptionHtml

public String getDescriptionHtml()
Description copied from interface: IntroductionProperty
Returns the description HTML for the introduction field.

Specified by:
getDescriptionHtml in interface IntroductionProperty
Returns:
a String containing the description HTML


Copyright © 2002-2013 Atlassian. All Rights Reserved.