Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<PersistentDependency> |
AmberMappedComponent.getDependencies()
Returns the dependencies.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<PersistentDependency> |
AmberBeanType.getDependencies()
Gets the dependency.
|
Modifier and Type | Method and Description |
---|---|
void |
AmberBeanType.addDependency(PersistentDependency depend)
Adds a dependency.
|
Modifier and Type | Class and Description |
---|---|
class |
JClassDependency
Representing a class that might change.
|
Modifier and Type | Method and Description |
---|---|
void |
DependencyBean.addDependency(PersistentDependency depend) |
Modifier and Type | Method and Description |
---|---|
protected void |
BeanGenerator.addDependency(PersistentDependency depend) |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<PersistentDependency> |
EjbBeanConfigProxy.getDependencyList()
Gets the depend list.
|
java.util.ArrayList<PersistentDependency> |
EjbBean.getDependList()
Gets the depend list.
|
Modifier and Type | Method and Description |
---|---|
void |
EjbBean.addDependency(PersistentDependency depend)
Add a dependency.
|
void |
EjbBeanConfigProxy.addDependency(PersistentDependency depend)
Add a dependency.
|
Modifier and Type | Method and Description |
---|---|
void |
EjbBean.addDependencyList(java.util.ArrayList<PersistentDependency> dependList)
Adds a list of dependencies.
|
Modifier and Type | Class and Description |
---|---|
class |
RepositoryDependency
Class for keeping track of modifications.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractGenerator.printDependList(java.util.ArrayList<PersistentDependency> depends)
Generates the class dependency code.
|
Modifier and Type | Method and Description |
---|---|
void |
DependencyComponent.addDependency(PersistentDependency depend)
Adds a dependency.
|
Modifier and Type | Method and Description |
---|---|
void |
DependencyComponent.addDependencyList(java.util.ArrayList<PersistentDependency> dependList)
Adds a dependency list.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<PersistentDependency> |
ParseState.getDependList()
Returns the dependencies
|
java.util.ArrayList<PersistentDependency> |
JspGenerator.getDependList() |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
void |
TldTaglib.addDependency(PersistentDependency depend)
Adds a dependency.
|
void |
TldTag.addDependency(PersistentDependency dependency)
Adds a dependency.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.ArrayList<PersistentDependency> |
JavaJspGenerator._depends |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<PersistentDependency> |
TagInfoExt.getDependList()
Returns the dependency list.
|
java.util.ArrayList<PersistentDependency> |
JavaJspGenerator.getDependList() |
Modifier and Type | Method and Description |
---|---|
void |
JspTagSupport._caucho_addDepend(PersistentDependency depend) |
void |
JavaJspGenerator.addDepend(PersistentDependency depend) |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
DependencyList |
DependencyList.add(PersistentDependency dependency)
Adds a dependency.
|
DependencyList |
DependencyList.remove(PersistentDependency dependency)
Removes a dependency.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<PersistentDependency> |
QuercusProgram.getDependencyList() |
Modifier and Type | Method and Description |
---|---|
void |
BootResinConfig.addDependency(PersistentDependency dependency) |
Modifier and Type | Method and Description |
---|---|
void |
MatchRule.addDependency(PersistentDependency depend) |
Modifier and Type | Class and Description |
---|---|
class |
Depend
Class for keeping track of modifications.
|
Modifier and Type | Method and Description |
---|---|
PersistentDependency |
Path.createDepend()
Creates a dependency.
|
PersistentDependency |
MergePath.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 |
JarPath.getDepend()
Returns the dependency checker from the jar.
|
PersistentDependency |
Jar.getDepend()
Returns the dependency.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<PersistentDependency> |
AbstractStylesheet.getDepends()
Returns the dependency list of the stylesheet.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractStylesheet.addDepend(PersistentDependency depend)
Add a dependency to the stylesheet.
|