|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.opencms.core.CmsStaticExportProperties
This class provides a special data structure to access the static
export properties read from opencms.properties.
| Field Summary |
| Constructor Summary | |
CmsStaticExportProperties()
Constuctor. |
|
| Method Summary | |
String |
getExportPath()
Returns the exportpath for the static export. |
static String[] |
getLinkRules(int state)
Returns the ruleset for link replacement. |
Vector |
getStartPoints()
Returns a Vector (of Strings) with the names of the vfs resources (files and folders) where the export should start. |
String |
getStartRule()
return the start rule used for export and extern mode. |
String |
getStaticExportEnabledValue()
Returns the value of the static export enable. |
String[] |
getUrlPrefixArray()
Gets the prefix array for the linkreplacement |
boolean |
isExportDefault()
returns true if the default value for the resource property "export" is true. |
boolean |
isStaticExportEnabled()
Returns true if the static export is enabled |
boolean |
relativLinksInExport()
Returns true if the links in the static export should be relative. |
void |
setExportDefaultValue(String value)
|
void |
setExportPath(String path)
|
void |
setExportRelativeLinks(boolean relLinks)
|
void |
setLinkRulesExport(String[] rule)
|
void |
setLinkRulesExtern(String[] rule)
|
void |
setLinkRulesOffline(String[] rule)
|
void |
setLinkRulesOnline(String[] rule)
|
void |
setStartPoints(Vector sp)
|
void |
setStartRule(String rule)
|
void |
setStaticExportEnabled(boolean active)
|
void |
setStaticExportEnabledValue(String value)
|
void |
setUrlPrefixArray(String[] urls)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CmsStaticExportProperties()
| Method Detail |
public String getExportPath()
public static String[] getLinkRules(int state)
public Vector getStartPoints()
public String getStartRule()
public String getStaticExportEnabledValue()
public String[] getUrlPrefixArray()
public boolean isExportDefault()
public boolean isStaticExportEnabled()
public boolean relativLinksInExport()
public void setExportDefaultValue(String value)
public void setExportPath(String path)
public void setExportRelativeLinks(boolean relLinks)
public void setLinkRulesExport(String[] rule)
public void setLinkRulesOnline(String[] rule)
public void setLinkRulesOffline(String[] rule)
public void setLinkRulesExtern(String[] rule)
public void setStartPoints(Vector sp)
public void setStartRule(String rule)
public void setStaticExportEnabled(boolean active)
public void setStaticExportEnabledValue(String value)
public void setUrlPrefixArray(String[] urls)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||