@Path(value="/")
public interface IIndex
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getBSCSS(String css) |
InputStream |
getBSFonts(String font) |
InputStream |
getBSJS(String js) |
InputStream |
getCSS(String css)
Returns the css style used in the web pages.
|
InputStream |
getImage(String img)
Returns the CSS style used in the web pages.
|
InputStream |
getJS(String js)
Returns the java script files
|
AjaxAnswer |
toggleAutoRefresh() |
RenderedView |
view() |
@Path(value="/") RenderedView view()
@Path(value="css/{css}")
InputStream getCSS(String css)
css - the file name@Path(value="bootstrap/css/{css}")
InputStream getBSCSS(String css)
css - the file name@Path(value="images/{img}")
InputStream getImage(String img)
img - the img name@Path(value="js/{js}")
InputStream getJS(String js)
js - the file name@Path(value="bootstrap/js/{js}")
InputStream getBSJS(String js)
js - the file name@Path(value="bootstrap/fonts/{font}")
InputStream getBSFonts(String font)
font - the file name@Path(value="autorefresh/toggle") AjaxAnswer toggleAutoRefresh()
Copyright © 2014 Cinovo AG. All Rights Reserved.