public class RepositoryConfigTO extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
assetPatterns
assets path patterns
|
protected List<String> |
componentPatterns
component path patterns
|
protected List<String> |
displayPatterns
content to display in widgets
|
protected List<String> |
documentPatterns
document path patterns
|
protected List<DmFolderConfigTO> |
folders
top level folders
|
protected String |
levelDescriptorName
level descriptor name
|
protected List<String> |
levelDescriptorPatterns
level descriptors path patterns
|
protected List<String> |
pagePatterns
page path patterns
|
protected List<String> |
renderingTemplatePatterns
rendering template path patterns
|
protected String |
rootPrefix
root prefix
|
protected List<String> |
scriptsPatterns
scripts path patterns
|
| Constructor and Description |
|---|
RepositoryConfigTO() |
protected String rootPrefix
protected String levelDescriptorName
protected List<DmFolderConfigTO> folders
protected List<String> renderingTemplatePatterns
protected List<String> levelDescriptorPatterns
public String getRootPrefix()
public void setRootPrefix(String rootPrefix)
rootPrefix - the rootPrefix to setpublic List<DmFolderConfigTO> getFolders()
public void setFolders(List<DmFolderConfigTO> folders)
folders - the folders to setpublic void setPagePatterns(List<String> pagePatterns)
pagePatterns - the pagePatterns to setpublic void setComponentPatterns(List<String> componentPatterns)
componentPatterns - the componentPatterns to setpublic void setAssetPatterns(List<String> assetPatterns)
assetPatterns - the assetPatterns to setpublic void setLevelDescriptorName(String levelDescriptorName)
levelDescriptorName - the levelDescriptorName to setpublic String getLevelDescriptorName()
public void setDocumentPatterns(List<String> documentPatterns)
documentPatterns - the documentPatterns to setpublic void setDisplayPatterns(List<String> displayPatterns)
displayPatterns - the displayPatterns to setCopyright © 2020 CrafterCMS. All rights reserved.