The interface is implemented by the container and is made available for applications through a ServletContext attribute via the string constant {@link #CONTEXT_ATTRIBUTE_NAME} which is a member of the interface.
Example:
: DataCentricUtil dcu = (DataCentricUtil) getServletContext().getAttribute(DataCentricUtil.CONTEXT_ATTRIBUTE_NAME); :
|
|
|
|