mirror of
https://github.com/moparisthebest/JdbcMapper
synced 2024-11-14 05:05:06 -05:00
91 lines
3.8 KiB
XML
91 lines
3.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!--
|
|
Licensed to the Apache Software Foundation (ASF) under one or more
|
|
contributor license agreements. See the NOTICE file distributed with
|
|
this work for additional information regarding copyright ownership.
|
|
The ASF licenses this file to You under the Apache License, Version 2.0
|
|
(the "License"); you may not use this file except in compliance with
|
|
the License. You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
|
|
$Header:$
|
|
-->
|
|
<netui-config xmlns="http://beehive.apache.org/netui/2004/server/config">
|
|
|
|
<expression-languages>
|
|
<default-language>netuiel</default-language>
|
|
<expression-language>
|
|
<name>netuiel</name>
|
|
<factory-class>org.apache.beehive.netui.script.el.ExpressionEvaluatorImpl$NetUIELEngineFactory</factory-class>
|
|
</expression-language>
|
|
</expression-languages>
|
|
|
|
<!-- This block is used by the "actioninterceptors" sample. -->
|
|
<pageflow-action-interceptors>
|
|
<per-pageflow>
|
|
<pageflow-uri>/advanced/actioninterceptors/interceptme/Controller.jpf</pageflow-uri>
|
|
<per-action>
|
|
<action-name>begin</action-name>
|
|
<simple-action-interceptor>
|
|
<intercept-path>/advanced/actioninterceptors/nested/Controller.jpf</intercept-path>
|
|
</simple-action-interceptor>
|
|
</per-action>
|
|
<per-action>
|
|
<action-name>another</action-name>
|
|
<action-interceptor>
|
|
<interceptor-class>org.apache.beehive.samples.netui.actioninterceptors.MyInterceptor</interceptor-class>
|
|
</action-interceptor>
|
|
</per-action>
|
|
</per-pageflow>
|
|
</pageflow-action-interceptors>
|
|
|
|
<!-- This block is used by the "loginexample" sample. -->
|
|
<pageflow-handlers>
|
|
<login-handler>
|
|
<handler-class>org.apache.beehive.samples.netui.loginexample.ExampleLoginHandler</handler-class>
|
|
</login-handler>
|
|
</pageflow-handlers>
|
|
|
|
<prefix-handlers>
|
|
<prefix-handler>
|
|
<name>checkbox_key</name>
|
|
<handler-class>org.apache.beehive.netui.tags.html.CheckBox$CheckBoxPrefixHandler</handler-class>
|
|
</prefix-handler>
|
|
<prefix-handler>
|
|
<name>checkbox_group_key</name>
|
|
<handler-class>org.apache.beehive.netui.tags.html.CheckBoxGroup$CheckboxGroupPrefixHandler</handler-class>
|
|
</prefix-handler>
|
|
<prefix-handler>
|
|
<name>radio_button_group_key</name>
|
|
<handler-class>org.apache.beehive.netui.tags.html.RadioButtonGroup$RadioButtonGroupPrefixHandler</handler-class>
|
|
</prefix-handler>
|
|
<prefix-handler>
|
|
<name>select_key</name>
|
|
<handler-class>org.apache.beehive.netui.tags.html.Select$SelectPrefixHandler</handler-class>
|
|
</prefix-handler>
|
|
</prefix-handlers>
|
|
|
|
<catalog>
|
|
<chain name="xhr-commands">
|
|
<command>
|
|
<command-class>org.apache.beehive.netui.tags.tree.TreeCRI</command-class>
|
|
</command>
|
|
<command>
|
|
<command-class>org.apache.beehive.netui.tags.divpanel.DivPanelCRI</command-class>
|
|
</command>
|
|
<command>
|
|
<command-class>org.apache.beehive.netui.tags.internal.ViewRendererCRI</command-class>
|
|
</command>
|
|
</chain>
|
|
</catalog>
|
|
|
|
</netui-config>
|