|
||||||||
| 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 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. |
boolean |
isDetailPage()
Returns true if this is the static export data for a detail page. |
protected void |
setIsDetailPage(boolean isDetailPage)
Changes the 'is detail page' flag in this export data instance. |
protected void |
setParameters(java.lang.String parameters)
Sets the parameters. |
protected void |
setRfsName(java.lang.String rfsName)
Sets the RFS name. |
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 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 boolean isDetailPage()
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()protected void setIsDetailPage(boolean isDetailPage)
isDetailPage - the new value for the flagprotected void setParameters(java.lang.String parameters)
parameters - the parameters to setprotected void setRfsName(java.lang.String rfsName)
rfsName - the RFS name to set
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||