|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.weblab.content.ContentManager
@Deprecated public class ContentManager
| Field Summary | |
|---|---|
static int |
BUFFER_SIZE
Deprecated. |
static java.lang.String |
CONTENT_MANAGER_IMPLEMENTATION
Deprecated. |
static java.lang.String |
CONTENT_MANAGER_PROPERTIES_FILE
Deprecated. |
protected static ContentManager |
instance
Deprecated. |
protected static java.lang.Boolean |
loaded
Deprecated. |
protected org.apache.commons.logging.Log |
logger
Deprecated. |
| Constructor Summary | |
|---|---|
ContentManager()
Deprecated. The default constructor that initialises the logger. |
|
| Method Summary | |
|---|---|
static ContentManager |
getInstance()
Deprecated. |
java.io.File |
readNativeContent(org.ow2.weblab.core.model.Resource res)
Deprecated. |
java.io.File |
readNormalisedContent(org.ow2.weblab.core.model.Resource res)
Deprecated. |
java.net.URI |
saveNativeContent(java.io.InputStream content,
org.ow2.weblab.core.model.Resource res)
Deprecated. |
java.net.URI |
saveNormalisedContent(java.io.InputStream content,
org.ow2.weblab.core.model.Resource res)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String CONTENT_MANAGER_PROPERTIES_FILE
public static final java.lang.String CONTENT_MANAGER_IMPLEMENTATION
public static int BUFFER_SIZE
protected final org.apache.commons.logging.Log logger
protected static ContentManager instance
protected static java.lang.Boolean loaded
| Constructor Detail |
|---|
public ContentManager()
| Method Detail |
|---|
@Deprecated public static ContentManager getInstance()
@Deprecated
public java.net.URI saveNativeContent(java.io.InputStream content,
org.ow2.weblab.core.model.Resource res)
throws org.ow2.weblab.core.extended.exception.WebLabCheckedException
org.ow2.weblab.core.extended.exception.WebLabCheckedException
@Deprecated
public java.net.URI saveNormalisedContent(java.io.InputStream content,
org.ow2.weblab.core.model.Resource res)
throws org.ow2.weblab.core.extended.exception.WebLabCheckedException
org.ow2.weblab.core.extended.exception.WebLabCheckedException
@Deprecated
public java.io.File readNativeContent(org.ow2.weblab.core.model.Resource res)
throws org.ow2.weblab.core.extended.exception.WebLabCheckedException
org.ow2.weblab.core.extended.exception.WebLabCheckedException
@Deprecated
public java.io.File readNormalisedContent(org.ow2.weblab.core.model.Resource res)
throws org.ow2.weblab.core.extended.exception.WebLabCheckedException
org.ow2.weblab.core.extended.exception.WebLabCheckedException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||