Uses of Class
org.apache.tapestry5.ioc.internal.util.AbstractResource
-
Packages that use AbstractResource Package Description org.apache.tapestry5.internal.services [INTERNAL USE ONLY] internal service classes; API subject to changeorg.apache.tapestry5.ioc.internal.util [INTERNAL USE ONLY] utility classes for Tapestry IOC services; API subject to change -
-
Uses of AbstractResource in org.apache.tapestry5.internal.services
Subclasses of AbstractResource in org.apache.tapestry5.internal.services Modifier and Type Class Description class
ContextResource
A resource stored with in the web application context. -
Uses of AbstractResource in org.apache.tapestry5.ioc.internal.util
Subclasses of AbstractResource in org.apache.tapestry5.ioc.internal.util Modifier and Type Class Description class
ClasspathResource
Implementation ofResource
for files on the classpath (as defined by aClassLoader
).
-