| Modifier and Type | Method and Description |
|---|---|
void |
addScript(WebScript script)
Associate Web Script with Path
|
static String |
concatPath(String path1,
String path2)
Helper to concatenate paths
|
PathImpl |
createChildPath(String path)
Create a Child Path
|
Path[] |
getChildren()
Gets the child paths
|
String |
getName()
Gets the name of the path (last path segment)
|
Path |
getParent()
Gets the parent path
|
String |
getPath()
Gets the full path
|
WebScript[] |
getScripts()
Gets Web Scripts associated with this path
|
String |
toString() |
public PathImpl(String path)
path - Stringpublic static String concatPath(String path1, String path2)
path1 - Stringpath2 - Stringpublic PathImpl createChildPath(String path)
path - child path namepublic void addScript(WebScript script)
script - WebScriptpublic Path[] getChildren()
PathgetChildren in interface Pathpublic WebScript[] getScripts()
PathgetScripts in interface Pathpublic String getName()
PathCopyright © 2005–2016 Alfresco Software. All rights reserved.