|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.document.web.ResourceJspBean
public class ResourceJspBean
JSP Bean for document file resource management
Constructor Summary | |
---|---|
ResourceJspBean()
|
Method Summary | |
---|---|
byte[] |
getContent()
Returns the content of the file resource |
java.lang.String |
getContentType()
Returns the content type of the file resource |
void |
loadResource(javax.servlet.http.HttpServletRequest request)
Load a file resource corresponding to a file attribute of a document |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResourceJspBean()
Method Detail |
---|
public void loadResource(javax.servlet.http.HttpServletRequest request)
request
- The HTTP requestpublic byte[] getContent()
public java.lang.String getContentType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |