org.apache.geronimo.jasper
Class JasperServletContextCustomizer.JasperInstanceManager

java.lang.Object
  extended by 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


Constructor Summary
JasperServletContextCustomizer.JasperInstanceManager(Holder holder, Context context)
           
 
Method Summary
 void destroyInstance(Object o)
           
 void newInstance(Object o)
           
 Object newInstance(String fqcn)
           
 Object newInstance(String fqcn, ClassLoader classLoader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JasperServletContextCustomizer.JasperInstanceManager

public JasperServletContextCustomizer.JasperInstanceManager(Holder holder,
                                                            Context context)
Method Detail

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.