public class TagFactory extends Object
public static AbsTag createTag(String tagType, String rule) throws InvalidTagException
tagType
- the XML string for the tag to create.rule
- the tag string to use in matching tags.InvalidTagException
- if the tagType is unknownpublic static final String getDefaultTagType()
Copyright © 2005-2014 Codehaus. All Rights Reserved.