Package com.ibm.portal.vanityurl.model

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

See:
          Description

Interface Summary
ModifiableVanityURLNode This is the writable interface for vanity URLs.
VanityURLModel<T extends VanityURLNode> The interface provides read access to the vanity URL model.
VanityURLModelHome This is the base interface for vanity URL model homes.
VanityURLModelLocator<E extends VanityURLNode> This interface provides finder methods for vanity URLs.
VanityURLModelProvider This is the base interface for vanity URL model providers.
VanityURLNode Interface of a vanity URL node.
 

Package com.ibm.portal.vanityurl.model Description

This package contains the main interfaces for the vanity URL model. A vanity URL is a URL that redirects the caller to a specific page with a defined state. Depending on your server configuration a vanity URL can be pointing to a path segment directly in the root of the web server. The user agent does then receive a redirect to the actual page. Vanity URLs can only point to managed pages.

Please consult the documentation for further conceptual

Package Specification

This package contains interfaces to access the vanity URL model including a locator API to find vanity URLs, for example given a URL or page.

Related Documentation

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