public class BeanRepository extends Object
Modifier and Type | Field and Description |
---|---|
protected HashMap<String,String> |
beanTypes |
protected ErrorDispatcher |
errDispatcher |
protected ClassLoader |
loader |
Constructor and Description |
---|
BeanRepository(ClassLoader loader,
ErrorDispatcher err)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
addBean(Node.UseBean n,
String s,
String type,
String scope) |
boolean |
checkVariable(String bean) |
Class |
getBeanType(String bean) |
protected ClassLoader loader
protected ErrorDispatcher errDispatcher
public BeanRepository(ClassLoader loader, ErrorDispatcher err)
public void addBean(Node.UseBean n, String s, String type, String scope) throws JasperException
JasperException
public Class getBeanType(String bean) throws JasperException
JasperException
public boolean checkVariable(String bean)
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.