Class ShorthandResolverFactory
- java.lang.Object
-
- com.itextpdf.styledxmlparser.css.resolve.shorthand.ShorthandResolverFactory
-
public class ShorthandResolverFactory extends java.lang.Object
A factory for creating ShorthandResolver objects.
-
-
Field Summary
Fields Modifier and Type Field Description private static java.util.Map<java.lang.String,IShorthandResolver>
shorthandResolvers
The map of shorthand resolvers.
-
Constructor Summary
Constructors Constructor Description ShorthandResolverFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IShorthandResolver
getShorthandResolver(java.lang.String shorthandProperty)
Gets a shorthand resolver.
-
-
-
Field Detail
-
shorthandResolvers
private static final java.util.Map<java.lang.String,IShorthandResolver> shorthandResolvers
The map of shorthand resolvers.
-
-
Method Detail
-
getShorthandResolver
public static IShorthandResolver getShorthandResolver(java.lang.String shorthandProperty)
Gets a shorthand resolver.- Parameters:
shorthandProperty
- the property- Returns:
- the shorthand resolver
-
-