|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.wurfl.core.resource.SpringResource
public abstract class SpringResource
Decorator of WURFLResource to build from Spring Resource.
| Field Summary | |
|---|---|
protected WURFLResource |
delegate
Delegate WURFLResource |
| Constructor Summary | |
|---|---|
SpringResource(org.springframework.core.io.Resource resource)
Build resource from Spring Resource. |
|
| Method Summary | |
|---|---|
protected abstract WURFLResource |
createDelegate(org.springframework.core.io.Resource resource)
Create delegate WURFLResource from Spring Resource. |
boolean |
equals(Object obj)
|
ResourceData |
getData()
Return ResourceData representing the data contained by the resource. |
String |
getInfo()
Get info of this resource. |
int |
hashCode()
|
void |
release()
Release the resource. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected WURFLResource delegate
| Constructor Detail |
|---|
public SpringResource(org.springframework.core.io.Resource resource)
resource - The Spring Resource to build resource from.| Method Detail |
|---|
protected abstract WURFLResource createDelegate(org.springframework.core.io.Resource resource)
resource - The Spring Resource from that build WURFLResource.
public ResourceData getData()
getData in interface WURFLResourcepublic String getInfo()
getInfo in interface WURFLResourcepublic void release()
release in interface WURFLResourcepublic String toString()
toString in class Objectpublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||