| Package | Description |
|---|---|
| org.richfaces.cdk.templatecompiler | |
| org.richfaces.cdk.templatecompiler.builder.model | |
| org.richfaces.cdk.templatecompiler.statements |
| Modifier and Type | Method and Description |
|---|---|
Argument |
Fragment.getArgumentByName(String argumentName) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Argument> |
Fragment.getAllArguments() |
| Modifier and Type | Method and Description |
|---|---|
static Argument |
Argument.arg(String name,
ELType type) |
| Modifier and Type | Method and Description |
|---|---|
List<Argument> |
JavaMethod.getArguments() |
| Constructor and Description |
|---|
JavaConstructor(JavaClass javaClass,
Argument... arguments) |
JavaMethod(String name,
Argument... arguments) |
JavaMethod(String name,
ELType returnType,
Argument... arguments) |
| Constructor and Description |
|---|
JavaMethod(String name,
Collection<Argument> arguments) |
| Constructor and Description |
|---|
HelperJavaMethod(String name,
ELType returnType,
Argument[] arguments) |
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.