|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ITagConverter | |
---|---|
org.eclipse.jst.pagedesigner.converter | Tag conversion framework. |
org.eclipse.jst.pagedesigner.dtmanager | Tag conversion design time manager. |
org.eclipse.jst.pagedesigner.dtmanager.converter | Meta-data driven tag converters. |
Uses of ITagConverter in org.eclipse.jst.pagedesigner.converter |
---|
Classes in org.eclipse.jst.pagedesigner.converter that implement ITagConverter | |
---|---|
class |
AbstractTagConverter
This is base class for all non-hidden tag converters. |
class |
DefaultUnknownTagConverter
This tag converter is for those unsupported jsp tags. |
class |
DumDeepTagConverter
|
class |
DumDescriptionTagConverter
|
class |
DumTagConverter
|
class |
HiddenTagConverter
This is for those tags that don't convert to HTML. |
class |
HiddenTagConverter2
HiddenTagConverter2 is similiar to HiddenTagConverter, with the following difference: HiddenTagConverter2 will copy the DOM sub tree to the destination document. |
class |
HTMLStringTagConverter
For some tag, could generate some XML code. |
class |
TagConverterToDumBlock
|
class |
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". |
class |
TagConverterToSpan
This converter can be used simply convert the tag to span, and copy all the children NOTE: it will not copy attributes! |
Methods in org.eclipse.jst.pagedesigner.converter that return ITagConverter | |
---|---|
ITagConverter |
IConverterFactory.createConverter(org.w3c.dom.Element element,
int mode)
|
ITagConverter |
ConverterFactoryRegistry.createTagConverter(org.w3c.dom.Element ele,
int mode,
IDOMDocument targetDocument)
|
Uses of ITagConverter in org.eclipse.jst.pagedesigner.dtmanager |
---|
Methods in org.eclipse.jst.pagedesigner.dtmanager that return ITagConverter | |
---|---|
ITagConverter |
DTManager.getTagConverter(org.w3c.dom.Element element,
int mode,
IDOMDocument document)
Gets an ITagConverter instance for the specified Element and mode. |
Uses of ITagConverter in org.eclipse.jst.pagedesigner.dtmanager.converter |
---|
Methods in org.eclipse.jst.pagedesigner.dtmanager.converter with parameters of type ITagConverter | |
---|---|
void |
ITagConverterDecorator.decorate(ITagConverter tagConverter)
Decorates the ITagConverter instance as appropriate. |
Constructors in org.eclipse.jst.pagedesigner.dtmanager.converter with parameters of type ITagConverter | |
---|---|
AbstractTagConverterContext(ITagConverter tagConverter)
Instantiates an instance for the specified ITagConverter instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |