blob: ae58194f8155184a90beb02669a53fa6ccefe28e [file] [log] [blame]
#
# 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 contains localization strings for configuration labels and
# descriptions as used in the metatype.xml descriptor generated by the
# the Sling SCR plugin
loader.name = Repository Class Loader Factory
loader.description = Configuration for the Repository Class Loader Factory. This \
configuration applies to all clients of the factory even though each Bundle \
using the factory retrieves its own factory. The class path of the created \
Repository Class Loaders is configurable and the class loaders delegate use \
the bundle asking for the factory as the parent class loader.
classpath.name = Class Path
classpath.description = The class path in the repository to use as the class \
path for all created Repository Class Loaders. All Class Loaders are configured \
with the same class path. This class path must include any destinations used \
by Java compilers writing to the Repository such as the JSP Script Handler, \
which by default writes to "/var/classes". If no class path is defined, the \
"/var/classes" folder is used by default.
owner.name = Repository Session User
owner.description = Name of a user owning the Repository Class Loader sessions. \
If this is empty a simple administrative session is used. Otherwise the \
administrative session is used to impersonate as the given user.