/** * Return the <code>ServletContext</code> for the web application in which we are running. * * @return The <code>ServletContext</code> for the web application. */ protected ServletContext getServletContext() { return (servlet.getServletContext()); }
/** * Return the <code>MessageResources</code> instance containing our internal message strings. * * @return The <code>MessageResources</code> instance containing our internal message strings. */ protected MessageResources getInternal() { return (servlet.getInternal()); }