|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--JSPservletPkg.JSPhandler.ClassEntry.ServletInfo
Class of servletObjects entries. It wraps Servlet with its protection domain.
Field Summary | |
(package private) JSPloader.ProtectionDomainInfo |
pdi
Production Domain wrapper around the PD used to define the class. |
(package private) JSPservletPkg.Servlet |
servlet
Embedded servlet. |
Constructor Summary | |
(package private) |
JSPhandler.ClassEntry.ServletInfo(JSPhandler.ClassEntry ce,
java.lang.String className,
JSPservletPkg.Servlet servlet)
Constructor. |
Method Summary | |
(package private) boolean |
check()
check if the credential the class has been defined with are not revoked. |
Methods inherited from class java.lang.Object |
|
Field Detail |
JSPservletPkg.Servlet servlet
JSPloader.ProtectionDomainInfo pdi
Constructor Detail |
JSPhandler.ClassEntry.ServletInfo(JSPhandler.ClassEntry ce, java.lang.String className, JSPservletPkg.Servlet servlet)
ce
- ClassEntry creating ServletInfo.className
- class name of the embedded Servlet.servlet
- embedded Servlet.Method Detail |
final boolean check()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |