com.arsdigita.acs.tags
Class UseTemplateTag

java.lang.Object
  |
  +--javax.servlet.jsp.tagext.TagSupport
        |
        +--com.arsdigita.acs.tags.UseTemplateTag
All Implemented Interfaces:
Serializable, Tag

public class UseTemplateTag
extends TagSupport
implements Tag

Tag to pass control from a business-logic JSP (which does database queries, access filtering, etc.) to a presentation-logic template JSP.

The following requirements must be met for the template tag to work: