org.rcfaces.core.model
Class AbstractContentModel
java.lang.Object
org.rcfaces.core.model.AbstractContentModel
- All Implemented Interfaces:
- IContentModel
- Direct Known Subclasses:
- BasicContentModel
public abstract class AbstractContentModel
- extends Object
- implements IContentModel
- Version:
- $Revision: 1.4 $ $Date: 2008/09/17 16:38:17 $
- Author:
- Olivier Oeuillot (latest modification by $Author: oeuillot $)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractContentModel
public AbstractContentModel()
AbstractContentModel
public AbstractContentModel(Object wrappedData)
setInformations
public void setInformations(org.rcfaces.core.internal.contentAccessor.IGenerationResourceInformation generationInformation,
org.rcfaces.core.internal.contentAccessor.IGeneratedResourceInformation generatedInformation)
- Specified by:
setInformations in interface IContentModel
getWrappedData
public Object getWrappedData()
- Specified by:
getWrappedData in interface IContentModel
setWrappedData
public void setWrappedData(Object wrappedData)
computeURL
public String computeURL()
computeURL
public static String computeURL(IContentModel contentModel)
getContentEngineId
public String getContentEngineId()
- Specified by:
getContentEngineId in interface IContentModel
setContentEngineId
public void setContentEngineId(String contentEngineId)
- Specified by:
setContentEngineId in interface IContentModel
checkNotModified
public boolean checkNotModified()
- Specified by:
checkNotModified in interface IContentModel
Copyright © 2006-2011 Vedana. All Rights Reserved.