com.ibm.portal.services.contentmapping.model
Interface ContentMappingModelHome
-
public interface ContentMappingModelHome
This interface is the home of APIs providing access to content mapping information from within a Servlet.
Home interface lookup:
Context ctx = new InitialContext();
ContentMappingModelHome myHome = (ContentMappingModelHome) ctx.lookup(ContentMappingModelHome.JNDI_NAME);
- Since:
- 8.0.0.0
- See Also:
- ContentMappingModel,
NOTE: This API may only be used in the scope of an HTTP request in WebSphere Portal, i.e. within a theme.
The API can not be invoked directly by a custom servlet.
Field Summary
|
static java.lang.String |
JNDI_NAME
|
JNDI_NAME
static final java.lang.String JNDI_NAME
- See Also:
- Constant Field Values
getContentMappingModelProvider
ContentMappingModelProvider getContentMappingModelProvider(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
- Returns the ContentMappingModelProvider.
- Returns: