blob: cc28825ad810cca9effb2eaecabd2f459227776c [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
jsphandler.name = Apache Sling JSP Script Handler
jsphandler.description The JSP Script Handler supports development of JSP \
scripts to render response content on behalf of ScriptComponents. Internally \
Jasper 5.5.20 JSP Engine is used together with the Eclipse Java Compiler to \
compile generated Java code into Java class files. Some settings of Jasper \
may be configured as shown below. Note that JSP scripts are expected in the \
JCR repository and generated Java source and class files will be written to \
the JCR repository below the configured Compilation Location.
jasper.compilerSourceVM.name = Source Version
jasper.compilerSourceVM.description = The JVM version for the java/JSP source. If \
left empty, the default version, 1.6., is used. If the value "auto" is used, the \
current vm version will be used.
jasper.compilerTargetVM.name = Target Version
jasper.compilerTargetVM.description = The taret JVM version for the compiled classes. If \
left empty, the default version, 1.6., is used. If the value "auto" is used, the \
current vm version will be used.
jasper.classdebuginfo.name = Generate Debug Info
jasper.classdebuginfo.description = Should the class file be compiled with \
debugging information? true or false, default true.
jasper.enablePooling.name = Tag Pooling
jasper.enablePooling.description = Determines whether tag handler pooling is \
enabled. true or false, default true.
jasper.ieClassId.name = Plugin Class-ID
jasper.ieClassId.description = The class-id value to be sent to Internet \
Explorer when using <jsp:plugin> tags. Default \
clsid:8AD9C840-044E-11D1-B3E9-00805F499D93.
jasper.genStringAsCharArray.name = Char Array Strings
jasper.genStringAsCharArray.description = Should text strings be generated as \
char arrays, to improve performance in some cases? Default false.
jasper.keepgenerated.name = Keep Generated Java
jasper.keepgenerated.description = Should we keep the generated Java source \
code for each page instead of deleting it? true or false, default true.
jasper.mappedfile.name = Mapped Content
jasper.mappedfile.description = Should we generate static content with one \
print statement per input line, to ease debugging? true or false, default true.
jasper.trimSpaces.name = Trim Spaces
jasper.trimSpaces.description = Should white spaces in template text between \
actions or directives be trimmed ?, default false.
jasper.displaySourceFragments.name = Display Source Fragments
jasper.displaySourceFragments.description = Should we include a source fragment \
in exception messages, which could be displayed to the developer
default.is.session.name = Default Session Value
default.is.session.description = Should a session be created by default for every \
JSP page? Warning - this behavior may produce unintended results and changing \
it will not impact previously-compiled pages.