public class SiteProperties extends Object
Site
's Properties
.Site.getProperties()
Modifier and Type | Field and Description |
---|---|
static String |
APPEND_TAB_ID
If set to true, the name of the currently selected tab is being appended to the URL as a get-parameter.
|
static String |
ASSETS_DIR
A semicolon-separated list of folder-names (relative to
WWW_DIR ) containing static resources such as
images or pdfs |
static String |
AUTH_APPLICATION
The name of the
Application which is responsible for the authentication |
static String |
AUTH_LOGIN_PAGE
The names of the login-pages (comma-separated) within the application defined in
AUTH_APPLICATION . |
static String |
AUTH_LOGIN_REF
The action names (comma-separated) for the pages defined in
AUTH_LOGIN_PAGE . |
static String |
AUTH_LOGOUT_ACTION_NAME
The name for the parameter defining the action on the logout-page
|
static String |
AUTH_LOGOUT_ACTION_VALUE
The value for the parameter defining the action on the logout-page
|
static String |
AUTH_LOGOUT_PAGE
The name of the logout-page within the application defined in
AUTH_APPLICATION |
static String |
AUTH_LOGOUT_REF
The reference-path for the logout-action
|
static String |
CSRF_PROTECTED_METHODS
a comma-separated list of HTTP-methods to enable CSRF protection for
|
static String |
CSRF_PROTECTED_PATHS
a comma-separated list of path-prefixes to enable CSRF protection for
|
static String |
CSRF_PROTECTION_ENABLED
Set to
true to enable CSRF-protection for this site |
static String |
DATASOURCE_CONFIGURER
The fully qualified name of a class implementing
org.appng.core.repository.config.DatasourceConfigurer ,
which is responsible for JDBC connection-pooling. |
static String |
DEFAULT_APPLICATION
The
Application to be called after a successful login |
static String |
DEFAULT_PAGE
The name of the default-page (without extension) relative to one of the directories defined in
DOCUMENT_DIR |
static String |
DEFAULT_PAGE_SIZE
The default page size (items per page)
|
static String |
DOCUMENT_DIR
A semicolon-separated list of folder-names (relative to
WWW_DIR ) containing JSP-files and also static
resources like CSS or JavaScript files |
static String |
EHCACHE_BLOCKING_TIMEOUT
The time, in milliseconds, to wait for the filter before a
net.sf.ehcache.constructs.blocking.LockTimeoutException is thrown |
static String |
EHCACHE_CLEAR_ON_SHUTDOWN
Whether or not the Ehcache is cleared on a site shutdown/reload
|
static String |
EHCACHE_ENABLED
Set to true to enable Ehcache for this site
|
static String |
EHCACHE_EXCEPTIONS
URL path prefixes which are never cached.
|
static String |
EHCACHE_STATISTICS
Set to true to enable Ehcache statistics
|
static String |
ENFORCE_PRIMARY_DOMAIN
Set to true to enforce the protocol used by the site (http or https)
|
static String |
ERROR_PAGE
The name of the default error-page (without extension) relative to
WWW_DIR |
static String |
ERROR_PAGES
The name of the error-page per document-directory (see
DOCUMENT_DIR ), multiple entries separated by a
pipe (|) |
static String |
FEATURE_IMAGE_PROCESSING |
static String |
FEATURE_INDEXING |
static String |
HOST
The host of the site.
|
static String |
INDEX_CONFIG
For each directory defined in
DOCUMENT_DIR , there can be defined which locale and which Lucene-analyzer
to use for indexing. |
static String |
INDEX_DIR
The folder containing the Lucene-Index, relative to
WWW_DIR |
static String |
INDEX_FILE_SYSTEM_QUEUE_SIZE
the queue size used per directory when indexing the file system
|
static String |
INDEX_FILETYPES
A list of comma-separated file-extensions (without leading dot) which are being indexed
|
static String |
INDEX_QUEUE_SIZE
The queue size used for document indexing
|
static String |
INDEX_TIMEOUT
The timeout in milliseconds for indexing
|
static String |
MANAGER_PATH
The path-suffix for the appNG-Webapplication
|
static String |
NAME
The name of the site.
|
static String |
RENEW_SESSION_AFTER_LOGIN
Should the session be renewed after a successful login?
|
static String |
REWRITE_CONFIG
the location of the rewrite rules for UrlRewriteFilter, relative to
SITE_ROOT_DIR |
static String |
SEARCH_CHUNK_SIZE
The chunksize (items per page) for the search-tag
|
static String |
SEARCH_MAX_HITS
The maximum number of hits for the search-tag
|
static String |
SERVICE_OUTPUT_FORMAT
The output format to be used when actions/datasources are being called through service URLs
|
static String |
SERVICE_OUTPUT_TYPE
The output type to be used when actions/datasources are being called through service URLs
|
static String |
SERVICE_PATH
The path-suffix for the services offered by appNG (such as
Webservice s, SoapService s,
ActionProvider s and DataProvider s) |
static String |
SITE_ROOT_DIR
The absolute path to the sites root-directory
|
static String |
SUPPORTED_LANGUAGES
A comma-separated list of the languages supported by the
Site . |
static String |
TAG_PREFIX
The prefix used for the appNG JSP-tags.
|
static String |
TEMPLATE
The name of the template to use
|
static String |
WWW_DIR
The name of the folder containing the web-contents, relative to
Platform.Property.REPOSITORY_PATH
configured in the appNG base configuration |
static String |
XSS_EXCEPTIONS
URL path prefixes where XSS protection is omitted.
|
public static final String APPEND_TAB_ID
public static final String ASSETS_DIR
WWW_DIR
) containing static resources such as
images or pdfspublic static final String AUTH_APPLICATION
Application
which is responsible for the authenticationpublic static final String AUTH_LOGIN_PAGE
AUTH_APPLICATION
. The
number of comma-separated pages must be the same as in AUTH_LOGIN_REF
, because "authLoginRef"
[n] refers to "authLoginPage"[n]!public static final String AUTH_LOGIN_REF
AUTH_LOGIN_PAGE
. The number of
comma-separated names must be the same as in AUTH_LOGIN_PAGE
, because "authLoginRef" [n]
refers to "authLoginPage"[n]!public static final String AUTH_LOGOUT_ACTION_NAME
public static final String AUTH_LOGOUT_ACTION_VALUE
public static final String AUTH_LOGOUT_PAGE
AUTH_APPLICATION
public static final String AUTH_LOGOUT_REF
public static final String RENEW_SESSION_AFTER_LOGIN
public static final String CSRF_PROTECTION_ENABLED
true
to enable CSRF-protection for this sitepublic static final String CSRF_PROTECTED_METHODS
public static final String CSRF_PROTECTED_PATHS
public static final String DATASOURCE_CONFIGURER
org.appng.core.repository.config.DatasourceConfigurer
,
which is responsible for JDBC connection-pooling. Supported are
org.appng.core.repository.config.HikariCPConfigurer
and
org.appng.core.repository.config.TomcatJdbcConfigurer
public static final String DEFAULT_PAGE
DOCUMENT_DIR
public static final String DEFAULT_PAGE_SIZE
public static final String DEFAULT_APPLICATION
Application
to be called after a successful loginpublic static final String DOCUMENT_DIR
WWW_DIR
) containing JSP-files and also static
resources like CSS or JavaScript filespublic static final String EHCACHE_ENABLED
public static final String EHCACHE_EXCEPTIONS
public static final String EHCACHE_BLOCKING_TIMEOUT
net.sf.ehcache.constructs.blocking.LockTimeoutException
is thrownpublic static final String EHCACHE_STATISTICS
public static final String EHCACHE_CLEAR_ON_SHUTDOWN
public static final String ENFORCE_PRIMARY_DOMAIN
public static final String ERROR_PAGE
WWW_DIR
public static final String ERROR_PAGES
DOCUMENT_DIR
), multiple entries separated by a
pipe (|)public static final String FEATURE_IMAGE_PROCESSING
public static final String FEATURE_INDEXING
public static final String HOST
public static final String INDEX_CONFIG
DOCUMENT_DIR
, there can be defined which locale and which Lucene-analyzer
to use for indexing.public static final String INDEX_DIR
WWW_DIR
public static final String INDEX_TIMEOUT
public static final String INDEX_FILE_SYSTEM_QUEUE_SIZE
public static final String INDEX_FILETYPES
public static final String INDEX_QUEUE_SIZE
public static final String NAME
public static final String REWRITE_CONFIG
SITE_ROOT_DIR
public static final String SUPPORTED_LANGUAGES
Site
.public static final String SEARCH_CHUNK_SIZE
public static final String SEARCH_MAX_HITS
public static final String SERVICE_OUTPUT_FORMAT
public static final String SERVICE_OUTPUT_TYPE
public static final String SERVICE_PATH
Webservice
s, SoapService
s,
ActionProvider
s and DataProvider
s)public static final String SITE_ROOT_DIR
public static final String TAG_PREFIX
public static final String TEMPLATE
public static final String MANAGER_PATH
public static final String WWW_DIR
Platform.Property.REPOSITORY_PATH
configured in the appNG base configurationpublic static final String XSS_EXCEPTIONS
Copyright © 2011–2017 aiticon GmbH. All rights reserved.