public class TagLibrary extends Object
| Constructor and Description |
|---|
TagLibrary(String uri) |
| Modifier and Type | Method and Description |
|---|---|
void |
addFunction(String functionName,
String className,
String methodSignature)
Create and add a function definition based on the input parameters.
|
TagLibraryFunction |
getFunction(String functionName)
Returns a function definition given its name.
|
String |
getUri() |
public TagLibrary(String uri)
public String getUri()
public void addFunction(String functionName, String className, String methodSignature)
functionName - The function name.className - The name of the implementing class.methodSignature - The signature of the target method.public TagLibraryFunction getFunction(String functionName)
functionName - The function name.Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.