org.ow2.weblab.content
Class ContentManager

java.lang.Object
  extended by org.ow2.weblab.content.ContentManager

Deprecated. use org.ow2.weblab.content.api.ContentManager instead.

@Deprecated
public class ContentManager
extends java.lang.Object

Author:
gdupont - WebLab team ; CASSIDIAN, an EADS company
Date:
2011 WebLab model 1.2.1

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

CONTENT_MANAGER_PROPERTIES_FILE

public static final java.lang.String CONTENT_MANAGER_PROPERTIES_FILE
Deprecated. 
See Also:
Constant Field Values

CONTENT_MANAGER_IMPLEMENTATION

public static final java.lang.String CONTENT_MANAGER_IMPLEMENTATION
Deprecated. 
See Also:
Constant Field Values

BUFFER_SIZE

public static int BUFFER_SIZE
Deprecated. 

logger

protected final org.apache.commons.logging.Log logger
Deprecated. 

instance

protected static ContentManager instance
Deprecated. 

loaded

protected static java.lang.Boolean loaded
Deprecated. 
Constructor Detail

ContentManager

public ContentManager()
Deprecated. 
The default constructor that initialises the logger.

Method Detail

getInstance

@Deprecated
public static ContentManager getInstance()
Deprecated. 


saveNativeContent

@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
Deprecated. 

Throws:
org.ow2.weblab.core.extended.exception.WebLabCheckedException

saveNormalisedContent

@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
Deprecated. 

Throws:
org.ow2.weblab.core.extended.exception.WebLabCheckedException

readNativeContent

@Deprecated
public java.io.File readNativeContent(org.ow2.weblab.core.model.Resource res)
                               throws org.ow2.weblab.core.extended.exception.WebLabCheckedException
Deprecated. 

Throws:
org.ow2.weblab.core.extended.exception.WebLabCheckedException

readNormalisedContent

@Deprecated
public java.io.File readNormalisedContent(org.ow2.weblab.core.model.Resource res)
                                   throws org.ow2.weblab.core.extended.exception.WebLabCheckedException
Deprecated. 

Throws:
org.ow2.weblab.core.extended.exception.WebLabCheckedException


Copyright © 2004-2011. All Rights Reserved.