SWIXML 1.5 (#144) | |
Frames | No Frames |
Classes implementing org.swixml.Factory | |
class | The DefaultFactory is a default implementation of the Factory Interface.
|
Methods with parameter type org.swixml.Factory | |
void | Registers a factory for the given tag name
|
Methods with return type org.swixml.Factory | |
Factory | TagLibrary.getFactory(Class template) Returns the Factory that is currently registered for the given Tag name
|
Factory | TagLibrary.getFactory(String name) Returns the Factory that is currently registered for the given Tag name
|