Package org.eclipse.jst.pagedesigner.converter

Tag conversion framework.

See:
          Description

Interface Summary
IConverterFactory  
IDOMFactory Factory interface.
ITagConverter ITagConverter is used to convert a custom tag to a HTML tag.
 

Class Summary
AbstractTagConverter This is base class for all non-hidden tag converters.
ConverterFacRegistryReader  
ConverterFactoryRegistry  
ConverterUtil  
ConvertPosition This class is used to locate a position for child model nodes.
DefaultUnknownTagConverter This tag converter is for those unsupported jsp tags.
DumDeepTagConverter  
DumDescriptionTagConverter  
DumTagConverter  
HiddenTagConverter This is for those tags that don't convert to HTML.
HiddenTagConverter2 HiddenTagConverter2 is similiar to HiddenTagConverter, with the following difference: HiddenTagConverter2 will copy the DOM sub tree to the destination document.
HTMLStringTagConverter For some tag, could generate some XML code.
JSFConverterUtil  
PreferenceReader  
TagConverterToDumBlock  
TagConverterToInlineBlock This converter can be used simply convert the tag to inline div, and copy all the children NOTE: It behave almost same as "span".
TagConverterToSpan This converter can be used simply convert the tag to span, and copy all the children NOTE: it will not copy attributes!
 

Package org.eclipse.jst.pagedesigner.converter Description

Tag conversion framework.

Provisional API - subject to change