public class JBerdAlias
extends java.lang.Object
JBerdAliasDB| Constructor and Description |
|---|
JBerdAlias(java.lang.String tagPath,
java.lang.String alias,
BERrendering rendering)
Creates an alias given a tag path, an alias and a rendering
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAlias()
Return the alias name for the alias
|
BERrendering |
getRendering()
Return the alias name for the alias
|
JBerdTagPath |
getTagPath()
Return the tag path of the alias
|
public JBerdAlias(java.lang.String tagPath,
java.lang.String alias,
BERrendering rendering)
throws BERException
tagPath - The tag path to be aliasedalias - The alias (ie descriptive name)rendering - The default renderingBERException - in the case that the alias cannot be createdpublic JBerdTagPath getTagPath()
public java.lang.String getAlias()
public BERrendering getRendering()