KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > io > CharArrayWriter > 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.jasper.compiler.Parser
    This class implements a parser for a JSP page (non-xml view). JSP page grammar is included here for reference. The token '#' that appears in the production indicates the current input token location in the production. @author Kin-man Chung @author Shawn Bayern @author Mark Roth Virtual body con ...
  • org.apache.jasper.JspC
    Shell for the jspc compiler. Handles all options associated with the command line and creates compilation contexts which it then compiles according to the specified options. This version can process files from a _single_ webapp at once, i.e. a single docbase can be specified. It can be used as ...
  • org.apache.tomcat.util.buf.UEncoder
    Efficient implementation for encoders. This class is not thread safe - you need one encoder per thread. The encoder will save and recycle the internal objects, avoiding garbage. You can add extra characters that you want preserved, for example while encoding a URL you can add "/". @author Costin ...
  • org.apache.tapestry.web.TestServletWebResponse
    Tests for {@link org.apache.tapestry.web.ServletWebResponse}. @author Howard M. Lewis Ship @since 4.0
  • org.apache.cocoon.components.xscript.XScriptObject
    <code>XScriptObject</code> is the root class implemented by all the object types in XScript. Every XScriptObject is essentially a Source object. @author <a HREF="mailto:ovidiu@cup.hp.com">Ovidiu Predescu</a> @version CVS $Id: XScriptObject.java 53976 2004-10-07 14:21:36Z v ...
  • org.apache.regexp.REDemo
    Interactive demonstration and testing harness for regular expressions classes. @author <a HREF="mailto:jonl@muppetlabs.com">Jonathan Locke</a> @version $Id: REDemo.java,v 1.2 2000/12/07 17:24:59 jon Exp $
  • org.apache.james.util.dbcp.JdbcDataSource
    <p> This is a reliable DataSource implementation, based on the pooling logic provided by <a HREF="http://jakarta.apache.org/commons/dbcp.html">DBCP</a> and the configuration found in Avalon's excalibur code. </p> <p> This uses the normal <code>java.sql.Connecti ...
Popular Tags