############################################################################### # 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. ############################################################################### # Enable HTML whitespace compression #compress.HTML=true # Enable screen widget boundary comments widget.verbose=true # Default number of items to be displayed per page in a list form widget.form.defaultViewSize=20 # Controls the initial results display in Find screens. If set to Y, the # search result list will be populated when the Find screen first appears. # If set to N, the search result list will be empty when the Find screen # first appears. widget.defaultNoConditionFind=N # Configurations for the Widget View Handlers implemented using the MacroScreenViewHandler # # html output screen.name=html screen.screenrenderer=component://widget/templates/htmlScreenMacroLibrary.ftl screen.formrenderer=component://widget/templates/htmlFormMacroLibrary.ftl screen.menurenderer=component://widget/templates/htmlMenuMacroLibrary.ftl screen.treerenderer=component://widget/templates/htmlTreeMacroLibrary.ftl screen.encoder=html screen.default.contenttype=UTF-8 screen.default.encoding=none # text output screentext.name=text screentext.screenrenderer=component://widget/templates/textScreenMacroLibrary.ftl screentext.formrenderer=component://widget/templates/textFormMacroLibrary.ftl screentext.menurenderer=component://widget/templates/textMenuMacroLibrary.ftl screentext.treerenderer=component://widget/templates/textTreeMacroLibrary.ftl screentext.default.contenttype=UTF-8 screentext.default.encoding=none # xml output screenxml.name=xml screenxml.screenrenderer=component://widget/templates/xmlScreenMacroLibrary.ftl screenxml.formrenderer=component://widget/templates/xmlFormMacroLibrary.ftl screenxml.menurenderer=component://widget/templates/xmlMenuMacroLibrary.ftl screenxml.treerenderer=component://widget/templates/xmlTreeMacroLibrary.ftl screenxml.encoder=xml screenxml.default.contenttype=UTF-8 screenxml.default.encoding=none # fo output screenfop.name=xsl-fo screenfop.screenrenderer=component://widget/templates/foScreenMacroLibrary.ftl screenfop.formrenderer=component://widget/templates/foFormMacroLibrary.ftl screenfop.menurenderer=component://widget/templates/foMenuMacroLibrary.ftl screenfop.treerenderer=component://widget/templates/foTreeMacroLibrary.ftl screenfop.encoder=xml screenfop.default.contenttype=application/pdf screenfop.default.encoding=none