com.ibm.portal.cor.service
Interface VanityURLModelProvider

All Superinterfaces:
VanityURLModelProvider

public interface VanityURLModelProvider
extends VanityURLModelProvider

This interface provides access to the vanity URL model given a COR context.

Since:
8.5
See Also:
VanityURLModelHome

Method Summary
<T extends VanityURLNode>
VanityURLModel<T>
getVanityURLModel(Context ctx)
          Returns a vanity URL model for a given context.
 

Method Detail

getVanityURLModel

<T extends VanityURLNode> VanityURLModel<T> getVanityURLModel(Context ctx)
                                                          throws ModelException
Returns a vanity URL model for a given context.

Parameters:
ctx - the current COR context
Returns:
the vanity URL model valid for the given context
Throws:
ModelException - in case the model cannot be obtained