@Internal public class RenderablePropertyFactory extends Object
RenderableApplicationProperty
instances.Constructor and Description |
---|
RenderablePropertyFactory(ApplicationProperties applicationProperties,
FeatureManager featureManager,
com.atlassian.velocity.VelocityManager jiraVelocityManager,
RendererManager rendererManager) |
Modifier and Type | Method and Description |
---|---|
RenderablePropertyImpl |
create(PropertyPersister persister,
PropertyDescriptions propertyDescription)
Creates a new RenderablePropertyImpl instance that uses the given
persister and descriptions . |
public RenderablePropertyFactory(ApplicationProperties applicationProperties, FeatureManager featureManager, com.atlassian.velocity.VelocityManager jiraVelocityManager, RendererManager rendererManager)
public RenderablePropertyImpl create(PropertyPersister persister, @Nullable PropertyDescriptions propertyDescription)
persister
and descriptions
.persister
- a PropertyPersisterpropertyDescription
- a PropertyDescriptions (may be null)Copyright © 2002-2015 Atlassian. All Rights Reserved.