com.atlassian.jira.admin
Class RenderablePropertyFactory

java.lang.Object
  extended by com.atlassian.jira.admin.RenderablePropertyFactory

@Internal
public class RenderablePropertyFactory
extends Object

Factory for RenderableApplicationProperty instances.

Since:
v5.0.7

Constructor Summary
RenderablePropertyFactory(ApplicationProperties applicationProperties, FeatureManager featureManager, com.atlassian.velocity.VelocityManager jiraVelocityManager, RendererManager rendererManager)
           
 
Method Summary
 RenderablePropertyImpl create(PropertyPersister persister, PropertyDescriptions propertyDescription)
          Creates a new RenderablePropertyImpl instance that uses the given persister and descriptions.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RenderablePropertyFactory

public RenderablePropertyFactory(ApplicationProperties applicationProperties,
                                 FeatureManager featureManager,
                                 com.atlassian.velocity.VelocityManager jiraVelocityManager,
                                 RendererManager rendererManager)
Method Detail

create

public RenderablePropertyImpl create(PropertyPersister persister,
                                     @Nullable
                                     PropertyDescriptions propertyDescription)
Creates a new RenderablePropertyImpl instance that uses the given persister and descriptions.

Parameters:
persister - a PropertyPersister
propertyDescription - a PropertyDescriptions (may be null)
Returns:
a new RenderablePropertyImpl
Since:
v5.0.7


Copyright © 2002-2014 Atlassian. All Rights Reserved.