| java.lang.Object winstone.ServletConfiguration
ServletConfiguration | public class ServletConfiguration implements javax.servlet.ServletConfig,Comparable(Code) | | This is the one that keeps a specific servlet instance's config, as well as
holding the instance itself.
author: Rick Knowles version: $Id: ServletConfiguration.java,v 1.16 2007/04/23 02:55:35 rickknowles Exp $ |
ELEM_DISPLAY_NAME | final static String ELEM_DISPLAY_NAME(Code) | | |
ELEM_INIT_PARAM_NAME | final static String ELEM_INIT_PARAM_NAME(Code) | | |
ELEM_INIT_PARAM_VALUE | final static String ELEM_INIT_PARAM_VALUE(Code) | | |
ELEM_LOAD_ON_STARTUP | final static String ELEM_LOAD_ON_STARTUP(Code) | | |
ELEM_SECURITY_ROLE_REF | final static String ELEM_SECURITY_ROLE_REF(Code) | | |
compareTo | public int compareTo(Object objTwo)(Code) | | This was included so that the servlet instances could be sorted on their
loadOnStartup values. Otherwise used.
|
destroy | public void destroy()(Code) | | Called when it's time for the container to shut this servlet down.
|
ensureInitialization | public void ensureInitialization()(Code) | | |
getLoadOnStartup | public int getLoadOnStartup()(Code) | | |
getSecurityRoleRefs | public Map getSecurityRoleRefs()(Code) | | |
setUnavailable | protected void setUnavailable(Servlet unavailableServlet)(Code) | | |
|
|