|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object portal.services.resource.runtime.FileResource
Constructor Summary | |
FileResource(FileResourceLoader myResourceLoader,
java.lang.String resourcePath,
java.lang.String contentType)
|
Method Summary | |
java.lang.String |
getContentType()
|
java.io.InputStream |
getResourceAsStream()
|
long |
getSize()
|
boolean |
isStatic()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FileResource(FileResourceLoader myResourceLoader, java.lang.String resourcePath, java.lang.String contentType) throws ResourceServiceException
Method Detail |
public boolean isStatic()
isStatic
in interface IResource
public java.lang.String getContentType() throws ResourceServiceException
getContentType
in interface IResource
ResourceServiceException
public long getSize() throws ResourceServiceException
getSize
in interface IResource
ResourceServiceException
public java.io.InputStream getResourceAsStream() throws ResourceServiceException
getResourceAsStream
in interface IResource
ResourceServiceException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |