public abstract class AbstractBorderShorthandResolver extends Object implements IShorthandResolver
IShorthandResolver implementation for borders.| Constructor and Description |
|---|
AbstractBorderShorthandResolver() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract String |
getPrefix()
Gets the prefix of a property.
|
List<CssDeclaration> |
resolveShorthand(String shorthandExpression)
Resolves a shorthand expression.
|
protected abstract String getPrefix()
public List<CssDeclaration> resolveShorthand(String shorthandExpression)
IShorthandResolverresolveShorthand in interface IShorthandResolvershorthandExpression - the shorthand expressionCopyright © 1998–2023 Apryse Group NV. All rights reserved.