|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Dependency in com.caucho.bytecode |
---|
Classes in com.caucho.bytecode that implement Dependency | |
---|---|
class |
JClassDependency
Representing a class that might change. |
Uses of Dependency in com.caucho.config.xml |
---|
Methods in com.caucho.config.xml that return types with arguments of type Dependency | |
---|---|
java.util.ArrayList<Dependency> |
XmlConfigContext.getDependencyList()
|
Uses of Dependency in com.caucho.env.deploy |
---|
Subinterfaces of Dependency in com.caucho.env.deploy | |
---|---|
interface |
DeployContainerApi<C extends DeployControllerApi<?>>
A container of deploy objects. |
interface |
DeployInstance
Abstract deployment entry. |
interface |
EnvironmentDeployInstance
Deployment instance handling an environment. |
Classes in com.caucho.env.deploy that implement Dependency | |
---|---|
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. |
Methods in com.caucho.env.deploy that return Dependency | |
---|---|
Dependency |
ExpandDeployController.getVersionDependency()
|
Methods in com.caucho.env.deploy with parameters of type Dependency | |
---|---|
void |
ExpandDeployController.setVersionDependency(Dependency versionDependency)
|
Uses of Dependency in com.caucho.jsp |
---|
Methods in com.caucho.jsp that return types with arguments of type Dependency | |
---|---|
java.util.ArrayList<Dependency> |
CauchoPage._caucho_getDependList()
|
java.util.ArrayList<Dependency> |
Page._caucho_getDependList()
|
Uses of Dependency in com.caucho.jsp.cfg |
---|
Methods in com.caucho.jsp.cfg that return types with arguments of type Dependency | |
---|---|
java.util.ArrayList<Dependency> |
JsfTag.getDependencyList()
Returns the dependency. |
java.util.ArrayList<Dependency> |
TldTag.getDependencyList()
Returns the dependency. |
Uses of Dependency in com.caucho.jsp.java |
---|
Constructor parameters in com.caucho.jsp.java with type arguments of type Dependency | |
---|---|
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)
|
Uses of Dependency in com.caucho.loader |
---|
Classes in com.caucho.loader that implement Dependency | |
---|---|
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. |
Methods in com.caucho.loader with parameters of type Dependency | |
---|---|
void |
DynamicClassLoader.addDependency(Dependency dependency)
Adds a dependency. |
static void |
Environment.addDependency(Dependency depend)
Adds a dependency to the current environment. |
static void |
Environment.addDependency(Dependency depend,
java.lang.ClassLoader loader)
Adds a dependency to the current environment. |
Uses of Dependency in com.caucho.loader.enhancer |
---|
Classes in com.caucho.loader.enhancer that implement Dependency | |
---|---|
class |
EnhancingClassLoader
Class loader which checks for changes in class files and automatically picks up new jars. |
Uses of Dependency in com.caucho.loader.ivy |
---|
Classes in com.caucho.loader.ivy that implement Dependency | |
---|---|
class |
IvyLoader
Class loader which uses an ivy dependency |
Uses of Dependency in com.caucho.loader.module |
---|
Classes in com.caucho.loader.module that implement Dependency | |
---|---|
class |
ArtifactClassLoader
ClassLoader for an artifact. |
Uses of Dependency in com.caucho.make |
---|
Classes in com.caucho.make that implement Dependency | |
---|---|
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. |
Methods in com.caucho.make that return types with arguments of type Dependency | |
---|---|
java.util.ArrayList<Dependency> |
DependencyContainer.getDependencies()
|
Methods in com.caucho.make with parameters of type Dependency | |
---|---|
DependencyContainer |
DependencyContainer.add(Dependency dependency)
Adds a dependency. |
DependencyContainer |
DependencyContainer.remove(Dependency dependency)
Removes a dependency. |
Method parameters in com.caucho.make with type arguments of type Dependency | |
---|---|
DependencyContainer |
DependencyContainer.addAll(java.util.ArrayList<Dependency> dependencyList)
|
Uses of Dependency in com.caucho.server.cluster |
---|
Classes in com.caucho.server.cluster that implement Dependency | |
---|---|
class |
ServletService
|
Uses of Dependency in com.caucho.server.dispatch |
---|
Classes in com.caucho.server.dispatch that implement Dependency | |
---|---|
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. |
Methods in com.caucho.server.dispatch that return Dependency | |
---|---|
Dependency |
Invocation.getDependency()
Returns the dependency list. |
Methods in com.caucho.server.dispatch with parameters of type Dependency | |
---|---|
void |
Invocation.setDependency(Dependency dependency)
Sets the dependency. |
Uses of Dependency in com.caucho.server.e_app |
---|
Classes in com.caucho.server.e_app that implement Dependency | |
---|---|
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) |
Uses of Dependency in com.caucho.server.host |
---|
Classes in com.caucho.server.host that implement Dependency | |
---|---|
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 |
Uses of Dependency in com.caucho.server.webapp |
---|
Classes in com.caucho.server.webapp that implement Dependency | |
---|---|
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. |
Uses of Dependency in com.caucho.vfs |
---|
Subinterfaces of Dependency in com.caucho.vfs | |
---|---|
interface |
PersistentDependency
Interface representing a resource that might change. |
Classes in com.caucho.vfs that implement Dependency | |
---|---|
class |
BasicDependencyContainer
Contains a set of dependencies. |
class |
Depend
Class for keeping track of modifications. |
class |
PathExistsDependency
Class for keeping track of modifications. |
Methods in com.caucho.vfs with parameters of type Dependency | |
---|---|
BasicDependencyContainer |
BasicDependencyContainer.add(Dependency dependency)
Adds a dependency. |
BasicDependencyContainer |
BasicDependencyContainer.remove(Dependency dependency)
Removes a dependency. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |