| 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.apache.lenya.cms.publishing.PublishingEnvironment
org.apache.lenya.cms.publishing.ResourcePublishingEnvironment
public class ResourcePublishingEnvironment
DOCUMENT ME!
| Field Summary | |
|---|---|
static java.lang.String | 
PARAMETER_RESOURCE_AUTHORING_PATH
 | 
static java.lang.String | 
PARAMETER_RESOURCE_LIVE_PATH
 | 
| Fields inherited from class org.apache.lenya.cms.publishing.PublishingEnvironment | 
|---|
CONFIGURATION_FILE, PARAMETER_AUTHORING_PATH, PARAMETER_EXPORT_PATH, PARAMETER_LIVE_PATH, PARAMETER_REPLICATION_PATH, PARAMETER_SUBSTITUTE_REGEXP, PARAMETER_SUBSTITUTE_REPLACEMENT, PARAMETER_TREE_AUTHORING_PATH, PARAMETER_TREE_LIVE_PATH, PUBLICATION_PATH, PUBLICATION_PREFIX | 
| Constructor Summary | |
|---|---|
ResourcePublishingEnvironment(java.lang.String publicationPath)
Creates a new ResourcePublishingEnvironment object.  | 
|
ResourcePublishingEnvironment(java.lang.String contextPath,
                              java.lang.String publicationId)
Creates a new ResourcePublishingEnvironment object.  | 
|
| Method Summary | |
|---|---|
 void | 
configure(org.apache.avalon.framework.configuration.Configuration configuration)
DOCUMENT ME!  | 
 java.lang.String | 
getResourceAuthoringPath()
Get the authoring resource path.  | 
 java.lang.String | 
getResourceLivePath()
Get the live resource path.  | 
protected  void | 
setResourceAuthoringPath(java.lang.String path)
Set the authoring resource path.  | 
protected  void | 
setResourceLivePath(java.lang.String path)
Set the live resource path.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static final java.lang.String PARAMETER_RESOURCE_AUTHORING_PATH
public static final java.lang.String PARAMETER_RESOURCE_LIVE_PATH
| Constructor Detail | 
|---|
public ResourcePublishingEnvironment(java.lang.String contextPath,
                                     java.lang.String publicationId)
contextPath - DOCUMENT ME!publicationId - DOCUMENT ME!public ResourcePublishingEnvironment(java.lang.String publicationPath)
publicationPath - DOCUMENT ME!| Method Detail | 
|---|
public void configure(org.apache.avalon.framework.configuration.Configuration configuration)
               throws org.apache.avalon.framework.configuration.ConfigurationException
configure in interface org.apache.avalon.framework.configuration.Configurableconfigure in class PublishingEnvironmentconfiguration - DOCUMENT ME!
org.apache.avalon.framework.configuration.ConfigurationException - DOCUMENT ME!public java.lang.String getResourceLivePath()
String valueprotected void setResourceLivePath(java.lang.String path)
path - a String valuepublic java.lang.String getResourceAuthoringPath()
String valueprotected void setResourceAuthoringPath(java.lang.String path)
path - a String value
  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||