com.day.cq.wcm.foundation.forms.impl
Class FormsManagerImpl

java.lang.Object
  extended by com.day.cq.wcm.foundation.forms.impl.FormsManagerImpl
All Implemented Interfaces:
FormsManager

public class FormsManagerImpl
extends Object
implements FormsManager

Default implementation of the forms manager.


Nested Class Summary
static class FormsManagerImpl.EventListenerWrapper
           
 
Nested classes/interfaces inherited from interface com.day.cq.wcm.foundation.forms.FormsManager
FormsManager.ComponentDescription
 
Constructor Summary
FormsManagerImpl()
           
 
Method Summary
protected  void activate(org.osgi.service.component.ComponentContext context)
          Activate the forms manager.
protected  void deactivate(org.osgi.service.component.ComponentContext componentContext)
          Dectivate the forms manager.
 Iterator<FormsManager.ComponentDescription> getActions()
          Return the paths for all action resources.
 Iterator<FormsManager.ComponentDescription> getConstraints()
          Return the paths for all constraint resources.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormsManagerImpl

public FormsManagerImpl()
Method Detail

getActions

public Iterator<FormsManager.ComponentDescription> getActions()
Description copied from interface: FormsManager
Return the paths for all action resources.

Specified by:
getActions in interface FormsManager
Returns:
An iterator for paths.
See Also:
FormsManager.getActions()

getConstraints

public Iterator<FormsManager.ComponentDescription> getConstraints()
Description copied from interface: FormsManager
Return the paths for all constraint resources.

Specified by:
getConstraints in interface FormsManager
Returns:
An iterator for paths.
See Also:
FormsManager.getConstraints()

activate

protected void activate(org.osgi.service.component.ComponentContext context)
                 throws RepositoryException
Activate the forms manager.

Parameters:
context -
Throws:
RepositoryException

deactivate

protected void deactivate(org.osgi.service.component.ComponentContext componentContext)
Dectivate the forms manager.

Parameters:
context -


Copyright © 2008 Day Management AG. All Rights Reserved.