org.apache.jasper.runtime
Class JspRuntimeLibrary.PrivilegedIntrospectHelper

java.lang.Object
org.apache.jasper.runtime.JspRuntimeLibrary.PrivilegedIntrospectHelper
- All Implemented Interfaces:
- java.security.PrivilegedExceptionAction
- Enclosing class:
- JspRuntimeLibrary
- protected static class JspRuntimeLibrary.PrivilegedIntrospectHelper
- extends java.lang.Object
- implements java.security.PrivilegedExceptionAction
|
Method Summary |
java.lang.Object |
run()
This method performs an operation that requires higher privileges to
successfully complete. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
bean
private java.lang.Object bean
prop
private java.lang.String prop
value
private java.lang.String value
request
private javax.servlet.ServletRequest request
param
private java.lang.String param
ignoreMethodNF
private boolean ignoreMethodNF
JspRuntimeLibrary.PrivilegedIntrospectHelper
JspRuntimeLibrary.PrivilegedIntrospectHelper(java.lang.Object bean,
java.lang.String prop,
java.lang.String value,
javax.servlet.ServletRequest request,
java.lang.String param,
boolean ignoreMethodNF)
run
public java.lang.Object run()
throws org.apache.jasper.JasperException
- Description copied from interface:
java.security.PrivilegedExceptionAction
- This method performs an operation that requires higher privileges to
successfully complete. It is called when a section of code invokes
AccessController.doPrivileged().
- Specified by:
run in interface java.security.PrivilegedExceptionAction