com.icesoft.faces.webapp.parser |
|
Java Source File Name | Type | Comment |
BodyContentImpl.java | Class | Write text to a character-output stream, buffering characters so as to
provide for the efficient writing of single characters, arrays, and strings. |
ComponentRuleSet.java | Class | This class provides a ruleset for the Apache Digester, that supports parsing
of a JSFX page into a tree of JSP tag processing classes. |
ELSetPropertiesRule.java | Class | |
IceOutputTextTag.java | Class | |
ImplementationUtil.java | Class | For ICEfaces to support JSF-RI, MyFaces, or any other future JSF
implementations, it may require some logic specific to the implementation.
Obviously this is not a good thing but it may be unavoidable if we need to
access something under the hood that isn't available through public API
calls. |
JsfJspDigester.java | Class | A customized Digester that gives us access to the body text of the containing
tags. |
JspPageToDocument.java | Class | |
JspWriterImpl.java | Class | |
Parser.java | Class | This is the JSFX parser. |
StubHttpServletResponse.java | Class | This is a stubbed out version of the HttpServletResponse class. |
StubJspWriter.java | Class | This is a stubbed out version of the JspWriter. |
StubPageContext.java | Class | This is a stubbed out version of the PageContext. |
TagToComponentMap.java | Class | This class provides a map from TLD tag names to the tag processing class
associated with the tag. |
TagToTagClassElement.java | Class | A simple class needed to process tag libraries when creating a
TagToComponentMap object. |
TagWire.java | Class | This class is needed to help wire the tags together. |
XhtmlTag.java | Class | This class contains the tag processing logic for all XHTML tags. |