Search Results
OK to copy?
Examples 1 through 10 of
136 (0.0030 seconds)
Class:
org.springframework.jdbc.support.nativejdbc.WebLogicNativeJdbcExtractor
©,
Rating:
100% of 2,
C1
Class: org.apache.jasper.compiler.BeanRepository ©, Rating: 100% of 1, C1
Class: org.apache.naming.factory.TransactionFactory ©, Rating: 0% of 0, C2
Class: org.apache.naming.factory.ResourceEnvFactory ©, Rating: 0% of 0, C2
Class: org.apache.jasper.runtime.HttpJspBase ©, Rating: 100% of 1, C1
Class: org.apache.jasper.runtime.HttpJspBase ©, Rating: 0% of 0, C1
Class: org.apache.jasper.runtime.HttpJspBase ©, Rating: 0% of 0, C1
Class: org.apache.jasper.runtime.HttpJspBase ©, Rating: 0% of 0, C1
Class: org.apache.jasper.runtime.HttpJspBase ©, Rating: 0% of 0, C1
Class: org.apache.jasper.runtime.HttpJspBase ©, Rating: 0% of 0, C1
057 public WebLogicNativeJdbcExtractor() {
058 try {
059 this.jdbcExtensionClass = getClass().getClassLoader().loadClass(JDBC_EXTENSION_NAME);
060 this.getVendorConnectionMethod = this.jdbcExtensionClass.getMethod("getVendorConnection", (Class[]) null);
061 }
Class: org.apache.jasper.compiler.BeanRepository ©, Rating: 100% of 1, C1
073 Class clazz = null;
074 try {
075 clazz = loader.loadClass ((String)beanTypes.get(bean));
076 } catch (ClassNotFoundException ex) {
077 throw new JasperException (ex);
Class: org.apache.naming.factory.TransactionFactory ©, Rating: 0% of 0, C2
076 if (tcl != null) {
077 try {
078 factoryClass = tcl.loadClass(factoryClassName);
079 } catch(ClassNotFoundException e) {
080 }
Class: org.apache.naming.factory.ResourceEnvFactory ©, Rating: 0% of 0, C2
076 if (tcl != null) {
077 try {
078 factoryClass = tcl.loadClass(factoryClassName);
079 } catch(ClassNotFoundException e) {
080 }
Class: org.apache.jasper.runtime.HttpJspBase ©, Rating: 100% of 1, C1
054 factory.getClass().getClassLoader().loadClass( basePackage +
055 "runtime.ServletResponseWrapperInclude");
056 factory.getClass().getClassLoader().loadClass( basePackage +
057 "servlet.JspServletWrapper");
058 } catch (ClassNotFoundException ex) {
Class: org.apache.jasper.runtime.HttpJspBase ©, Rating: 0% of 0, C1
052 factory.getClass().getClassLoader().loadClass( basePackage +
053 "runtime.JspRuntimeLibrary$PrivilegedIntrospectHelper");
054 factory.getClass().getClassLoader().loadClass( basePackage +
055 "runtime.ServletResponseWrapperInclude");
056 factory.getClass().getClassLoader().loadClass( basePackage +
Class: org.apache.jasper.runtime.HttpJspBase ©, Rating: 0% of 0, C1
050 factory.getClass().getClassLoader().loadClass( basePackage +
051 "runtime.JspRuntimeLibrary");
052 factory.getClass().getClassLoader().loadClass( basePackage +
053 "runtime.JspRuntimeLibrary$PrivilegedIntrospectHelper");
054 factory.getClass().getClassLoader().loadClass( basePackage +
Class: org.apache.jasper.runtime.HttpJspBase ©, Rating: 0% of 0, C1
048 factory.getClass().getClassLoader().loadClass( basePackage +
049 "runtime.JspFactoryImpl$PrivilegedReleasePageContext");
050 factory.getClass().getClassLoader().loadClass( basePackage +
051 "runtime.JspRuntimeLibrary");
052 factory.getClass().getClassLoader().loadClass( basePackage +
Class: org.apache.jasper.runtime.HttpJspBase ©, Rating: 0% of 0, C1
046 factory.getClass().getClassLoader().loadClass( basePackage +
047 "runtime.JspFactoryImpl$PrivilegedGetPageContext");
048 factory.getClass().getClassLoader().loadClass( basePackage +
049 "runtime.JspFactoryImpl$PrivilegedReleasePageContext");
050 factory.getClass().getClassLoader().loadClass( basePackage +
Class: org.apache.jasper.runtime.HttpJspBase ©, Rating: 0% of 0, C1
044 String basePackage = "org.apache.jasper.";
045 try {
046 factory.getClass().getClassLoader().loadClass( basePackage +
047 "runtime.JspFactoryImpl$PrivilegedGetPageContext");
048 factory.getClass().getClassLoader().loadClass( basePackage +