Package | Description |
---|---|
com.github.wuic |
This package is the most general package of the WUIC library.
|
com.github.wuic.context |
This package provides the central
Context component which is the lowest configuration
object in WUIC. |
com.github.wuic.engine |
This package contains the definition of an
Engine . |
com.github.wuic.nut |
This package defines what is a nut in WUIC and how to manage it.
|
com.github.wuic.nut.dao |
Package where
nuts associated service are defined. |
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.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 | Field and Description |
---|---|
static ProcessContext |
ProcessContext.DEFAULT
Default install that could be installed anywhere.
|
Modifier and Type | Method and Description |
---|---|
WuicFacadeBuilder.ContextBuilderFacade |
WuicFacadeBuilder.ContextBuilderFacade.processContext(ProcessContext processContext)
Sets the process context for the setting associated to the current tag.
|
List<ConvertibleNut> |
WuicFacade.runWorkflow(String id,
ProcessContext processContext,
EngineType... skip)
Gets the nuts processed by the given workflow identified by the specified ID inside a specified context.
|
ConvertibleNut |
WuicFacade.runWorkflow(String id,
String path,
ProcessContext processContext,
EngineType... skip)
Gets the nut with the given path processed by the given workflow identified by the specified ID.
|
ConvertibleNut |
WuicFacade.runWorkflow(String id,
String path,
UrlProviderFactory urlProviderFactory,
ProcessContext processContext,
EngineType... skip)
Gets the nut with the given path processed by the given workflow identified by the specified ID.
|
List<ConvertibleNut> |
WuicFacade.runWorkflow(String id,
UrlProviderFactory urlProviderFactory,
ProcessContext processContext,
EngineType... skip)
Gets the nuts processed by the given workflow identified by the specified ID.
|
Modifier and Type | Method and Description |
---|---|
ProcessContext |
ContextSetting.getProcessContext()
Gets the process context.
|
abstract ProcessContext |
ContextBuilderConfigurator.getProcessContext()
Gets the process context associated to the tag while configuring.
|
Modifier and Type | Method and Description |
---|---|
ConvertibleNut |
Context.process(String contextPath,
String wId,
String path,
UrlProviderFactory urlProviderFactory,
ProcessContext processContext,
EngineType... skip)
Processes a workflow an returns the nut inside the result with a name that equals to the specified one.
|
List<ConvertibleNut> |
Context.process(String contextPath,
String workflowId,
UrlProviderFactory urlProviderFactory,
ProcessContext processContext,
EngineType... skip)
Processes a workflow and returns the resulting nuts.
|
ContextBuilder |
ContextBuilder.processContext(ProcessContext processContext)
Sets the process context for the setting associated to the current tag.
|
void |
ContextSetting.setProcessContext(ProcessContext pc)
Sets the process context.
|
Modifier and Type | Method and Description |
---|---|
ProcessContext |
EngineRequestBuilder.getProcessContext()
Gets the process context.
|
ProcessContext |
EngineRequest.getProcessContext()
Gets the
ProcessContext . |
Modifier and Type | Method and Description |
---|---|
EngineRequestBuilder |
EngineRequestBuilder.processContext(ProcessContext pc)
Sets the process context.
|
Modifier and Type | Method and Description |
---|---|
protected abstract Nut |
AbstractNutDao.accessFor(String realPath,
NutType type,
ProcessContext processContext)
Creates an access for the given parameters through a
Nut implementation. |
void |
NutsHeap.checkFiles(ProcessContext processContext)
Checks that the
NutType and the paths list of this heap are not
null. |
List<String> |
AbstractNutDao.computeRealPaths(String pathName,
NutDao.PathFormat format,
ProcessContext processContext)
Returns a list of paths depending of the behavior of the dao with the given path.
|
List<Nut> |
NutsHeap.create(Nut nut,
String path,
NutDao.PathFormat pathFormat,
ProcessContext processContext)
Delegates method of
NutDao.create(String, com.github.wuic.nut.dao.NutDao.PathFormat, com.github.wuic.ProcessContext)
The DAO is picked from heap or its composition. |
List<Nut> |
AbstractNutDao.create(String pathName,
NutDao.PathFormat format,
ProcessContext processContext)
Creates a list of
nuts thanks to the given path. |
List<Nut> |
AbstractNutDao.WithRootPathNutDao.create(String path,
NutDao.PathFormat format,
ProcessContext processContext)
Creates a list of
nuts thanks to the given path. |
List<Nut> |
AbstractNutDao.create(String path,
ProcessContext processContext)
Creates a list of
nuts thanks to the given path considered as represented in any format. |
List<Nut> |
AbstractNutDao.WithRootPathNutDao.create(String path,
ProcessContext processContext)
Creates a list of
nuts thanks to the given path considered as represented in any format. |
Boolean |
AbstractNutDao.WithRootPathNutDao.exists(String path,
ProcessContext processContext)
Indicates if the given path exists or not.
|
protected Future<Long> |
AbstractNutDao.getVersionNumber(String path,
ProcessContext processContext)
Gets the version number for the
Nut the given path. |
static List<ConvertibleNut> |
CompositeNut.mergeNuts(ProcessContext processContext,
List<ConvertibleNut> nuts)
Merges all sequences
nuts with the same name into one CompositeNut . |
List<ConvertibleNut> |
CompositeNut.Combiner.mergeNuts(ProcessContext processContext,
List<ConvertibleNut> nuts)
Merges the given nuts.
|
InputStream |
AbstractNutDao.WithRootPathNutDao.newInputStream(String path,
ProcessContext processContext)
Opens the stream for the given path.
|
Constructor and Description |
---|
CompositeNut(Boolean avn,
String specificName,
byte[] separator,
ProcessContext processContext,
ConvertibleNut... composition)
Builds a new instance.
|
Modifier and Type | Method and Description |
---|---|
List<Nut> |
NutDao.create(String path,
NutDao.PathFormat format,
ProcessContext processContext)
Creates a list of
nuts thanks to the given path. |
List<Nut> |
NutDao.create(String path,
ProcessContext processContext)
Creates a list of
nuts thanks to the given path considered as represented in any format. |
Boolean |
NutDao.exists(String path,
ProcessContext processContext)
Indicates if the given path exists or not.
|
InputStream |
NutDao.newInputStream(String path,
ProcessContext processContext)
Opens the stream for the given path.
|
Modifier and Type | Method and Description |
---|---|
Nut |
PathNutDao.accessFor(String realPath,
NutType type,
ProcessContext processContext)
Creates an access for the given parameters through a
Nut implementation. |
Nut |
HttpNutDao.accessFor(String realPath,
NutType type,
ProcessContext processContext)
Creates an access for the given parameters through a
Nut implementation. |
List<Nut> |
ProxyNutDao.create(String path,
NutDao.PathFormat format,
ProcessContext processContext)
Creates a list of
nuts thanks to the given path. |
List<Nut> |
ProxyNutDao.create(String path,
ProcessContext processContext)
Creates a list of
nuts thanks to the given path considered as represented in any format. |
Boolean |
ProxyNutDao.exists(String path,
ProcessContext processContext)
Indicates if the given path exists or not.
|
Boolean |
PathNutDao.exists(String path,
ProcessContext processContext)
Indicates if the given path exists or not.
|
Boolean |
HttpNutDao.exists(String path,
ProcessContext processContext)
Indicates if the given path exists or not.
|
InputStream |
ProxyNutDao.newInputStream(String path,
ProcessContext processContext)
Opens the stream for the given path.
|
InputStream |
PathNutDao.newInputStream(String path,
ProcessContext processContext)
Opens the stream for the given path.
|
InputStream |
HttpNutDao.newInputStream(String path,
ProcessContext processContext)
Opens the stream for the given path.
|
Modifier and Type | Method and Description |
---|---|
protected Nut |
RequestDispatcherNutDao.accessFor(String realPath,
NutType type,
ProcessContext processContext)
Creates an access for the given parameters through a
Nut implementation. |
Boolean |
RequestDispatcherNutDao.exists(String path,
ProcessContext processContext)
Indicates if the given path exists or not.
|
InputStream |
RequestDispatcherNutDao.newInputStream(String path,
ProcessContext processContext)
Opens the stream for the given path.
|
Modifier and Type | Class and Description |
---|---|
class |
ServletProcessContext
A
ProcessContext created in a HttpServletRequest execution scope. |
Modifier and Type | Method and Description |
---|---|
ProcessContext |
HtmlParserFilter.getProcessContext()
Gets the process context associated to the tag while configuring.
|
Modifier and Type | Method and Description |
---|---|
static ServletProcessContext |
ServletProcessContext.cast(ProcessContext processContext)
Try to cast the given object in the instance of this class.
|
Modifier and Type | Method and Description |
---|---|
ProcessContext |
XmlContextBuilderConfigurator.getProcessContext()
Gets the process context associated to the tag while configuring.
|
Constructor and Description |
---|
ReaderXmlContextBuilderConfigurator(Reader r,
String t,
Boolean multiple,
ProcessContext processContext)
Creates a new instance.
|
XmlContextBuilderConfigurator(Boolean multiple,
ProcessContext pc)
Creates a new instance.
|
XmlContextBuilderConfigurator(ProcessContext processContext)
Builds a new instance.
|
Copyright © 2012-2015. All Rights Reserved.