Class BeanRepository
java.lang.Object
org.apache.sling.scripting.jsp.jasper.compiler.BeanRepository
Repository of {page, request, session, application}-scoped beans
- Author:
- Mandar Raje, Remy Maucherat
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addBean
(org.apache.sling.scripting.jsp.jasper.compiler.Node.UseBean n, String s, String type, String scope) boolean
checkVariable
(String bean) getBeanType
(String bean)
-
Field Details
-
beanTypes
-
loader
-
errDispatcher
-
-
Constructor Details
-
BeanRepository
Constructor.
-
-
Method Details
-
addBean
public void addBean(org.apache.sling.scripting.jsp.jasper.compiler.Node.UseBean n, String s, String type, String scope) throws JasperException - Throws:
JasperException
-
getBeanType
- Throws:
JasperException
-
checkVariable
-