org.apache.geronimo.jasper
Class JasperServletContextCustomizer.JasperInstanceManager
java.lang.Object
org.apache.geronimo.jasper.JasperServletContextCustomizer.JasperInstanceManager
- All Implemented Interfaces:
- org.apache.InstanceManager
- Enclosing class:
- JasperServletContextCustomizer
public static class JasperServletContextCustomizer.JasperInstanceManager
- extends Object
- implements org.apache.InstanceManager
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JasperServletContextCustomizer.JasperInstanceManager
public JasperServletContextCustomizer.JasperInstanceManager(Holder holder,
Context context)
newInstance
public Object newInstance(String fqcn,
ClassLoader classLoader)
throws IllegalAccessException,
InvocationTargetException,
NamingException,
InstantiationException,
ClassNotFoundException
- Specified by:
newInstance
in interface org.apache.InstanceManager
- Throws:
IllegalAccessException
InvocationTargetException
NamingException
InstantiationException
ClassNotFoundException
destroyInstance
public void destroyInstance(Object o)
throws IllegalAccessException,
InvocationTargetException
- Specified by:
destroyInstance
in interface org.apache.InstanceManager
- Throws:
IllegalAccessException
InvocationTargetException
newInstance
public void newInstance(Object o)
throws IllegalAccessException,
InvocationTargetException,
NamingException
- Specified by:
newInstance
in interface org.apache.InstanceManager
- Throws:
IllegalAccessException
InvocationTargetException
NamingException
newInstance
public Object newInstance(String fqcn)
throws IllegalAccessException,
InvocationTargetException,
NamingException,
InstantiationException,
ClassNotFoundException
- Specified by:
newInstance
in interface org.apache.InstanceManager
- Throws:
IllegalAccessException
InvocationTargetException
NamingException
InstantiationException
ClassNotFoundException
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.