T - the type which can be resolved by given implementation of CssResolver.public interface CssResolver<T>
Resolves the CSS property values from their string representation to their object representation.
| Modifier and Type | Method and Description |
|---|---|
String |
getPropertyName()
Returns the name of property which can resolve
|
T |
resolveProperty(String propertyValue)
Resolves the property - converts the string representation to object representation
|
String getPropertyName()
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.