A C D F G I J M N P R S V W

A

addElExpressionFilter(ElExpressionFilter) - Method in class net.jakubholy.jeeutils.jsfelcheck.validator.jsf12.Jsf12ValidatingElResolver
attributes() - Method in class com.sun.facelets.compiler.MyFaces12TagRepresentation
 

C

com.sun.facelets.compiler - package com.sun.facelets.compiler
 
createManagedBeanFinder(Collection<InputResource>) - Method in class net.jakubholy.jeeutils.jsfelcheck.JsfStaticAnalyzer
 
createValidatingElResolver() - Method in class net.jakubholy.jeeutils.jsfelcheck.JsfStaticAnalyzer
 
createValidatingFaceletsParser(File, PageNodeListener) - Method in class net.jakubholy.jeeutils.jsfelcheck.JsfStaticAnalyzer
 

D

declareVariable(String, Object) - Method in class net.jakubholy.jeeutils.jsfelcheck.validator.jsf12.Jsf12ValidatingElResolver
definePropertyTypeOverride(String, Class<?>) - Method in class net.jakubholy.jeeutils.jsfelcheck.validator.jsf12.Jsf12ValidatingElResolver
doCompile(URL, String) - Method in class com.sun.facelets.compiler.JsfelcheckSAXCompiler
 

F

fakeMethod0() - Static method in class net.jakubholy.jeeutils.jsfelcheck.validator.jsf12.MethodFakingFunctionMapper
 
fakeMethod1(Object) - Static method in class net.jakubholy.jeeutils.jsfelcheck.validator.jsf12.MethodFakingFunctionMapper
 
fakeMethod2(Object, Object) - Static method in class net.jakubholy.jeeutils.jsfelcheck.validator.jsf12.MethodFakingFunctionMapper
 
fakeMethod3(Object, Object, Object) - Static method in class net.jakubholy.jeeutils.jsfelcheck.validator.jsf12.MethodFakingFunctionMapper
 
fakeMethod4(Object, Object, Object, Object) - Static method in class net.jakubholy.jeeutils.jsfelcheck.validator.jsf12.MethodFakingFunctionMapper
 
fakeMethod5(Object, Object, Object, Object, Object) - Static method in class net.jakubholy.jeeutils.jsfelcheck.validator.jsf12.MethodFakingFunctionMapper
 
forFacelets() - Static method in class net.jakubholy.jeeutils.jsfelcheck.JsfStaticAnalyzer
 
forJsp() - Static method in class net.jakubholy.jeeutils.jsfelcheck.JsfStaticAnalyzer
 
forResources(Collection<InputResource>) - Static method in class net.jakubholy.jeeutils.jsfelcheck.beanfinder.jsf12.Jsf12FacesConfigXmlBeanFinder
Finder reading from the supplied faces-config files.

G

getCommonPropertyType(ELContext, Object) - Method in class net.jakubholy.jeeutils.jsfelcheck.validator.jsf12.ValidatingFakeValueResolver
getFeatureDescriptors(ELContext, Object) - Method in class net.jakubholy.jeeutils.jsfelcheck.validator.jsf12.ValidatingFakeValueResolver
getLastExpressionsFunctionQNames() - Method in class net.jakubholy.jeeutils.jsfelcheck.validator.jsf12.MethodFakingFunctionMapper
 
getLocalName() - Method in class com.sun.facelets.compiler.MyFaces12TagRepresentation
 
getLocation() - Method in class com.sun.facelets.compiler.MyFaces12TagRepresentation
 
getLocationLine() - Method in class com.sun.facelets.compiler.MyFaces12TagRepresentation
 
getNamespaceUrl() - Method in class com.sun.facelets.compiler.MyFaces12TagRepresentation
 
getQName() - Method in class com.sun.facelets.compiler.MyFaces12TagRepresentation
 
getType(ELContext, Object, Object) - Method in class net.jakubholy.jeeutils.jsfelcheck.validator.jsf12.ValidatingFakeValueResolver
getType(Object, Object) - Method in class net.jakubholy.jeeutils.jsfelcheck.validator.jsf12.ValidatingFakeValueResolver
getValue(ELContext, Object, Object) - Method in class net.jakubholy.jeeutils.jsfelcheck.validator.jsf12.ValidatingFakeValueResolver

I

isReadOnly(ELContext, Object, Object) - Method in class net.jakubholy.jeeutils.jsfelcheck.validator.jsf12.ValidatingFakeValueResolver

J

Jsf12FacesConfigXmlBeanFinder - Class in net.jakubholy.jeeutils.jsfelcheck.beanfinder.jsf12
Find managed bean defined in (a) faces-config file(s).
Jsf12ValidatingElResolver - Class in net.jakubholy.jeeutils.jsfelcheck.validator.jsf12
JSF 1.2 implementation based on MyFaces.
Jsf12ValidatingElResolver() - Constructor for class net.jakubholy.jeeutils.jsfelcheck.validator.jsf12.Jsf12ValidatingElResolver
New, configured resolver.
JsfelcheckSAXCompiler - Class in com.sun.facelets.compiler
Copy of MyFaces SAXCompiler with slight adjustments, from MyFaces v1.2.10 The differences are: 1) it uses org.apache.myfaces.view.facelets.compiler.JsfelcheckCompilationManager/ NotifyingCompilationManager instead of the original CompilationManager, 2) It has a tagListener: PageNodeListener (shared w/ the C.M.) and uses it to notify about page entering.
JsfelcheckSAXCompiler(PageNodeListener) - Constructor for class com.sun.facelets.compiler.JsfelcheckSAXCompiler
 
