javax.wvcm
Interface Folder.Binding

All Known Implementing Classes:
FolderImpl.BindingImpl
Enclosing interface:
Folder

public static interface Folder.Binding

A Binding in a Folder is a mapping from a name to a Resource that is a bound member of the Folder.


Method Summary
 Folder getBindingFolder()
          Return the folder containing the binding.
 java.lang.String getBindingName()
          Return the name of the binding.
 Resource getBoundMember()
          Return the Resource of the binding.
 

Method Detail

getBindingFolder

Folder getBindingFolder()
Return the folder containing the binding.


getBindingName

java.lang.String getBindingName()
Return the name of the binding.


getBoundMember

Resource getBoundMember()
Return the Resource of the binding.



Copyright (c) 2003 - Apache Software Foundation