|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PersistentDependency | |
---|---|
com.caucho.amber.gen | |
com.caucho.amber.type | |
com.caucho.bytecode | |
com.caucho.config | |
com.caucho.config.gen | |
com.caucho.ejb.cfg | |
com.caucho.env.deploy | |
com.caucho.java | Java compilation and auto-compile classloader |
com.caucho.java.gen | |
com.caucho.jsp | |
com.caucho.jsp.cfg | |
com.caucho.jsp.java | |
com.caucho.make | |
com.caucho.quercus.program | |
com.caucho.server.resin | |
com.caucho.server.rewrite | |
com.caucho.vfs | Resin's Virtual File System. |
com.caucho.xsl | The XSLT transformation package. |
Uses of PersistentDependency in com.caucho.amber.gen |
---|
Methods in com.caucho.amber.gen that return types with arguments of type PersistentDependency | |
---|---|
java.util.ArrayList<PersistentDependency> |
AmberMappedComponent.getDependencies()
Returns the dependencies. |
Uses of PersistentDependency in com.caucho.amber.type |
---|
Methods in com.caucho.amber.type that return types with arguments of type PersistentDependency | |
---|---|
java.util.ArrayList<PersistentDependency> |
AmberBeanType.getDependencies()
Gets the dependency. |
Methods in com.caucho.amber.type with parameters of type PersistentDependency | |
---|---|
void |
AmberBeanType.addDependency(PersistentDependency depend)
Adds a dependency. |
Uses of PersistentDependency in com.caucho.bytecode |
---|
Classes in com.caucho.bytecode that implement PersistentDependency | |
---|---|
class |
JClassDependency
Representing a class that might change. |
Uses of PersistentDependency in com.caucho.config |
---|
Methods in com.caucho.config with parameters of type PersistentDependency | |
---|---|
void |
DependencyBean.addDependency(PersistentDependency depend)
|
Uses of PersistentDependency in com.caucho.config.gen |
---|
Methods in com.caucho.config.gen with parameters of type PersistentDependency | |
---|---|
protected void |
BeanGenerator.addDependency(PersistentDependency depend)
|
Uses of PersistentDependency in com.caucho.ejb.cfg |
---|
Methods in com.caucho.ejb.cfg that return types with arguments of type PersistentDependency | |
---|---|
java.util.ArrayList<PersistentDependency> |
EjbBeanConfigProxy.getDependencyList()
Gets the depend list. |
java.util.ArrayList<PersistentDependency> |
EjbBean.getDependList()
Gets the depend list. |
Methods in com.caucho.ejb.cfg with parameters of type PersistentDependency | |
---|---|
void |
EjbBean.addDependency(PersistentDependency depend)
Add a dependency. |
void |
EjbBeanConfigProxy.addDependency(PersistentDependency depend)
Add a dependency. |
Method parameters in com.caucho.ejb.cfg with type arguments of type PersistentDependency | |
---|---|
void |
EjbBean.addDependencyList(java.util.ArrayList<PersistentDependency> dependList)
Adds a list of dependencies. |
Uses of PersistentDependency in com.caucho.env.deploy |
---|
Classes in com.caucho.env.deploy that implement PersistentDependency | |
---|---|
class |
RepositoryDependency
Class for keeping track of modifications. |
Uses of PersistentDependency in com.caucho.java |
---|
Method parameters in com.caucho.java with type arguments of type PersistentDependency | |
---|---|
protected void |
AbstractGenerator.printDependList(java.util.ArrayList<PersistentDependency> depends)
Generates the class dependency code. |
Uses of PersistentDependency in com.caucho.java.gen |
---|
Methods in com.caucho.java.gen with parameters of type PersistentDependency | |
---|---|
void |
DependencyComponent.addDependency(PersistentDependency depend)
Adds a dependency. |
Method parameters in com.caucho.java.gen with type arguments of type PersistentDependency | |
---|---|
void |
DependencyComponent.addDependencyList(java.util.ArrayList<PersistentDependency> dependList)
Adds a dependency list. |
Uses of PersistentDependency in com.caucho.jsp |
---|
Methods in com.caucho.jsp that return types with arguments of type PersistentDependency | |
---|---|
java.util.ArrayList<PersistentDependency> |
JspGenerator.getDependList()
|
java.util.ArrayList<PersistentDependency> |
ParseState.getDependList()
Returns the dependencies |
Methods in com.caucho.jsp with parameters of type PersistentDependency | |
---|---|
protected void |
Page._caucho_addDepend(PersistentDependency depend)
Adds a dependency to the page. |
static void |
JavaPage.addDepend(java.util.ArrayList list,
PersistentDependency depend)
Static method to avoid compilation issues. |
void |
JspCompilerInstance.addDepend(PersistentDependency depend)
Adds a dependency. |
void |
JspGenerator.addDepend(PersistentDependency depend)
|
Method parameters in com.caucho.jsp with type arguments of type PersistentDependency | |
---|---|
protected void |
Page._caucho_addDepend(java.util.ArrayList<PersistentDependency> dependList)
Adds an array of dependencies to the page. |
void |
JspCompilerInstance.addDependList(java.util.ArrayList<PersistentDependency> dependList)
Adds a dependency. |
static long |
Page.calculateLastModified(java.util.ArrayList<PersistentDependency> depends,
java.util.ArrayList<Depend> cacheDepends)
Calculate the last modified time for all the dependencies. |
Page |
PageManager.getPage(java.lang.String uri,
java.lang.String pageURI,
Path path,
ServletConfig config,
java.util.ArrayList<PersistentDependency> dependList)
Compiles and returns the page at the given path and uri. |
static void |
StaticPage.writeDepend(Path dependPath,
java.util.ArrayList<PersistentDependency> dependList)
|
Uses of PersistentDependency in com.caucho.jsp.cfg |
---|
Methods in com.caucho.jsp.cfg with parameters of type PersistentDependency | |
---|---|
void |
TldTag.addDependency(PersistentDependency dependency)
Adds a dependency. |
void |
TldTaglib.addDependency(PersistentDependency depend)
Adds a dependency. |
Uses of PersistentDependency in com.caucho.jsp.java |
---|
Fields in com.caucho.jsp.java with type parameters of type PersistentDependency | |
---|---|
protected java.util.ArrayList<PersistentDependency> |
JavaJspGenerator._depends
|
Methods in com.caucho.jsp.java that return types with arguments of type PersistentDependency | |
---|---|
java.util.ArrayList<PersistentDependency> |
JavaJspGenerator.getDependList()
|
java.util.ArrayList<PersistentDependency> |
TagInfoExt.getDependList()
Returns the dependency list. |
Methods in com.caucho.jsp.java with parameters of type PersistentDependency | |
---|---|
void |
JspTagSupport._caucho_addDepend(PersistentDependency depend)
|
void |
JavaJspGenerator.addDepend(PersistentDependency depend)
|
Uses of PersistentDependency in com.caucho.make |
---|
Classes in com.caucho.make that implement PersistentDependency | |
---|---|
class |
AlwaysModified
Interface representing a resource that always changes. |
class |
ClassDependency
Representing a class that might change. |
class |
DependencyList
Contains a set of dependencies. |
class |
VersionDependency
Representing a Resin version. |
Methods in com.caucho.make with parameters of type PersistentDependency | |
---|---|
DependencyList |
DependencyList.add(PersistentDependency dependency)
Adds a dependency. |
DependencyList |
DependencyList.remove(PersistentDependency dependency)
Removes a dependency. |
Uses of PersistentDependency in com.caucho.quercus.program |
---|
Methods in com.caucho.quercus.program that return types with arguments of type PersistentDependency | |
---|---|
java.util.ArrayList<PersistentDependency> |
QuercusProgram.getDependencyList()
|
Uses of PersistentDependency in com.caucho.server.resin |
---|
Methods in com.caucho.server.resin with parameters of type PersistentDependency | |
---|---|
void |
BootResinConfig.addDependency(PersistentDependency dependency)
|
Uses of PersistentDependency in com.caucho.server.rewrite |
---|
Methods in com.caucho.server.rewrite with parameters of type PersistentDependency | |
---|---|
void |
MatchRule.addDependency(PersistentDependency depend)
|
Uses of PersistentDependency in com.caucho.vfs |
---|
Classes in com.caucho.vfs that implement PersistentDependency | |
---|---|
class |
Depend
Class for keeping track of modifications. |
Methods in com.caucho.vfs that return PersistentDependency | |
---|---|
PersistentDependency |
MergePath.createDepend()
Creates a dependency. |
PersistentDependency |
Path.createDepend()
Creates a dependency. |
static PersistentDependency |
Jar.createDepend(Path backing)
Return a Jar for the path. |
static PersistentDependency |
Jar.createDepend(Path backing,
long digest)
Return a Jar for the path. |
PersistentDependency |
Jar.getDepend()
Returns the dependency. |
PersistentDependency |
JarPath.getDepend()
Returns the dependency checker from the jar. |
Uses of PersistentDependency in com.caucho.xsl |
---|
Methods in com.caucho.xsl that return types with arguments of type PersistentDependency | |
---|---|
java.util.ArrayList<PersistentDependency> |
AbstractStylesheet.getDepends()
Returns the dependency list of the stylesheet. |
Methods in com.caucho.xsl with parameters of type PersistentDependency | |
---|---|
protected void |
AbstractStylesheet.addDepend(PersistentDependency depend)
Add a dependency to the stylesheet. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |