Package | Description |
---|---|
com.github.wuic |
This package is the most general package of the WUIC library.
|
com.github.wuic.servlet |
This package defines the Servlet support provided by WUIC.
|
com.github.wuic.xml |
This package provides the classes which read the 'wuic.xml' path.
|
Modifier and Type | Method and Description |
---|---|
void |
WuicFacade.configure(Boolean useDefault,
ContextBuilderConfigurator... configurators)
Configures the internal builder with the given configurators.
|
void |
WuicFacade.configure(ContextBuilderConfigurator... configurators)
Configures the internal builder with the given configurators.
|
WuicFacadeBuilder |
WuicFacadeBuilder.contextBuilderConfigurators(ContextBuilderConfigurator... contextBuilderConfigurator)
Adds additional context builder configurators.
|
Modifier and Type | Class and Description |
---|---|
class |
HtmlParserFilter
This filter uses the
WuicFacade to configure the related ContextBuilder with workflow
built on the fly when an HTML page is filtered. |
Modifier and Type | Class and Description |
---|---|
class |
FileXmlContextBuilderConfigurator
Represents a configurator based on XML read from an
URL . |
class |
ReaderXmlContextBuilderConfigurator
Represents a configurator based on XML read from a
Reader . |
class |
XmlContextBuilderConfigurator
This configurator implements XML supports for WUIC.
|
Copyright © 2012-2015. All Rights Reserved.