Class TagReferenceInitializer

java.lang.Object
com.semanticcms.tagreference.TagReferenceInitializer
All Implemented Interfaces:
ServletContainerInitializer

public abstract class TagReferenceInitializer extends Object implements ServletContainerInitializer
Initializes a tag reference during application start-up. The following URL patterns are registered:
  1. /path/taglib.tld The taglib file itself available for download (handled by default servlet)
  2. /path/taglib.tld/ The documentation for the taglib overall
  3. /path/taglib.tld/tags The list of tags only
  4. /path/taglib.tld/tag-tagName The detailed per-tag documentation
  5. /path/taglib.tld/functions The list of functions only
  6. /path/taglib.tld/function-functionName The detailed per-function documentation