|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PoolObject
| Method Summary | |
|---|---|
java.lang.String |
getContentType()
Get the content type of the final resource. |
java.io.InputStream |
getInputStream()
Get the InputStream of the final resource. |
long |
getLastModified()
Get the timestamp of the final resource. |
java.lang.String |
getName()
Get the name of the pool object. |
java.io.OutputStream |
getOutputStream()
Get the OutputStream of the temp resource. |
long |
getSize()
Get the size of the final resource. |
void |
remove()
Removes temp and final resources. |
void |
setLastModified(long lastModified)
Set a timestamp on the temp resource. |
void |
store()
Saves the temp resource to the final one. |
| Method Detail |
|---|
long getLastModified()
void setLastModified(long lastModified)
lastModified - a timestamp to set on the temp resource.long getSize()
java.lang.String getContentType()
java.io.InputStream getInputStream()
throws java.io.IOException
java.io.IOException - is thrown if this operation fails.
java.io.OutputStream getOutputStream()
throws java.io.IOException
java.io.IOException - is thrown if this operation fails.void store()
void remove()
java.lang.String getName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||