Package | Description |
---|---|
com.epimorphics.lda.renderers.common |
A collection of utility classes that define a convenience API targeted
at renderer developers.
|
Modifier and Type | Method and Description |
---|---|
protected EldaURL |
EldaURL.generateURL(Map<String,EldaURL.URLParameterValue> parameters)
Generate a URL that has the same structure as this URL, except for the given parameters.
|
EldaURL |
Page.pageURL() |
EldaURL |
Link.url() |
EldaURL |
EldaURL.withParameter(com.epimorphics.lda.renderers.common.EldaURL.OPERATION op,
String paramName,
String paramValue)
Create a new EldaURL by applying an operation to this URL to add, remove or set
a parameter value.
|
EldaURL |
EldaURL.withParameter(String op,
String paramName,
String paramValue)
Create a new EldaURL by applying an operation to this URL to add, remove or set
a parameter value.
|
Modifier and Type | Method and Description |
---|---|
protected Link |
Page.createRemovalLink(EldaURL pageURL,
String paramName,
String paramHTML,
String paramValue,
String paramValueHTML) |
Constructor and Description |
---|
Link(String title,
EldaURL url,
String hint) |
Copyright © 2014. All Rights Reserved.