@Internal public class

RenderablePropertyFactory

extends Object
java.lang.Object
   ↳ com.atlassian.jira.admin.RenderablePropertyFactory

@Internal

This class is an internal implementation detail and will change without notice.

Clients that depend on @Internal classes and interfaces can not expect to be compatible with any version other than the version they were compiled against (even minor version and milestone releases may break binary compatibility with respect to @Internal elements).

Class Overview

Factory for RenderableApplicationProperty instances.

Summary

Public Constructors
RenderablePropertyFactory(ApplicationProperties applicationProperties, FeatureManager featureManager, VelocityManager jiraVelocityManager, RendererManager rendererManager)
Public Methods
RenderablePropertyImpl create(PropertyPersister persister, PropertyDescriptions propertyDescription)
Creates a new RenderablePropertyImpl instance that uses the given persister and descriptions.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public RenderablePropertyFactory (ApplicationProperties applicationProperties, FeatureManager featureManager, VelocityManager jiraVelocityManager, RendererManager rendererManager)

Public Methods

public RenderablePropertyImpl create (PropertyPersister persister, 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