SimpleServlets v5.5.0

Uses of Class
com.simpleservlets.htmlobjects.HTMLEntity

Packages that use HTMLEntity
com.simpleservlets.htmlobjects HTMLObjects facilitates the Object-Oriented creation of HTML (see HTMLPage to get started). 
 

Uses of HTMLEntity in com.simpleservlets.htmlobjects
 

Methods in com.simpleservlets.htmlobjects that return HTMLEntity
static HTMLEntity HTMLEntity.createAmp()
          Creates the & entity for "&" (ampersand).
static HTMLEntity HTMLEntity.createApos()
          Creates the ' entity for "'" (apostrophe or single quote).
static HTMLEntity HTMLEntity.createCopy()
          Creates the © entity for "©" (copyright).
static HTMLEntity HTMLEntity.createGt()
          Creates the > entity for ">" (greater than).
static HTMLEntity HTMLEntity.createLt()
          Creates the &lt; entity for "<" (less than).
static HTMLEntity HTMLEntity.createNbsp()
          Creates the &nbsp; entity for " " (non-breaking space).
static HTMLEntity HTMLEntity.createQuot()
          Creates the &quot; entity for """ (double quote).
static HTMLEntity HTMLEntity.createReg()
          Creates the &reg; entity for "®" (registered trademark).
static HTMLEntity HTMLEntity.createTrade()
          Creates the &trade; entity for "™" (trademark).
 


SimpleServlets v5.5.0

Copyright © 2001-2007 Programix Incorporated. All rights reserved. SimpleServlets is free and is OSI Certified Open Source Software under the BSD license.