|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Configuration | |
|---|---|
| org.kefirsf.bb | |
| Uses of Configuration in org.kefirsf.bb |
|---|
| Methods in org.kefirsf.bb that return Configuration | |
|---|---|
Configuration |
ConfigurationFactory.create()
Create the default bb-code processor. |
Configuration |
DomConfigurationFactory.create(Document dc)
Create the bb-code processor from DOM Document |
Configuration |
ConfigurationFactory.create(File file)
Create the bb-code processor from file with XML-configuration. |
Configuration |
ConfigurationFactory.create(InputStream stream)
Create the bb-processor from XML InputStream |
Configuration |
ConfigurationFactory.create(String fileName)
Create the bb-code processor from file with XML-configuration. |
Configuration |
ConfigurationFactory.createFromResource(String resourceName)
Create the bb-processor using xml-configuration resource |
| Methods in org.kefirsf.bb with parameters of type Configuration | |
|---|---|
TextProcessor |
BBProcessorFactory.create(Configuration conf)
Create TextProcessor by programmatic configuration. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||