public interface IXServletBasicHandler extends Serializable
| Modifier and Type | Method and Description |
|---|---|
default void |
onServletDestroy()
Called upon Servlet destruction.
|
default void |
onServletInit(com.helger.commons.collection.impl.ICommonsMap<String,String> aInitParams)
Called upon Servlet initialization
|
default void onServletInit(@Nonnull com.helger.commons.collection.impl.ICommonsMap<String,String> aInitParams) throws javax.servlet.ServletException
aInitParams - The init parameters. Never null but maybe empty.javax.servlet.ServletException - if something goes wrongdefault void onServletDestroy()
Copyright © 2017–2019 Philip Helger. All rights reserved.