A C F G I L N O P R S T U W

A

addPOMDependenciesFromFile(String) - Method in class org.springframework.roo.addon.surf.SurfOperations
Injects additional dependencies into Maven's pom.xml file.

C

checkSurfXMLType(FileManager, String, String) - Static method in class org.springframework.roo.addon.surf.util.SurfUtils
 
compareTo(RegionConfig) - Method in class org.springframework.roo.addon.surf.region.RegionConfig
 
ComponentCommands - Class in org.springframework.roo.addon.surf.component
Commands for managing Surf components.
ComponentCommands(ComponentOperations) - Constructor for class org.springframework.roo.addon.surf.component.ComponentCommands
 
ComponentConfigUtils - Class in org.springframework.roo.addon.surf.util
 
ComponentConfigUtils() - Constructor for class org.springframework.roo.addon.surf.util.ComponentConfigUtils
 
ComponentOperations - Class in org.springframework.roo.addon.surf.component
Provides Surf component related operations.
ComponentOperations(FileManager, PathResolver, MetadataService, ProjectOperations) - Constructor for class org.springframework.roo.addon.surf.component.ComponentOperations
 
componentsToString(Document) - Static method in class org.springframework.roo.addon.surf.util.ComponentConfigUtils
 
componentToString(Element) - Static method in class org.springframework.roo.addon.surf.util.ComponentConfigUtils
 
Constants - Class in org.springframework.roo.addon.surf
 
Constants() - Constructor for class org.springframework.roo.addon.surf.Constants
 
ContentCommands - Class in org.springframework.roo.addon.surf.content
Commands for the 'alfresco surf' add-on to be used by the ROO shell.
ContentCommands(ContentOperations) - Constructor for class org.springframework.roo.addon.surf.content.ContentCommands
 
ContentOperations - Class in org.springframework.roo.addon.surf.content
Provides Surf Content operations.
ContentOperations(FileManager, PathResolver, MetadataService, ProjectOperations) - Constructor for class org.springframework.roo.addon.surf.content.ContentOperations
 
createComponent(String, String, String, String) - Method in class org.springframework.roo.addon.surf.component.ComponentOperations
Creates a new component.
createComponentProperty(String, String) - Method in class org.springframework.roo.addon.surf.component.ComponentOperations
Adds new properties to the component configuration xml.
createComponentResource(String, String, String) - Method in class org.springframework.roo.addon.surf.component.ComponentOperations
Adds a new resource to the component configuration xml.
createContentAssociation(String, String, String, String) - Method in class org.springframework.roo.addon.surf.content.ContentOperations
Creates a new Surf content association.
createPage(String, String, String, String, String, String) - Method in class org.springframework.roo.addon.surf.page.PageOperations
Creates a new Surf page using a specified template instance or template.
createPageAssociation(String, String, String, String) - Method in class org.springframework.roo.addon.surf.page.PageOperations
Creates a new page association.
createPageAssociationAsFile(String, String, String, String) - Method in class org.springframework.roo.addon.surf.page.PageOperations
Creates a new legacy page association which is stored as a seperated XML file.

F

fileContainsString(InputStream, String) - Static method in class org.springframework.roo.addon.surf.util.SurfUtils
 
findSurfPageById(String) - Method in class org.springframework.roo.addon.surf.page.PageOperations
Finds Surf page by id.
findSurfPageByPath(String) - Method in class org.springframework.roo.addon.surf.page.PageOperations
Find Surf page by path.
findSurfTemplateByPath(String) - Method in class org.springframework.roo.addon.surf.template.TemplateOperations
 
findSurfTemplateInstanceByName(String) - Method in class org.springframework.roo.addon.surf.template.TemplateOperations
 

G

getComponentConfigByRegionId(Document, String) - Static method in class org.springframework.roo.addon.surf.util.ComponentConfigUtils
 
getComponentConfigByUrl(Document, String) - Static method in class org.springframework.roo.addon.surf.util.ComponentConfigUtils
 
getComponentElem(Document) - Static method in class org.springframework.roo.addon.surf.util.ComponentConfigUtils
 
getComponentInstanceName(String, String, String, String) - Method in class org.springframework.roo.addon.surf.component.ComponentOperations
Returns component name.
getComponentsElems(Document) - Static method in class org.springframework.roo.addon.surf.util.ComponentConfigUtils
 
getComponentUrl(String) - Method in class org.springframework.roo.addon.surf.component.ComponentOperations
Returns component url.
getElementValue(FileManager, FileDetails, String) - Static method in class org.springframework.roo.addon.surf.util.SurfUtils
 
getId() - Method in class org.springframework.roo.addon.surf.region.RegionConfig
 
getInstanceTemplatePath(String) - Method in class org.springframework.roo.addon.surf.page.PageOperations
Returns template path of the given template instance.
getNameFromPath(String) - Static method in class org.springframework.roo.addon.surf.util.SurfUtils
 
getPageXmlRootPath() - Method in class org.springframework.roo.addon.surf.page.PageOperations
 
getRelativePath(String) - Static method in class org.springframework.roo.addon.surf.util.SurfUtils
 
getScope() - Method in class org.springframework.roo.addon.surf.region.RegionConfig
 
getSurfPages() - Method in class org.springframework.roo.addon.surf.page.PageOperations
Returns PageId/FileDetails pairs of Surf pages.
getSurfTemplateInstances() - Method in class org.springframework.roo.addon.surf.template.TemplateOperations
Returns list of template instances.
getSurfXMLDoc(FileManager, FileDetails) - Static method in class org.springframework.roo.addon.surf.util.SurfUtils
 
getTemplateInstance(String) - Method in class org.springframework.roo.addon.surf.page.PageOperations
Returns template instance path of a given page.
getTemplatePath(String) - Method in class org.springframework.roo.addon.surf.page.PageOperations
Returns template path of a Surf page with a given id.
getTemplatePath(FileDetails) - Method in class org.springframework.roo.addon.surf.template.TemplateOperations
 
getTemplatePath(String) - Method in class org.springframework.roo.addon.surf.template.TemplateOperations
 

I

installSurf(String) - Method in class org.springframework.roo.addon.surf.SurfCommands
Installs all required Surf artifacts.
installSurf(String) - Method in class org.springframework.roo.addon.surf.SurfOperations
Installs Surf.
installSurfAlfrescoSamples() - Method in class org.springframework.roo.addon.surf.SurfOperations
Installs Alfresco sample components for Surf.
installSurfCmisSamples() - Method in class org.springframework.roo.addon.surf.SurfOperations
Installs CMIS sample components for Surf.
installSurfGroovy() - Method in class org.springframework.roo.addon.surf.SurfOperations
Installs Groovy scripting support into the Surf web application.
installSurfPackage(String) - Method in class org.springframework.roo.addon.surf.SurfCommands
Installs an addon into the Surf project.
installSurfPackage(String) - Method in class org.springframework.roo.addon.surf.SurfOperations
Installs the Surf package with the given name into the current web application
installSurfPackageLocal(String, boolean) - Method in class org.springframework.roo.addon.surf.SurfOperations
Installs a Surf site package from a file path in the current web application.
installSurfPHP() - Method in class org.springframework.roo.addon.surf.SurfOperations
Installs PHP template support into the Surf web application.
installSurfSampleSite() - Method in class org.springframework.roo.addon.surf.SurfOperations
Installs the default Surf sample site (Roo included)
installSurfStudio() - Method in class org.springframework.roo.addon.surf.SurfOperations
Installs Web Studio into the Surf web application.
isInstallSurfAddonAvailable() - Method in class org.springframework.roo.addon.surf.SurfCommands
Checks availability of the "surf addon install" command.
isInstallSurfAvailable() - Method in class org.springframework.roo.addon.surf.SurfCommands
Checks availability of the "surf install" command.
isInstallSurfAvailable() - Method in class org.springframework.roo.addon.surf.SurfOperations
Returns whether Surf is installed or not.
isManageSurfAvailable() - Method in class org.springframework.roo.addon.surf.SurfOperations
Returns whether Surf is available.
isNewContentAssociationAvailable() - Method in class org.springframework.roo.addon.surf.content.ContentCommands
Checks availability of the "surf content association create" command.
isNewContentAssociationAvailable() - Method in class org.springframework.roo.addon.surf.content.ContentOperations
Checks if a new Surf content association can be added.
isPageOperationAvailable() - Method in class org.springframework.roo.addon.surf.page.PageCommands
Checks availability of page related commands.
isPageOperationAvailable() - Method in class org.springframework.roo.addon.surf.page.PageOperations
Checks if page related operations are available.
isPageReportAvailable() - Method in class org.springframework.roo.addon.surf.report.ReportCommands
Check availability of the "surf report page" command.
isReportOperationAvailable() - Method in class org.springframework.roo.addon.surf.report.ReportOperations
Checks if a new Surf report can be generated.
isSiteOperationAvailable() - Method in class org.springframework.roo.addon.surf.site.SiteCommands
Check availability of site related commands.
isSiteOperationAvailable() - Method in class org.springframework.roo.addon.surf.site.SiteOperations
Checks if a new site configuration can be created.
isSurfComponentAvailable(String) - Method in class org.springframework.roo.addon.surf.component.ComponentOperations
Checks if a Surf component exists or not.
isSurfComponentOperationsAvailable() - Method in class org.springframework.roo.addon.surf.component.ComponentCommands
Checks availability of component related commands.
isSurfComponentOperationsAvailable() - Method in class org.springframework.roo.addon.surf.component.ComponentOperations
Checks if Surf component related operations are available.
isSurfComponentTypeAvailable(String) - Method in class org.springframework.roo.addon.surf.component.ComponentOperations
Checks if the component type is available.
isSurfPageAvailable(String) - Method in class org.springframework.roo.addon.surf.page.PageOperations
Returns true if the page id is available.
isSurfTemplateAvailable(String) - Method in class org.springframework.roo.addon.surf.template.TemplateOperations
Checks if the template exists.
isSurfTemplateInstanceAvailable(String) - Method in class org.springframework.roo.addon.surf.template.TemplateOperations
Checks if the template exists.
isTemplateOperationAvailable() - Method in class org.springframework.roo.addon.surf.template.TemplateCommands
Check availability of template related commands.
isTemplateOperationAvailable() - Method in class org.springframework.roo.addon.surf.template.TemplateOperations
Checks if template related operations are available.

L

listGlobalScopedSurfComponents() - Method in class org.springframework.roo.addon.surf.component.ComponentOperations
Returns list of global scoped Surf components.
listPageScopedSurfComponents(String) - Method in class org.springframework.roo.addon.surf.component.ComponentOperations
List of page scoped Surf components.
listSurfComponents(String, String, String) - Method in class org.springframework.roo.addon.surf.component.ComponentCommands
Lists all Surf components in current Surf project.
listSurfComponents(String, String, String) - Method in class org.springframework.roo.addon.surf.component.ComponentOperations
Returns all available components.
listSurfComponentTypes() - Method in class org.springframework.roo.addon.surf.component.ComponentCommands
Lists all Surf component types.
listSurfComponentTypes() - Method in class org.springframework.roo.addon.surf.component.ComponentOperations
Returns list of all available component types.
listSurfPageAssociations(String) - Method in class org.springframework.roo.addon.surf.page.PageCommands
Lists associated pages of the page with a specified id.
listSurfPageAssociations(String) - Method in class org.springframework.roo.addon.surf.page.PageOperations
Lists associated pages of a specified Surf page.
listSurfPages() - Method in class org.springframework.roo.addon.surf.page.PageCommands
Lists all pages in your Surf project.
listSurfPages() - Method in class org.springframework.roo.addon.surf.page.PageOperations
Returns ids and paths of all Surf pages.
listSurfSiteRegions(String, String) - Method in class org.springframework.roo.addon.surf.site.SiteCommands
Creates a new Surf site configuration.
listSurfTemplateFiles() - Method in class org.springframework.roo.addon.surf.template.TemplateOperations
Returns list of all available templates.
listSurfTemplateInstances() - Method in class org.springframework.roo.addon.surf.template.TemplateCommands
Lists all Surf template instances.
listSurfTemplateInstances() - Method in class org.springframework.roo.addon.surf.template.TemplateOperations
Returns list of all available template instances.
listSurfTemplateNames() - Method in class org.springframework.roo.addon.surf.template.TemplateOperations
 
listSurfTemplatePaths() - Method in class org.springframework.roo.addon.surf.template.TemplateOperations
 
listSurfTemplateRegions(String) - Method in class org.springframework.roo.addon.surf.template.TemplateCommands
Shows list of regions belong to this template.
listSurfTemplateRegions(String) - Method in class org.springframework.roo.addon.surf.template.TemplateOperations
Returns configurations of all regions belongs to the template.
listSurfTemplates() - Method in class org.springframework.roo.addon.surf.template.TemplateCommands
Lists all Surf templates.
listSurfTemplates() - Method in class org.springframework.roo.addon.surf.template.TemplateOperations
Returns list of all available templates.
listTemplateScopedSurfComponents(String) - Method in class org.springframework.roo.addon.surf.component.ComponentOperations
Returns list of template scoped Surf component.

N

newComponent(String, String, String, String) - Method in class org.springframework.roo.addon.surf.component.ComponentCommands
Adds a new Surf component to the current Surf project.
newComponentProperty(String, String) - Method in class org.springframework.roo.addon.surf.component.ComponentCommands
Creates a new property for Surf component.
newComponentResource(String, String, String) - Method in class org.springframework.roo.addon.surf.component.ComponentCommands
Creates a new resource for the Surf component.
newContentAssociation(String, String, String, String) - Method in class org.springframework.roo.addon.surf.content.ContentCommands
Creates a new Surf content association.
newPage(String, String, String, String, String, String) - Method in class org.springframework.roo.addon.surf.page.PageCommands
Adds a new page to the Surf project.
newPageAssociation(String, String, String, String) - Method in class org.springframework.roo.addon.surf.page.PageCommands
Adds a new Surf page association between two pages.
newSite(String, String) - Method in class org.springframework.roo.addon.surf.site.SiteOperations
Creates a new site configuration.
newTemplate(String) - Method in class org.springframework.roo.addon.surf.template.TemplateCommands
Creates a template (ftl) at the specified path.
newTemplate(String) - Method in class org.springframework.roo.addon.surf.template.TemplateOperations
Creates a new template.
newTemplateInstance(String, String, String) - Method in class org.springframework.roo.addon.surf.template.TemplateCommands
Creates a Template Instance with the given id that maps to the given template path.
newTemplateInstance(String, String, String) - Method in class org.springframework.roo.addon.surf.template.TemplateOperations
Creates a new template instance.

O

org.springframework.roo.addon.surf - package org.springframework.roo.addon.surf
 
org.springframework.roo.addon.surf.component - package org.springframework.roo.addon.surf.component
 
org.springframework.roo.addon.surf.content - package org.springframework.roo.addon.surf.content
 
org.springframework.roo.addon.surf.page - package org.springframework.roo.addon.surf.page
 
org.springframework.roo.addon.surf.region - package org.springframework.roo.addon.surf.region
 
org.springframework.roo.addon.surf.report - package org.springframework.roo.addon.surf.report
 
org.springframework.roo.addon.surf.site - package org.springframework.roo.addon.surf.site
 
org.springframework.roo.addon.surf.template - package org.springframework.roo.addon.surf.template
 
org.springframework.roo.addon.surf.util - package org.springframework.roo.addon.surf.util
 

P

PageCommands - Class in org.springframework.roo.addon.surf.page
Commands for managing Surf pages.
PageCommands(PageOperations) - Constructor for class org.springframework.roo.addon.surf.page.PageCommands
 
PageOperations - Class in org.springframework.roo.addon.surf.page
Provides Surf Page related operations.
PageOperations(FileManager, PathResolver, MetadataService, ProjectOperations) - Constructor for class org.springframework.roo.addon.surf.page.PageOperations
 

R

RegionConfig - Class in org.springframework.roo.addon.surf.region
Simple java bean for Surf template region configuration.
RegionConfig(String, String) - Constructor for class org.springframework.roo.addon.surf.region.RegionConfig
 
removeComponentConfig(Document, String) - Static method in class org.springframework.roo.addon.surf.util.ComponentConfigUtils
 
ReportCommands - Class in org.springframework.roo.addon.surf.report
Commands for managing Surf reports.
ReportCommands(ReportOperations) - Constructor for class org.springframework.roo.addon.surf.report.ReportCommands
 
ReportOperations - Class in org.springframework.roo.addon.surf.report
Provides Surf report related operations.
ReportOperations(FileManager, PathResolver, MetadataService, ProjectOperations) - Constructor for class org.springframework.roo.addon.surf.report.ReportOperations
 

S

setId(String) - Method in class org.springframework.roo.addon.surf.region.RegionConfig
 
setScope(String) - Method in class org.springframework.roo.addon.surf.region.RegionConfig
 
showSurfPageConfig(String) - Method in class org.springframework.roo.addon.surf.report.ReportCommands
Lists detailed configurations of a Surf page.
showSurfPageConfig(String) - Method in class org.springframework.roo.addon.surf.report.ReportOperations
Returns detailed configurations of a specified Surf page.
SiteCommands - Class in org.springframework.roo.addon.surf.site
Commands for the 'alfresco surf' add-on to be used by the ROO shell.
SiteCommands(SiteOperations) - Constructor for class org.springframework.roo.addon.surf.site.SiteCommands
 
SiteOperations - Class in org.springframework.roo.addon.surf.site
Provides Surf Site operations.
SiteOperations(FileManager, PathResolver, MetadataService, ProjectOperations) - Constructor for class org.springframework.roo.addon.surf.site.SiteOperations
 
SURF_COMPONENT_WS_CP - Static variable in class org.springframework.roo.addon.surf.Constants
 
SURF_CP - Static variable in class org.springframework.roo.addon.surf.Constants
 
SURF_SCOPE_GLOBAL - Static variable in class org.springframework.roo.addon.surf.Constants
 
SURF_SCOPE_PAGE - Static variable in class org.springframework.roo.addon.surf.Constants
 
SURF_SCOPE_TEMPLATE - Static variable in class org.springframework.roo.addon.surf.Constants
 
SURF_SITEDATA_COMPONENT_CP - Static variable in class org.springframework.roo.addon.surf.Constants
 
SURF_SITEDATA_CONTENT_ASSOC_CP - Static variable in class org.springframework.roo.addon.surf.Constants
 
SURF_SITEDATA_CP - Static variable in class org.springframework.roo.addon.surf.Constants
 
SURF_SITEDATA_PAGE_ASSOC_CP - Static variable in class org.springframework.roo.addon.surf.Constants
 
SURF_SITEDATA_PAGE_CP - Static variable in class org.springframework.roo.addon.surf.Constants
 
SURF_SITEDATA_SITE_CP - Static variable in class org.springframework.roo.addon.surf.Constants
 
SURF_SITEDATA_TEMPLATE_INSTANCE_CP - Static variable in class org.springframework.roo.addon.surf.Constants
 
SURF_TEMPLATE_CP - Static variable in class org.springframework.roo.addon.surf.Constants
 
SURF_TEMPLATE_DEFAULT_CP - Static variable in class org.springframework.roo.addon.surf.Constants
 
SURF_TEMPLATE_NEW_CP - Static variable in class org.springframework.roo.addon.surf.Constants
 
SurfCommands - Class in org.springframework.roo.addon.surf
Commands for the 'install surf' add-on to be used by the ROO shell.
SurfCommands(SurfOperations) - Constructor for class org.springframework.roo.addon.surf.SurfCommands
 
SurfOperations - Class in org.springframework.roo.addon.surf
Provides Surf related operations.
SurfOperations(FileManager, PathResolver, MetadataService, ProjectOperations) - Constructor for class org.springframework.roo.addon.surf.SurfOperations
 
SurfUtils - Class in org.springframework.roo.addon.surf.util
 
SurfUtils() - Constructor for class org.springframework.roo.addon.surf.util.SurfUtils
 

T

TemplateCommands - Class in org.springframework.roo.addon.surf.template
Commands for template and template instance related operations.
TemplateCommands(TemplateOperations) - Constructor for class org.springframework.roo.addon.surf.template.TemplateCommands
 
TemplateOperations - Class in org.springframework.roo.addon.surf.template
Provides Surf Template operations.
TemplateOperations(FileManager, PathResolver, MetadataService, ProjectOperations) - Constructor for class org.springframework.roo.addon.surf.template.TemplateOperations
 
toString() - Method in class org.springframework.roo.addon.surf.region.RegionConfig
 

U

unzip(FileManager, String, String) - Static method in class org.springframework.roo.addon.surf.util.SurfUtils
 
updateComponentConfig(Document, String, String) - Static method in class org.springframework.roo.addon.surf.util.ComponentConfigUtils
 

W

WEB_INF - Static variable in class org.springframework.roo.addon.surf.Constants
 

A C F G I L N O P R S T U W

Copyright © 2009 SpringSource, Inc. All Rights Reserved.