Package com.ibm.portal.vanityurl.model.controller

This package contains the main interfaces for the vanity URL model controller.

See:
          Description

Interface Summary
VanityURLModelController<E extends VanityURLNode,M extends ModifiableVanityURLNode> This interface allows the creation, modification and deletion of vanity URLs.
VanityURLModelControllerHome This is the base interface for vanity URL model controller homes.
VanityURLModelControllerProvider This is the base interface for vanity URL model controller provider.
 

Package com.ibm.portal.vanityurl.model.controller Description

This package contains the main interfaces for the vanity URL model controller.

Package Specification

This package contains interfaces to modify the vanity URL model. All modification are done via the vanity URL model controller. Changes done on the controller need to be persisted by invoking the controller's commit method.

Related Documentation

Since:
8.5
See Also:
com.ibm.portal.vanityurl.model