Milyn-Tinak Version 0.6.1

Package org.milyn.tinak

Tinak JSP Tag Library Tag Handlers.

See:
          Description

Class Summary
ContainerTag The abstract container tag is extended to create a tag for group other Tinak tags.
ProfilesTag This tag nests set-profile tags.
SelectTag Select Tag implementation.
SetContentType Tag for setting the response header.
SetProfileTag The set-profile tag adds a profile to the context.
UATag The ua tag is a means of selecting or deselecting content based on the accessing useragents common name or membership of a profile.
 

Package org.milyn.tinak Description

Tinak JSP Tag Library Tag Handlers.

Package Specification

Deploying the Tinak JSP Tag Library in a J2EE Servlet Container is very simple:
  1. Deploy the core Tinak binaries. See ServletUAContext - Deployment.
  2. Deploy the Tinak JSP Tag Library binary (milyn-tinak-taglib.jar) in the container i.e. in /WEB-INF/lib.
  3. Add a declaration for the Tag Library in the deployment descriptor as follows:
<taglib>
	<taglib-uri>www.milyn.org/tld/tinak.tld</taglib-uri>
	<taglib-location>/WEB-INF/lib/milyn-tinak-taglib-x.x.jar</taglib-location>
</taglib>


Milyn-Tinak Version 0.6.1