Uses of Annotation Interface
org.eclnt.util.mitigation.CCMitigation
Packages that use CCMitigation
Package
Description
-
Uses of CCMitigation in org.eclnt.jsfserver.bufferedcontent
Classes in org.eclnt.jsfserver.bufferedcontent with annotations of type CCMitigationModifier and TypeClassDescriptionclass
Servlet that allows to access buffered content instances via URL. -
Uses of CCMitigation in org.eclnt.jsfserver.starter
Classes in org.eclnt.jsfserver.starter with annotations of type CCMitigationModifier and TypeClassDescriptionclass
Creates an html that calls the page contained in the requested URL. -
Uses of CCMitigation in org.eclnt.jsfserver.util
Classes in org.eclnt.jsfserver.util with annotations of type CCMitigationModifier and TypeClassDescriptionclass
Reads all files that are accessed in the context of style management from client side.Methods in org.eclnt.jsfserver.util with annotations of type CCMitigationModifier and TypeMethodDescriptionstatic void
ServletUtil.writeTrustedDataToResponseOutputStream
(javax.servlet.http.HttpServletResponse resp, byte[] data) Central method for writing trusted data into response output stream. -
Uses of CCMitigation in org.eclnt.util.classresolver
Methods in org.eclnt.util.classresolver with annotations of type CCMitigationModifier and TypeMethodDescriptionprotected Class
DefaultClassResolver.executeBufferedClassForName
(String className, boolean initialize, ClassLoader classLoader) DefaultClassResolver.resolveClass
(String className, ENUMCallerType callerType)