|
NextApp Echo App Container 1.1.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object nextapp.echoservlet.util.Resource
Provides functionality for obtaining text and binary resource files.
Nested Class Summary | |
static class |
Resource.ResourceException
A RuntimeException exception that will be thrown in the event that problems are encountered obtaining a resource. |
Method Summary | |
static byte[] |
getResourceAsByteArray(java.lang.String resourceName)
Retrieves the specified resource as an array of byte s. |
static java.lang.String |
getResourceAsString(java.lang.String resourceName)
Retrieves the specified resource as a String . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static java.lang.String getResourceAsString(java.lang.String resourceName)
String
.
resourceName
- The name of the resource to be retrieved.
String
.public static byte[] getResourceAsByteArray(java.lang.String resourceName)
byte
s.
resourceName
- The name of the resource to be retrieved.
bytes.
|
NextApp Echo App Container 1.1.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |