org.jboss.resteasy.example.oauth
Class Bootstrap
java.lang.Object
org.jboss.resteasy.example.oauth.Bootstrap
- All Implemented Interfaces:
- EventListener, javax.servlet.ServletContextListener
public class Bootstrap
- extends Object
- implements javax.servlet.ServletContextListener
Stupid init code to load up the truststore so we can make appropriate SSL connections
You really should use a better way of initializing this stuff.
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Bootstrap
public Bootstrap()
contextInitialized
public void contextInitialized(javax.servlet.ServletContextEvent sce)
- Specified by:
contextInitialized
in interface javax.servlet.ServletContextListener
contextDestroyed
public void contextDestroyed(javax.servlet.ServletContextEvent sce)
- Specified by:
contextDestroyed
in interface javax.servlet.ServletContextListener
Copyright © 2013. All Rights Reserved.