Class MetaTagHandlerFactory

  • All Implemented Interfaces:
    TagHandlerFactory

    @Service
    @Property(name="service.ranking",intValue=5000,propertyPrivate=false) @Property(name="tagpattern",value="<meta[\\s>].*>?")
    public class MetaTagHandlerFactory
    extends java.lang.Object
    implements TagHandlerFactory
    The TagHandlerFactory that rolls out MetaTagHandler instances
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      TagHandler create()
      Creates a new TagHandler implementation instance.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MetaTagHandlerFactory

        public MetaTagHandlerFactory()