Modifier and Type | Class and Description |
---|---|
class |
JClassDependency
Representing a class that might change.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Dependency> |
XmlConfigContext.getDependencyList() |
Modifier and Type | Interface and Description |
---|---|
interface |
DeployContainerApi<C extends DeployControllerApi<?>>
A container of deploy objects.
|
interface |
DeployInstance
Abstract deployment entry.
|
interface |
EnvironmentDeployInstance
Deployment instance handling an environment.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDeployInstance
The abstract deployment instance represents a deployed service like
a WebApp or a Host.
|
class |
DeployContainer<C extends DeployControllerApi<?>>
A container of deploy objects.
|
class |
DeployController<I extends DeployInstance>
DeployController controls the lifecycle of the DeployInstance.
|
class |
DeployGenerator<E extends DeployControllerApi<?>>
The generator for the deploy
|
class |
DeployListGenerator<E extends DeployControllerApi<?>>
A list of deploy objects.
|
class |
EnvironmentDeployController<I extends EnvironmentDeployInstance,C extends DeployConfig>
A deploy controller for an environment.
|
class |
ExpandDeployController<I extends DeployInstance>
A deployment entry that expands from an archive (Jar/Zip) file.
|
class |
ExpandDeployGenerator<E extends ExpandDeployController<?>>
The generator for the deploy
|
class |
RepositoryDependency
Class for keeping track of modifications.
|
Modifier and Type | Method and Description |
---|---|
Dependency |
ExpandDeployController.getVersionDependency() |
Modifier and Type | Method and Description |
---|---|
void |
ExpandDeployController.setVersionDependency(Dependency versionDependency) |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Dependency> |
CauchoPage._caucho_getDependList() |
java.util.ArrayList<Dependency> |
Page._caucho_getDependList() |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Dependency> |
TldTag.getDependencyList()
Returns the dependency.
|
java.util.ArrayList<Dependency> |
JsfTag.getDependencyList()
Returns the dependency.
|
Constructor and Description |
---|
TagInfoExt(java.lang.String tagName,
java.lang.String tagClassName,
java.lang.String bodyContent,
java.lang.String infoString,
TagLibraryInfo taglib,
TagExtraInfo tagExtraInfo,
TagAttributeInfo[] attributeInfo,
java.lang.String displayName,
java.lang.String smallIcon,
java.lang.String largeIcon,
TagVariableInfo[] tvi,
boolean hasDynamicAttributes,
java.lang.String dynamicAttributesName,
java.util.ArrayList<Dependency> dependList) |
Modifier and Type | Class and Description |
---|---|
class |
ClassEntry
Describes a cached loaded class entry.
|
class |
DirectoryLoader
Class loader which checks for changes in class files and automatically
picks up new jars.
|
class |
DynamicClassLoader
Class loader which checks for changes in class files and automatically
picks up new jars.
|
class |
EnvironmentClassLoader
Class loader which checks for changes in class files and automatically
picks up new jars.
|
class |
JarListLoader
Class loader which checks for changes in class files and automatically
picks up new jars.
|
class |
JarLoader
Class loader which checks for changes in class files and automatically
picks up new jars.
|
class |
LibraryLoader
Class loader which checks for changes in class files and automatically
picks up new jars.
|
class |
NonScanDynamicClassLoader
Non scanning classloader.
|
class |
PathLoader
Class loader which loads specific paths.
|
class |
ProxyClassLoader
Class loader which loads a single proxy.
|
class |
RootDynamicClassLoader
Root class loader.
|
class |
SystemClassLoader
ClassLoader that initalizes the environment and allows byte code
enhancement of classes in the system classpath.
|
class |
TempDynamicClassLoader
Temporary class loader for class enhancement
|
class |
TreeLoader
Class loader which checks for changes in class files and automatically
picks up new jars.
|
Modifier and Type | Method and Description |
---|---|
static void |
Environment.addDependency(Dependency depend)
Adds a dependency to the current environment.
|
void |
DynamicClassLoader.addDependency(Dependency dependency)
Adds a dependency.
|
static void |
Environment.addDependency(Dependency depend,
java.lang.ClassLoader loader)
Adds a dependency to the current environment.
|
Modifier and Type | Class and Description |
---|---|
class |
EnhancingClassLoader
Class loader which checks for changes in class files and automatically
picks up new jars.
|
Modifier and Type | Class and Description |
---|---|
class |
IvyLoader
Class loader which uses an ivy dependency
|
Modifier and Type | Class and Description |
---|---|
class |
ArtifactClassLoader
ClassLoader for an artifact.
|
Modifier and Type | Class and Description |
---|---|
class |
AlwaysModified
Interface representing a resource that always changes.
|
class |
CachedDependency
A cached dependency only checks the dependency at an interval.
|
class |
ClassDependency
Representing a class that might change.
|
class |
DependencyContainer
Contains a set of dependencies.
|
class |
DependencyList
Contains a set of dependencies.
|
class |
VersionDependency
Representing a Resin version.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Dependency> |
DependencyContainer.getDependencies() |
Modifier and Type | Method and Description |
---|---|
DependencyContainer |
DependencyContainer.add(Dependency dependency)
Adds a dependency.
|
DependencyContainer |
DependencyContainer.remove(Dependency dependency)
Removes a dependency.
|
Modifier and Type | Method and Description |
---|---|
DependencyContainer |
DependencyContainer.addAll(java.util.ArrayList<Dependency> dependencyList) |
Modifier and Type | Class and Description |
---|---|
class |
ProServer |
class |
ServletService |
Modifier and Type | Class and Description |
---|---|
class |
Invocation
A repository for request information gleaned from the uri.
|
class |
InvocationServer
The dispatch server is responsible for building Invocations,
specifically for creating the FilterChain for the invocation.
|
class |
SubInvocation
A repository for request information gleaned from the uri.
|
class |
VersionInvocation
A repository for request information gleaned from the uri.
|
Modifier and Type | Method and Description |
---|---|
Dependency |
Invocation.getDependency()
Returns the dependency list.
|
Modifier and Type | Method and Description |
---|---|
void |
Invocation.setDependency(Dependency dependency)
Sets the dependency.
|
Modifier and Type | Class and Description |
---|---|
class |
EarDeployController
A configuration entry for an Enterprise WebApp
|
class |
EarDeployGenerator
The generator for the ear-deploy
|
class |
EarSingleDeployGenerator
The generator for the ear-deploy
|
class |
EnterpriseApplication
An enterprise application (ear)
|
Modifier and Type | Class and Description |
---|---|
class |
Host
Resin's virtual host implementation.
|
class |
HostController
A configuration entry for a host
|
class |
HostExpandDeployGenerator
The generator for the host deploy
|
class |
HostGenerator
Returns a list of the current host entries
|
class |
HostRegexpDeployGenerator
The generator for the web-app deploy
|
class |
HostSingleDeployGenerator
The generator for the host deploy
|
Modifier and Type | Class and Description |
---|---|
class |
UnknownWebApp
Resin's webApp implementation.
|
class |
UnknownWebAppController
Manages the lifecycle of a web-app.
|
class |
WebApp
Resin's webApp implementation.
|
class |
WebAppController
Manages the lifecycle of a web-app.
|
class |
WebAppEarDeployGenerator
The generator for the ear deploy
|
class |
WebAppExpandDeployGenerator
The generator for the web-app deploy
|
class |
WebAppRegexpDeployGenerator
The generator for the web-app deploy
|
class |
WebAppSingleDeployGenerator
The generator for the web-app deploy
|
class |
WebAppVersioningController
A configuration entry for a versioning web-app.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PersistentDependency
Interface representing a resource that might change.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicDependencyContainer
Contains a set of dependencies.
|
class |
Depend
Class for keeping track of modifications.
|
class |
PathExistsDependency
Class for keeping track of modifications.
|
Modifier and Type | Method and Description |
---|---|
BasicDependencyContainer |
BasicDependencyContainer.add(Dependency dependency)
Adds a dependency.
|
BasicDependencyContainer |
BasicDependencyContainer.remove(Dependency dependency)
Removes a dependency.
|