org.springframework.extensions.webscripts
Interface Path

All Known Implementing Classes:
PathImpl

public interface Path

Web Script Path

Author:
davidc

Method Summary
 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
 

Method Detail

getPath

String getPath()
Gets the full path

Returns:
path

getName

String getName()
Gets the name of the path (last path segment)

Returns:
name

getParent

Path getParent()
Gets the parent path

Returns:
path

getChildren

Path[] getChildren()
Gets the child paths

Returns:
child paths

getScripts

WebScript[] getScripts()
Gets Web Scripts associated with this path

Returns:
web scripts


Copyright © 2009 SpringSource, Inc. All Rights Reserved.