com.day.cq.wcm.foundation.forms
Interface FormsManager

All Known Implementing Classes:
FormsManagerImpl

public interface FormsManager


Nested Class Summary
static interface FormsManager.ComponentDescription
           
 
Method Summary
 Iterator<FormsManager.ComponentDescription> getActions()
          Return the paths for all action resources.
 Iterator<FormsManager.ComponentDescription> getConstraints()
          Return the paths for all constraint resources.
 

Method Detail

getActions

Iterator<FormsManager.ComponentDescription> getActions()
Return the paths for all action resources.

Returns:
An iterator for paths.

getConstraints

Iterator<FormsManager.ComponentDescription> getConstraints()
Return the paths for all constraint resources.

Returns:
An iterator for paths.


Copyright © 2008 Day Management AG. All Rights Reserved.