|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tapestry5.internal.test.PageTesterContext
public class PageTesterContext
Constructor Summary | |
---|---|
PageTesterContext(String contextRoot)
|
Method Summary | |
---|---|
Object |
getAttribute(String name)
Returns an attribute previously stored into the context with the given name. |
List<String> |
getAttributeNames()
Returns the names of all attributes of the context, sorted alphabetically. |
String |
getInitParameter(String name)
Returns an initial parameter value defined by servlet. |
String |
getMimeType(String file)
Returns the MIME content type of the specified file, or null if no content type is known. |
File |
getRealFile(String path)
Always returns null. |
URL |
getResource(String path)
Returns a URL to a resource stored within the context. |
List<String> |
getResourcePaths(String path)
Looks for resources within the web application within the supplied path. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PageTesterContext(String contextRoot)
Method Detail |
---|
public String getInitParameter(String name)
Context
getInitParameter
in interface Context
public URL getResource(String path)
Context
getResource
in interface Context
path
- to the resource (with a leading slash)
public List<String> getResourcePaths(String path)
Context
getResourcePaths
in interface Context
path
- to search for (should start with a leading slash)
public Object getAttribute(String name)
Context
getAttribute
in interface Context
name
- used to retrieve the attribute
public List<String> getAttributeNames()
Context
getAttributeNames
in interface Context
public String getMimeType(String file)
Context
getMimeType
in interface Context
file
- name of file
public File getRealFile(String path)
getRealFile
in interface Context
path
- to the resource (with a leading slash)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |