javax.wvcm
Interface Folder.Binding

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.
 String getBindingName()
          Return the name of the binding.
 Resource getBoundMember()
          Return the Resource of the binding.
 

Method Detail

getBindingFolder

public Folder getBindingFolder()
Return the folder containing the binding.


getBindingName

public String getBindingName()
Return the name of the binding.


getBoundMember

public Resource getBoundMember()
Return the Resource of the binding.