@Component(value="blHTMLFieldPersistenceProvider") @Scope(value="prototype") public class HTMLFieldPersistenceProvider extends FieldPersistenceProviderAdapter
| Modifier and Type | Field and Description |
|---|---|
protected String |
staticAssetUrlPrefix |
| Constructor and Description |
|---|
HTMLFieldPersistenceProvider() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canHandleExtraction(ExtractValueRequest extractValueRequest,
Property property) |
protected boolean |
canHandlePersistence(PopulateValueRequest populateValueRequest,
Serializable instance) |
FieldProviderResponse |
extractValue(ExtractValueRequest extractValueRequest,
Property property) |
String |
fixAssetPathsForDisplay(String val) |
String |
fixAssetPathsForStorage(String val)
Stores the image paths at the root (e.g.
|
int |
getOrder() |
FieldProviderResponse |
populateValue(PopulateValueRequest populateValueRequest,
Serializable instance) |
addSearchMapping, checkDirtyState, filterProperties, setNonDisplayableValuesalwaysRun, buildFieldInfo, getListFieldType, getMapFieldType@Value(value="${asset.server.url.prefix.internal}")
protected String staticAssetUrlPrefix
protected boolean canHandlePersistence(PopulateValueRequest populateValueRequest, Serializable instance)
protected boolean canHandleExtraction(ExtractValueRequest extractValueRequest, Property property)
public FieldProviderResponse populateValue(PopulateValueRequest populateValueRequest, Serializable instance) throws PersistenceException
populateValue in interface FieldPersistenceProviderpopulateValue in class FieldPersistenceProviderAdapterPersistenceExceptionpublic FieldProviderResponse extractValue(ExtractValueRequest extractValueRequest, Property property) throws PersistenceException
extractValue in interface FieldPersistenceProviderextractValue in class FieldPersistenceProviderAdapterPersistenceExceptionpublic String fixAssetPathsForStorage(String val)
val - public String fixAssetPathsForDisplay(String val)
val - public int getOrder()
getOrder in interface org.springframework.core.OrderedgetOrder in class FieldPersistenceProviderAdapterCopyright © 2017. All rights reserved.