@Deprecated
public class ContentManager
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
ContentManager()
Deprecated.
The default constructor that initialises the logger.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
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
public ContentManager()
@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.WebLabCheckedExceptionCopyright © 2004-2012. All Rights Reserved.