org.apache.jasper.runtime
Class JspRuntimeLibrary.PrivilegedIntrospectHelper

java.lang.Object
  extended by org.apache.jasper.runtime.JspRuntimeLibrary.PrivilegedIntrospectHelper
All Implemented Interfaces:
java.security.PrivilegedExceptionAction<java.lang.Object>
Enclosing class:
JspRuntimeLibrary

protected static class JspRuntimeLibrary.PrivilegedIntrospectHelper
extends java.lang.Object
implements java.security.PrivilegedExceptionAction<java.lang.Object>


Method Summary
 java.lang.Object run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

run

public java.lang.Object run()
                     throws JasperException
Specified by:
run in interface java.security.PrivilegedExceptionAction<java.lang.Object>
Throws:
JasperException


Copyright © 2010 GlassFish Community. All Rights Reserved.