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.
|
Modifier and Type | Method and Description |
---|---|
WuicFacade |
WuicFacadeBuilder.build()
Builds a new facade.
|
Modifier and Type | Method and Description |
---|---|
static WuicFacade |
WuicServletContextListener.getWuicFacade(ServletContext servletContext)
Gets the
WuicFacade injected into the given context. |
Constructor and Description |
---|
HtmlParserFilter(WuicFacade wuicFacade)
Builds a new instance with a specific
WuicFacade and the default RequestDispatcherNutDao builder
as root NutDao builder. |
HtmlParserFilter(WuicFacade wuicFacade,
String rootNuDaoBuilderId)
Builds a new instance with a specific
WuicFacade and a root NutDao builder. |
Copyright © 2012-2015. All Rights Reserved.