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.
|
com.github.wuic.nut.filter.core |
Constructor and Description |
---|
ObjectConfigParam.ConfigParamImpl(ObjectConfigParam configParam)
Builds a new instance.
|
Constructor and Description |
---|
ImageAggregatorEngine(Boolean aggregate,
DimensionPacker<ConvertibleNut> packer)
Builds a new aggregator engine.
|
SpriteInspectorEngine(Boolean inspect,
SpriteProvider[] sp)
Builds a new aggregator engine.
|
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.
|
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.
|
Constructor and Description |
---|
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.
|
Constructor and Description |
---|
RegexRemoveNutFilter(Boolean enabled,
String[] regex)
Builds a new instance.
|
Copyright © 2012-2015. All Rights Reserved.