KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > servlet > jsp > tagext > BodyTag > Top Examples

  • freemarker.ext.jsp.TagTransformModel
    @version $Id: TagTransformModel.java,v 1.17 2005/06/11 12:13:39 szegedia Exp $ @author Attila Szegedi
  • org.apache.cactus.extension.jsp.JspTagLifecycle
    Convenience class that supports the testing of JSP tag by managing the tag's lifecycle as required by the JSP specification. <p> This class is basically a stub implementation of the tag management facilities that an actual JSP container would provide. The implementation attempts to follow t ...
  • com.mockobjects.helpers.TagTestHelper
    Sets up mock tag objects in a common configuration. MockHttpServletRequest, MockServletContext and MockHttpSession are attached to MockPageContext @see com.mockobjects.servlet.MockPageContext#setRequest(); @see com.mockobjects.servlet.MockPageContext#setServletContext(); @see com.mockobjects.servl ...
  • freemarker.ext.jsp.FreemarkerTag
    Simple implementation of JSP tag to allow use of FreeMarker templates in JSP. Inspired by similar class in Velocity template engine developed by <a HREF="mailto:geirm@optonline.net">Geir Magnusson Jr.</a> @author Attila Szegedi
  • org.apache.taglibs.jms.TextMessageTag
    Creates a JMS TextMessage @author <a HREF="mailto:jstrachan@apache.org">James Strachan</a> @version $Revision: 1.2 $
  • org.apache.maven.cactus.sample.TestSampleBodyTag
    Tests of the <code>SampleBodyTag</code> class. @version $Id: TestSampleBodyTag.java,v 1.3 2004/02/29 16:34:44 vmassol Exp $
Popular Tags