|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TagHandler | |
|---|---|
| jaxx.compiler.spi | |
| jaxx.compiler.tags | |
| jaxx.compiler.tags.swing | |
| jaxx.compiler.tags.validator | |
| Uses of TagHandler in jaxx.compiler.spi |
|---|
| Methods in jaxx.compiler.spi with parameters of type TagHandler | |
|---|---|
protected void |
DefaultInitializer.registerTag(String namespace,
String tagName,
TagHandler handler)
|
| Method parameters in jaxx.compiler.spi with type arguments of type TagHandler | |
|---|---|
protected void |
DefaultInitializer.registerBean(Class<?> beanClass,
Class<? extends TagHandler> handlerClass)
|
| Uses of TagHandler in jaxx.compiler.tags |
|---|
| Classes in jaxx.compiler.tags that implement TagHandler | |
|---|---|
class |
DefaultComponentHandler
|
class |
DefaultObjectHandler
Default handler for class tags. |
class |
ImportHandler
Handles the <import> tag. |
class |
ScriptHandler
Handles the <script> tag. |
class |
StyleHandler
Handles the <style> tag. |
| Methods in jaxx.compiler.tags with type parameters of type TagHandler | ||
|---|---|---|
static
|
TagManager.registerBean(ClassDescriptor beanClass,
Class<T> handler)
Maps a class tag to a specific TagHandler. |
|
static
|
TagManager.registerTag(String namespace,
String tag,
T handler)
Registers a TagHandler for a tag. |
|
| Methods in jaxx.compiler.tags that return TagHandler | |
|---|---|
static TagHandler |
TagManager.getTagHandler(String namespace,
String tag,
boolean namespacePrefix,
JAXXCompiler compiler)
Returns the TagHandler that should be used to process the
specified tag. |
static TagHandler |
TagManager.getTagHandler(String namespace,
String tag,
JAXXCompiler compiler)
Returns the TagHandler that should be used to process the
specified tag. |
| Uses of TagHandler in jaxx.compiler.tags.swing |
|---|
| Classes in jaxx.compiler.tags.swing that implement TagHandler | |
|---|---|
class |
ApplicationHandler
|
class |
CellHandler
|
class |
ItemHandler
|
class |
JAXXComboBoxHandler
|
class |
JAXXListHandler
|
class |
JAXXTabHandler
|
class |
JAXXTreeHandler
|
class |
JCheckBoxHandler
|
class |
JComboBoxHandler
|
class |
JInternalFrameHandler
|
class |
JListHandler
|
class |
JMenuHandler
|
class |
JPasswordFieldHandler
|
class |
JPopupMenuHandler
|
class |
JProgressBarHandler
|
class |
JRadioButtonHandler
|
class |
JScrollPaneHandler
|
class |
JSliderHandler
|
class |
JSpinnerHandler
|
class |
JSplitPaneHandler
|
class |
JTabbedPaneHandler
|
class |
JTextComponentHandler
|
class |
JToolBarHandler
|
class |
JTreeHandler
|
class |
JWindowHandler
|
class |
RowHandler
|
class |
TabHandler
|
class |
TableHandler
|
| Uses of TagHandler in jaxx.compiler.tags.validator |
|---|
| Classes in jaxx.compiler.tags.validator that implement TagHandler | |
|---|---|
class |
BeanValidatorHandler
|
class |
ExcludeFieldValidatorHandler
|
class |
FieldValidatorHandler
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||