|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Objectorg.opencms.staticexport.CmsStaticExportData
public class CmsStaticExportData
Provides a data structure for the result of an export request.
| Constructor Summary | |
|---|---|
CmsStaticExportData(java.lang.String vfsName,
java.lang.String parameters)
Creates a new static export data object for use in the cache. |
|
CmsStaticExportData(java.lang.String vfsName,
java.lang.String rfsName,
CmsResource resource)
Creates a new static export data object. |
|
CmsStaticExportData(java.lang.String vfsName,
java.lang.String rfsName,
CmsResource resource,
java.lang.String parameters)
Creates a new static export data object. |
|
| Method Summary | |
|---|---|
java.lang.String |
getParameters()
Return the parameters of the resource to export. |
CmsResource |
getResource()
Returns the resource to export. |
java.lang.String |
getRfsName()
Returns the rfs name of the resource to export. |
java.lang.String |
getVfsName()
Returns the vfs name of the resource to export. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CmsStaticExportData(java.lang.String vfsName,
java.lang.String parameters)
vfsName - the vfs name of the resourceparameters - the parameter string of a resource
public CmsStaticExportData(java.lang.String vfsName,
java.lang.String rfsName,
CmsResource resource)
vfsName - the vfs name of the resourcerfsName - the rfs name of the resourceresource - the resource object
public CmsStaticExportData(java.lang.String vfsName,
java.lang.String rfsName,
CmsResource resource,
java.lang.String parameters)
vfsName - the vfs name of the resourcerfsName - the rfs name of the resourceresource - the resource objectparameters - the parameter string of a resource| Method Detail |
|---|
public java.lang.String getParameters()
public CmsResource getResource()
public java.lang.String getRfsName()
public java.lang.String getVfsName()
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()
|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||