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