public class TagLibraryParser extends Object
| Modifier and Type | Method and Description |
|---|---|
static TagLibraryParser |
getInstance() |
TagLibrary |
parse(InputStream stream)
Parse a tag library.
|
TagLibrary |
parse(org.springframework.core.io.Resource resource)
Parse a tag library.
|
TagLibrary |
parse(String src)
Parse a tag library.
|
public static TagLibraryParser getInstance()
public TagLibrary parse(String src)
src - URL of the tag library.public TagLibrary parse(org.springframework.core.io.Resource resource)
resource - Resource pointing to the tag library.public TagLibrary parse(InputStream stream)
stream - Input stream referencing the tag library.Copyright © 2018 Regenstrief Center for Biomedical Informatics. All rights reserved.