Refactored internal api
This commit is contained in:
parent
3f31bb8a3a
commit
6ccd763d1f
361 changed files with 23049 additions and 4498 deletions
|
|
@ -0,0 +1,42 @@
|
|||
<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 Style</ui:define>
|
||||
<ui:define name="page_content">
|
||||
<div>
|
||||
<h3><span><h:outputText value="Debug Css Styles" /></span></h3>
|
||||
<p>Here all css styles should be showed to tune.</p>
|
||||
</div>
|
||||
<div>
|
||||
<h1><span><h:outputText value="This is h1" /></span></h1>
|
||||
<p>Sample text</p>
|
||||
</div>
|
||||
<div>
|
||||
<h2><span><h:outputText value="This is h2" /></span></h2>
|
||||
<p>Sample text</p>
|
||||
</div>
|
||||
<div>
|
||||
<h3><span><h:outputText value="This is h3" /></span></h3>
|
||||
<p>Sample text</p>
|
||||
</div>
|
||||
<div>
|
||||
<h4><span><h:outputText value="This is h4" /></span></h4>
|
||||
<p>Sample text</p>
|
||||
</div>
|
||||
<div>
|
||||
<h5><span><h:outputText value="This is h5" /></span></h5>
|
||||
<p>Sample text</p>
|
||||
</div>
|
||||
<div>
|
||||
<h6><span><h:outputText value="This is h6" /></span></h6>
|
||||
<p>Sample text</p>
|
||||
</div>
|
||||
<div>
|
||||
<h1><span>etc</span></h1>
|
||||
</div>
|
||||
</ui:define>
|
||||
</ui:composition>
|
||||
|
|
@ -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>
|
||||
|
|
@ -0,0 +1,63 @@
|
|||
<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">Admin Index</ui:define>
|
||||
<ui:define name="page_content">
|
||||
<h:panelGrid columns="4" id="grid" width="100%">
|
||||
<rich:panel>
|
||||
<f:facet name="header">
|
||||
<h:outputText value="Vasc Admin" />
|
||||
</f:facet>
|
||||
<p>Manage you data.</p>
|
||||
<ul>
|
||||
<ui:repeat var="menuEntry" value="#{menuController.menuPageAdmin}">
|
||||
<li><a href="#{contextPathController.rootPath}#{menuEntry.href}" title="#{menuEntry.title}" target="#{menuEntry.target}">#{menuEntry.title}</a></li>
|
||||
</ui:repeat>
|
||||
</ul>
|
||||
</rich:panel>
|
||||
<rich:panel>
|
||||
<f:facet name="header">
|
||||
<h:outputText value="Export Servlet" />
|
||||
</f:facet>
|
||||
<h:form>
|
||||
<h:panelGrid columns="2" width="100%">
|
||||
<h:outputText value="Entry:"/>
|
||||
<h:selectOneMenu value="#{exportController.entryId}" onchange="javascript:this.form.submit(); return false;">
|
||||
<f:selectItems value="#{exportController.entryIdSelectItems}"/>
|
||||
</h:selectOneMenu>
|
||||
|
||||
<h:outputText value="Type:"/>
|
||||
<h:selectOneMenu value="#{exportController.exportType}" onchange="javascript:this.form.submit(); return false;">
|
||||
<f:selectItems value="#{exportController.exportTypeSelectItems}"/>
|
||||
</h:selectOneMenu>
|
||||
|
||||
<h:outputText value="tree-url:"/>
|
||||
<h:selectBooleanCheckbox value="#{exportController.exportTree}" onchange="javascript:this.form.submit(); return false;"/>
|
||||
</h:panelGrid>
|
||||
<h:panelGrid columns="2" width="100%">
|
||||
<h:outputText value="Url:"/>
|
||||
<h:outputLink value="#{facesContext.externalContext.requestContextPath}/#{exportController.buildExportUrl}">
|
||||
<h:outputText value="#{facesContext.externalContext.requestContextPath}/#{exportController.buildExportUrl}"/>
|
||||
</h:outputLink>
|
||||
</h:panelGrid>
|
||||
</h:form>
|
||||
</rich:panel>
|
||||
<rich:panel>
|
||||
<f:facet name="header">
|
||||
<h:outputText value="WebService Servlet" />
|
||||
</f:facet>
|
||||
<h:outputText value="todo" />
|
||||
</rich:panel>
|
||||
<rich:panel>
|
||||
<f:facet name="header">
|
||||
<h:outputText value="WebStart" />
|
||||
</f:facet>
|
||||
<h:outputText value="todo" />
|
||||
</rich:panel>
|
||||
</h:panelGrid>
|
||||
</ui:define>
|
||||
</ui:composition>
|
||||
Loading…
Add table
Add a link
Reference in a new issue