Package | Description |
---|---|
com.github.wuic.config |
This package contains all the API elements to make objects configurable.
|
com.github.wuic.engine.core | |
com.github.wuic.nut.dao.core |
Package where
NutDao implementations are defined for core module. |
com.github.wuic.nut.dao.servlet |
This package defines the DAO support for servlet container.
|
Constructor and Description |
---|
StringConfigParam.ConfigParamImpl(StringConfigParam configParam)
Builds a new instance.
|
Constructor and Description |
---|
CssInspectorEngine(Boolean inspect,
String charset)
Builds a new instance.
|
HtmlInspectorEngine(Boolean inspect,
String cs,
Boolean sh)
Builds a new instance.
|
JavascriptInspectorEngine(Boolean inspect,
String charset,
String wrapPattern)
Builds a new instance.
|
JavascriptInspectorEngine(Boolean inspect,
String charset,
String wrapPattern)
Builds a new instance.
|
Constructor and Description |
---|
ClasspathNutDao(String base,
Boolean basePathAsSysProp,
String[] proxies,
int pollingSeconds,
Boolean regex,
Boolean wildcard,
Boolean contentBasedVersionNumber,
Boolean computeVersionAsynchronously,
String fixedVersionNumber)
Builds a new instance with a base directory.
|
ClasspathNutDao(String base,
Boolean basePathAsSysProp,
String[] proxies,
int pollingSeconds,
Boolean regex,
Boolean wildcard,
Boolean contentBasedVersionNumber,
Boolean computeVersionAsynchronously,
String fixedVersionNumber)
Builds a new instance with a base directory.
|
DiskNutDao(String base,
Boolean basePathAsSysProp,
String[] proxies,
int pollingSeconds,
Boolean regex,
Boolean wildcard,
Boolean contentBasedVersionNumber,
Boolean computeVersionAsynchronously,
String fixedVersionNumber)
Builds a new instance with a base directory.
|
DiskNutDao(String base,
Boolean basePathAsSysProp,
String[] proxies,
int pollingSeconds,
Boolean regex,
Boolean wildcard,
Boolean contentBasedVersionNumber,
Boolean computeVersionAsynchronously,
String fixedVersionNumber)
Builds a new instance with a base directory.
|
HttpNutDao(Boolean https,
String domain,
Integer port,
String path,
Boolean basePathAsSysProp,
int pollingSeconds,
Boolean contentBasedVersionNumber,
Boolean computeVersionAsynchronously,
String fixedVersionNumber)
Builds a new instance thanks to the specified HTTP information.
|
HttpNutDao(Boolean https,
String domain,
Integer port,
String path,
Boolean basePathAsSysProp,
int pollingSeconds,
Boolean contentBasedVersionNumber,
Boolean computeVersionAsynchronously,
String fixedVersionNumber)
Builds a new instance thanks to the specified HTTP information.
|
HttpNutDao(Boolean https,
String domain,
Integer port,
String path,
Boolean basePathAsSysProp,
int pollingSeconds,
Boolean contentBasedVersionNumber,
Boolean computeVersionAsynchronously,
String fixedVersionNumber)
Builds a new instance thanks to the specified HTTP information.
|
Constructor and Description |
---|
RequestDispatcherNutDao(String base,
Boolean basePathAsSysProp,
String[] proxies,
int pollingSeconds,
Boolean computeVersionAsynchronously,
String fixedVersionNumber,
String pathPattern)
Builds a new instance.
|
RequestDispatcherNutDao(String base,
Boolean basePathAsSysProp,
String[] proxies,
int pollingSeconds,
Boolean computeVersionAsynchronously,
String fixedVersionNumber,
String pathPattern)
Builds a new instance.
|
RequestDispatcherNutDao(String base,
Boolean basePathAsSysProp,
String[] proxies,
int pollingSeconds,
Boolean computeVersionAsynchronously,
String fixedVersionNumber,
String pathPattern)
Builds a new instance.
|
WebappNutDao(String base,
String[] proxies,
int pollingSeconds,
Boolean regex,
Boolean wildcard,
Boolean contentBasedVersionNumber,
Boolean computeVersionAsynchronously,
String fixedVersionNumber)
Builds a new instance with a base directory.
|
WebappNutDao(String base,
String[] proxies,
int pollingSeconds,
Boolean regex,
Boolean wildcard,
Boolean contentBasedVersionNumber,
Boolean computeVersionAsynchronously,
String fixedVersionNumber)
Builds a new instance with a base directory.
|
Copyright © 2012-2015. All Rights Reserved.