Package com.atlassian.jira.admin
Class RenderablePropertyFactory
java.lang.Object
com.atlassian.jira.admin.RenderablePropertyFactory
Factory for
RenderableApplicationProperty
instances.- Since:
- v5.0.7
-
Constructor Summary
ConstructorsConstructorDescriptionRenderablePropertyFactory
(ApplicationProperties applicationProperties, com.atlassian.velocity.VelocityManager jiraVelocityManager, RendererManager rendererManager) -
Method Summary
Modifier and TypeMethodDescriptioncreate
(PropertyPersister persister, PropertyDescriptions propertyDescription) Creates a new RenderablePropertyImpl instance that uses the givenpersister
anddescriptions
.
-
Constructor Details
-
RenderablePropertyFactory
public RenderablePropertyFactory(ApplicationProperties applicationProperties, com.atlassian.velocity.VelocityManager jiraVelocityManager, RendererManager rendererManager)
-
-
Method Details
-
create
public RenderablePropertyImpl create(PropertyPersister persister, @Nullable PropertyDescriptions propertyDescription) Creates a new RenderablePropertyImpl instance that uses the givenpersister
anddescriptions
.- Parameters:
persister
- a PropertyPersisterpropertyDescription
- a PropertyDescriptions (may be null)- Returns:
- a new RenderablePropertyImpl
- Since:
- v5.0.7
-