Package | Description |
---|---|
org.swixml |
Modifier and Type | Class and Description |
---|---|
class |
DefaultFactory
The
DefaultFactory is a default implementation of the Factory Interface. |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
void |
TagLibrary.registerTag(String name,
Factory factory)
Registers a factory for the given tag name
|
Copyright (c) 2002 - 2015 - Wolf Paulus - wolfpaulus.com. All rights reserved.