Refactored internal api
This commit is contained in:
parent
3f31bb8a3a
commit
6ccd763d1f
361 changed files with 23049 additions and 4498 deletions
|
|
@ -0,0 +1,45 @@
|
|||
<ui:composition template="/WEB-INF/template/page-user.xhtml"
|
||||
xmlns="http://www.w3.org/1999/xhtml"
|
||||
xmlns:ui="http://java.sun.com/jsf/facelets"
|
||||
xmlns:h="http://java.sun.com/jsf/html"
|
||||
xmlns:f="http://java.sun.com/jsf/core"
|
||||
xmlns:rich="http://richfaces.org/rich"
|
||||
>
|
||||
<ui:define name="page_title">Debug Tools</ui:define>
|
||||
<ui:define name="page_content">
|
||||
<div>
|
||||
<h3><span><h:outputText value="Vasc Demo Admin" /></span></h3>
|
||||
<p>Here is is possible to edit all editable tables.</p>
|
||||
<p>
|
||||
<h:outputLink value="#{contextPathController.rootPath}/vasc/VascEntry/list.jsf"><h:outputText value="VascEnties"/></h:outputLink>
|
||||
</p>
|
||||
</div>
|
||||
<div>
|
||||
<h3><span><h:outputText value="Jndi" /></span></h3>
|
||||
<p>Check all resources in jndi tree's.</p>
|
||||
<p>
|
||||
<ul>
|
||||
<li><h:outputLink value="#{contextPathController.rootPath}/debug/jndi/view"><h:outputText value="Jndi Tree "/></h:outputLink></li>
|
||||
<li><h:outputLink value="#{contextPathController.rootPath}/debug/jndi/view/global"><h:outputText value="Jndi Tree Global"/></h:outputLink></li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
<div>
|
||||
<h3><span><h:outputText value="Jdbc" /></span></h3>
|
||||
<p>Raw access to the embedded db.</p>
|
||||
<p>
|
||||
<h:outputLink value="#{contextPathController.rootPath}/debug/jdbc/console/"><h:outputText value="(H2) Jdbc Console"/></h:outputLink>
|
||||
</p>
|
||||
</div>
|
||||
<div>
|
||||
<h3><span><h:outputText value="Logback" /></span></h3>
|
||||
<p>Status servlet of logback.</p>
|
||||
<p>
|
||||
<ul>
|
||||
<li><h:outputLink value="#{contextPathController.rootPath}/debug/logback/status/access"><h:outputText value="Access Log Status"/></h:outputLink></li>
|
||||
<li><h:outputLink value="#{contextPathController.rootPath}/debug/logback/status/classic"><h:outputText value="Server Log Status"/></h:outputLink></li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
</ui:define>
|
||||
</ui:composition>
|
||||
Loading…
Add table
Add a link
Reference in a new issue