Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.jasper.runtime
Class JspRuntimeLibrary.PrivilegedIntrospectHelper  view JspRuntimeLibrary.PrivilegedIntrospectHelper download JspRuntimeLibrary.PrivilegedIntrospectHelper.java

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


Field Summary
private  java.lang.Object bean
           
private  boolean ignoreMethodNF
           
private  java.lang.String param
           
private  java.lang.String prop
           
private  javax.servlet.ServletRequest request
           
private  java.lang.String value
           
 
Constructor Summary
(package private) JspRuntimeLibrary.PrivilegedIntrospectHelper(java.lang.Object bean, java.lang.String prop, java.lang.String value, javax.servlet.ServletRequest request, java.lang.String param, boolean ignoreMethodNF)
           
 
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
 

Field Detail

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
Constructor Detail

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)
Method Detail

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