|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.properties.admin.resources.representation.html.share.HtmlPathHelper
public final class HtmlPathHelper
Helper to create request paths.
Constructor Summary | |
---|---|
HtmlPathHelper(javax.ws.rs.core.UriInfo uriInfo) Default constructor. |
Method Summary | |
---|---|
String |
bootstrap(String relativePath) Returns an absolute path to a bootstrap resource. |
String |
css(String relativePath) Returns an absolute path to the given css file. |
String |
ds() Returns the path to the datasource configuration on a JBoss server. |
String |
jquery(String relativePath) Returns an absolute path to the given jquery file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HtmlPathHelper(javax.ws.rs.core.UriInfo uriInfo)
uriInfo
- the helper to construct paths.
Method Detail |
---|
public String css(String relativePath)
relativePath
- the path relative to the css folder (without leading slash).
public String jquery(String relativePath)
relativePath
- the path relative to the jquery folder (without leading slash).
public String bootstrap(String relativePath)
relativePath
- the path relative to the bootstrap folder (without leading slash).
public String ds()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |