| <?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. |
| --> |
| |
| <site-conf xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| xmlns="http://ofbiz.apache.org/Site-Conf" xsi:schemaLocation="http://ofbiz.apache.org/Site-Conf http://ofbiz.apache.org/dtds/site-conf.xsd"> |
| <description>Define the following handlers</description> |
| |
| <!-- event handlers --> |
| <handler name="java" type="request" class="org.apache.ofbiz.webapp.event.JavaEventHandler"/> |
| <handler name="soap" type="request" class="org.apache.ofbiz.webapp.event.SOAPEventHandler"/> |
| <handler name="xmlrpc" type="request" class="org.apache.ofbiz.webapp.event.XmlRpcEventHandler"/> |
| <handler name="service" type="request" class="org.apache.ofbiz.webapp.event.ServiceEventHandler"/> |
| <handler name="service-multi" type="request" class="org.apache.ofbiz.webapp.event.ServiceMultiEventHandler"/> |
| <handler name="simple" type="request" class="org.apache.ofbiz.webapp.event.SimpleEventHandler"/> |
| <handler name="groovy" type="request" class="org.apache.ofbiz.webapp.event.GroovyEventHandler"/> |
| <handler name="rome" type="request" class="org.apache.ofbiz.webapp.event.RomeEventHandler"/> |
| <handler name="script" type="request" class="org.apache.ofbiz.webapp.event.ScriptEventHandler"/> |
| |
| <!-- view handlers --> |
| <handler name="screen" type="view" class="org.apache.ofbiz.widget.renderer.macro.MacroScreenViewHandler"/> |
| <handler name="screenxml" type="view" class="org.apache.ofbiz.widget.renderer.macro.MacroScreenViewHandler"/> |
| <handler name="screentext" type="view" class="org.apache.ofbiz.widget.renderer.macro.MacroScreenViewHandler"/> |
| <handler name="screencsv" type="view" class="org.apache.ofbiz.widget.renderer.macro.MacroScreenViewHandler"/> |
| <handler name="screenxls" type="view" class="org.apache.ofbiz.widget.renderer.macro.MacroScreenViewHandler"/> |
| <handler name="screenfop" type="view" class="org.apache.ofbiz.widget.renderer.fo.ScreenFopViewHandler"/> |
| <handler name="jsp" type="view" class="org.apache.ofbiz.webapp.view.JspViewHandler"/> |
| <handler name="http" type="view" class="org.apache.ofbiz.webapp.view.HttpViewHandler"/> |
| </site-conf> |