JsfStaticAnalyzer - Class in net.jakubholy.jeeutils.jsfelcheck
Implementation based on JSF 1.2.

M

main(String[]) - Static method in class net.jakubholy.jeeutils.jsfelcheck.JsfStaticAnalyzer
 
MethodFakingFunctionMapper - Class in net.jakubholy.jeeutils.jsfelcheck.validator.jsf12
Instead of resolving to the correct Method based on prefix, name, taglib URI and information in a taglib info file, this mapper just returns a suitable generic method taking the expected number of parameters.
MethodFakingFunctionMapper() - Constructor for class net.jakubholy.jeeutils.jsfelcheck.validator.jsf12.MethodFakingFunctionMapper
 
MyFaces12TagRepresentation - Class in com.sun.facelets.compiler
 
MyFaces12ValidatingFaceletsParser - Class in net.jakubholy.jeeutils.jsfelcheck.expressionfinder.impl.facelets.jsf12
Implementation for JSF 1.2 based on MyFaces 1.2.10.
MyFaces12ValidatingFaceletsParser(File, PageNodeListener) - Constructor for class net.jakubholy.jeeutils.jsfelcheck.expressionfinder.impl.facelets.jsf12.MyFaces12ValidatingFaceletsParser
 

N

net.jakubholy.jeeutils.jsfelcheck - package net.jakubholy.jeeutils.jsfelcheck
 
net.jakubholy.jeeutils.jsfelcheck.beanfinder.jsf12 - package net.jakubholy.jeeutils.jsfelcheck.beanfinder.jsf12
 
net.jakubholy.jeeutils.jsfelcheck.expressionfinder.impl.facelets.jsf12 - package net.jakubholy.jeeutils.jsfelcheck.expressionfinder.impl.facelets.jsf12
 
net.jakubholy.jeeutils.jsfelcheck.validator.jsf12 - package net.jakubholy.jeeutils.jsfelcheck.validator.jsf12
 
NotifyingCompilationManager - Class in com.sun.facelets.compiler
This subclass has a PageNodeListener and notifies it when a tag is enetered/left, thus integrating Facelets with the JSF EL validator.
NotifyingCompilationManager(String, Compiler, PageNodeListener) - Constructor for class com.sun.facelets.compiler.NotifyingCompilationManager
 

P

parseFacesConfig(InputStream) - Method in class net.jakubholy.jeeutils.jsfelcheck.beanfinder.jsf12.Jsf12FacesConfigXmlBeanFinder
 
popTag() - Method in class com.sun.facelets.compiler.NotifyingCompilationManager
 
pushTag(Tag) - Method in class com.sun.facelets.compiler.NotifyingCompilationManager
 

R

RE_LAST_EL_PROPERTY - Static variable in class net.jakubholy.jeeutils.jsfelcheck.validator.jsf12.Jsf12ValidatingElResolver
Matches the last property in an EL expression (i.e. a valid java identifier preceeded by '.' and followed by [optional space and] the closing '}'.
resolveFunction(String, String) - Method in class net.jakubholy.jeeutils.jsfelcheck.validator.jsf12.MethodFakingFunctionMapper
 

S

setCurrentExpression(String) - Method in class net.jakubholy.jeeutils.jsfelcheck.validator.jsf12.MethodFakingFunctionMapper
 
setIncludeKnownVariablesInException(boolean) - Method in class net.jakubholy.jeeutils.jsfelcheck.validator.jsf12.Jsf12ValidatingElResolver
setUnknownVariableResolver(ElVariableResolver) - Method in class net.jakubholy.jeeutils.jsfelcheck.validator.jsf12.Jsf12ValidatingElResolver
setValue(ELContext, Object, Object, Object) - Method in class net.jakubholy.jeeutils.jsfelcheck.validator.jsf12.ValidatingFakeValueResolver
splitAtLastProperty(String) - Static method in class net.jakubholy.jeeutils.jsfelcheck.validator.jsf12.Jsf12ValidatingElResolver
 

V

validateElExpression(String, AttributeInfo) - Method in class net.jakubholy.jeeutils.jsfelcheck.validator.jsf12.Jsf12ValidatingElResolver
 
validateExpressionsInView(URL, String) - Method in class net.jakubholy.jeeutils.jsfelcheck.expressionfinder.impl.facelets.jsf12.MyFaces12ValidatingFaceletsParser
 
ValidatingFakeValueResolver - Class in net.jakubholy.jeeutils.jsfelcheck.validator.jsf12
Adapt MockingPropertyResolver and PredefinedVariableResolver to behave as a single JSF 1.2 ELResolver.

W

writeText(String) - Method in class com.sun.facelets.compiler.NotifyingCompilationManager
 
writeXmlDecl(InputStream, JsfelcheckCompilationManager) - Static method in class com.sun.facelets.compiler.JsfelcheckSAXCompiler
 

A C D F G I J M N P R S V W

Copyright © 2012. All Rights Reserved.