blob: 1cffb481e2f04e82f3918d8e9f45ad8c1d595ca9 [file] [log] [blame]
<?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.
-->
<!--
This file is used for description of request and session parameters.
parameters that are nullable and are found being null are replaced with their
default values, non-nullable parameters can make the validation process fail.
-->
<parameters-descriptor>
<parameter name="username" type="string" nullable="no"/>
<parameter name="department_id" type="long" nullable="yes" default="0"/>
<parameter name="theme" type="string" nullable="yes" default="simple"/>
</parameters-descriptor>
<!-- vim: set et ts=2 sw=2: -->