|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--loader.ResourceRequest
It is used to sent the request for a resource to the server.
It could also store some further information.
Constructor Summary | |
ResourceRequest(java.lang.String name,
java.lang.String type)
Costructor |
Method Summary | |
java.lang.String |
getResourceName()
return the name of the resource |
java.lang.String |
getResourceType()
return the type of the resource |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public ResourceRequest(java.lang.String name, java.lang.String type)
name
- the complete name of the resourcetype
- the type of the resource (CLASS, BINARY)Method Detail |
public java.lang.String getResourceName()
public java.lang.String getResourceType()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |