public class IndexImpl extends AWebPage implements IIndex
| Modifier and Type | Field and Description |
|---|---|
static String |
AUTOREFRESH |
protected IFileDAO |
dFile |
protected IHostDAO |
dHost |
protected IAdditionalLinksDAO |
dLinks |
protected IPackageDAO |
dPkg |
protected ISSHKeyDAO |
dSSH |
protected IServiceDAO |
dSvc |
protected IServiceStateDAO |
dSvcState |
protected ITemplateDAO |
dTemplate |
dServerOptions, mc, navRegistry| Constructor and Description |
|---|
IndexImpl() |
| 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
|
protected String |
getNavElementName() |
protected String |
getTemplateFolder() |
void |
init() |
AjaxAnswer |
toggleAutoRefresh() |
RenderedView |
view() |
addBreadCrumb, addFilter, addSidebarElement, addSidebarElement, addSidebarElements, addTopAction, addViewType, assertNotEmpty, auditFormat, checkForEmpty, clearFilter, clearViewType, createError, createModal, createView, createView, getCurrentFilter, getCurrentViewType, getSidebarType, hasError, pollError, removeSidebarElement, setMessageContext, sortMap, sortNamedListpublic static final String AUTOREFRESH
@Autowired protected IAdditionalLinksDAO dLinks
@Autowired protected ITemplateDAO dTemplate
@Autowired protected IHostDAO dHost
@Autowired protected IServiceStateDAO dSvcState
@Autowired protected IPackageDAO dPkg
@Autowired protected IServiceDAO dSvc
@Autowired protected IFileDAO dFile
@Autowired protected ISSHKeyDAO dSSH
protected String getNavElementName()
getNavElementName in class AWebPagepublic InputStream getCSS(String css)
IIndexpublic InputStream getBSCSS(String css)
public InputStream getImage(String img)
IIndexpublic InputStream getJS(String js)
IIndexpublic InputStream getBSJS(String js)
public InputStream getBSFonts(String font)
getBSFonts in interface IIndexfont - the file nameprotected String getTemplateFolder()
getTemplateFolder in class AWebPage@Transactional public RenderedView view()
public AjaxAnswer toggleAutoRefresh()
toggleAutoRefresh in interface IIndexCopyright © 2014 Cinovo AG. All Rights Reserved.