| Package | Description |
|---|---|
| de.hybris.platform.commons.resource |
| Modifier and Type | Method and Description |
|---|---|
VelocityFormatterModel |
VelocityFormatterResource.getVelocityFormatterModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected VelocityFormatterModel |
VelocityFormatterResource.readResource(java.lang.String resourceId)
Gets the
VelocityFormatterModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<VelocityFormatterModel> |
VelocityFormattersResource.getVelocityFormattersCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
VelocityFormatterResource.setVelocityFormatterModel(VelocityFormatterModel value)
Convenience method which just delegates to
#setResourceValue(VelocityFormatterModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
VelocityFormattersResource.setVelocityFormattersCollection(java.util.Collection<VelocityFormatterModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2018 SAP SE. All Rights Reserved.