| org.apache.tapestry.services.Context
All known Subclasses: org.apache.tapestry.internal.test.PageTesterContext, org.apache.tapestry.internal.services.ContextImpl,
getAttribute | Object getAttribute(String name)(Code) | | Returns an attribute previously stored into the context with the given name.
Parameters: name - used to retrieve the attribute the attribute, or null if not found |
getInitParameter | String getInitParameter(String name)(Code) | | Returns an initial parameter value defined by servlet.
|
getResource | URL getResource(String path)(Code) | | Returns a URL to a resource stored within the context. The path should start with a leading
slash.
Parameters: path - the URL for the path, or null if the path does not correspond to a file. |
getResourcePaths | List<String> getResourcePaths(String path)(Code) | | Looks for resources within the web application within the supplied path. The list will be
recurively expanded, as necessary. The path must start with a leading slash, and usually ends
with a slash as well.
Parameters: path - to search for (should start with a leading slash) the matches, sorted alphabetically |
|
|