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.
|
Constructor and Description |
---|
WuicFacadeBuilder(BiFunction<String,String,String> properties)
Builds an instance with settings initialized with the given properties.
|
Modifier and Type | Class and Description |
---|---|
static class |
WuicServletContextListener.InitParamProperties
A class that retrieves properties from init-param configured inside a servlet context.
|
static class |
WuicServletContextListener.PropertiesWrapper
A properties that delegate call to a wrapped instance and modify the value associated to
ApplicationConfig.WUIC_SERVLET_CONTEXT_PARAM to make sure it starts with the servlet
context's path. |
Modifier and Type | Method and Description |
---|---|
static BiFunction<String,String,String> |
WuicServletContextListener.getParamProvider(ServletContext servletContext)
Gets the
BiFunction providing parameters.. |
protected BiFunction<String,String,String> |
WuicServletContextListener.paramProvider(ServletContext sc)
Returns the function the
WuicFacadeBuilder will use to retrieve properties. |
Copyright © 2012-2015. All Rights Reserved.