|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GenericFileBinding<T>
Binding between the generic file and the body content.
Method Summary | |
---|---|
Object |
getBody(GenericFile<T> file)
Gets the body of the file |
void |
setBody(GenericFile<T> file,
Object body)
Sets the body from the given file |
Method Detail |
---|
Object getBody(GenericFile<T> file)
file
- the file
void setBody(GenericFile<T> file, Object body)
file
- the filebody
- the body
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |