| Package | Description |
|---|---|
| org.appng.api.auth |
Authentication related classes
|
| org.appng.api.messaging | |
| org.appng.api.model |
Provides an interface-based view to the domain model of appNG and some very basic interfaces.
|
| org.appng.api.support |
Implementations of commonly used features like internationalization, permission- and parameter-processing etc.
|
| org.appng.appngizer.controller | |
| org.appng.cli |
Base package of the appNG Command Line Interface, containing some classes necessary for bootstrapping.
|
| org.appng.core.controller.handler |
Contains the different
RequestHandler-implementations |
| org.appng.core.controller.rest | |
| org.appng.core.domain |
The persistent domain objects.
|
| org.appng.core.model |
The non-persistent domain model types.
|
| org.appng.core.security |
Security related types.
|
| org.appng.core.service |
The service layer.
|
| org.appng.testsupport |
Test-related types
|
| Modifier and Type | Method and Description |
|---|---|
default void |
PasswordPolicy.configure(Properties platformProperties)
Configures the
PasswordPolicy |
| Modifier and Type | Method and Description |
|---|---|
Properties |
Serializer.getPlatformConfig()
Return the platform configuration as
Properties. |
protected static Properties |
Messaging.getPlatformConfig(Environment env) |
| Modifier and Type | Method and Description |
|---|---|
Properties |
Application.getProperties()
Returns the
Propertiess for this Application. |
Properties |
Site.getProperties()
Returns the
Properties for this Site. |
| Modifier and Type | Class and Description |
|---|---|
class |
PropertyHolder
|
| Modifier and Type | Method and Description |
|---|---|
static XSSUtil |
XSSHelper.getXssUtil(Properties platformProps,
String... exceptions)
Creates and returns a
XSSUtil.If the boolean property xssProtect of the given Properties is true, a new XSSUtil
is being created. |
| Modifier and Type | Method and Description |
|---|---|
protected Properties |
Home.initPlatform(Properties defaultOverrides,
Environment env) |
| Modifier and Type | Method and Description |
|---|---|
Properties |
CliEnvironment.getPlatformConfig()
Returns the appNG platform configuration.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
ServiceRequestHandler.retrievePlatform(Environment environment,
Path path,
Site siteToUse,
Object element,
Properties platformProperties) |
| Constructor and Description |
|---|
RestPostProcessor(Properties properties) |
| Modifier and Type | Class and Description |
|---|---|
class |
PersistentPropertyHolder
A
PropertyHolder that provides persistable PropertyImpl-instances. |
| Modifier and Type | Method and Description |
|---|---|
Properties |
SiteImpl.getProperties() |
Properties |
ApplicationImpl.getProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
SiteImpl.setProperties(Properties properties) |
void |
ApplicationImpl.setProperties(Properties properties) |
| Modifier and Type | Method and Description |
|---|---|
Properties |
ApplicationProvider.getProperties() |
| Modifier and Type | Method and Description |
|---|---|
static RepositoryCacheFactory |
RepositoryCacheFactory.init(Properties platformConfig)
Initializes the factory with properties from the platform's configuration
|
void |
ApplicationProvider.setProperties(Properties properties) |
void |
AccessibleApplication.setProperties(Properties properties) |
String |
PlatformTransformer.transform(ApplicationProvider applicationProvider,
Properties platformProperties,
String platformXML,
String charSet,
File debugFolder)
Performs the transformation.
|
protected String |
AbstractRequestProcessor.writeErrorPage(Properties platformProperties,
File debugFolder,
String platformXml,
String templateName,
Exception e,
Object executionContext) |
protected void |
PlatformProcessor.writeTemplateToErrorPage(Properties platformProperties,
File debugFolder,
Exception templateException,
Object executionContext,
StringWriter errorPage) |
| Constructor and Description |
|---|
CacheProvider(Properties platformConfig)
Creates a new CacheProvider.
|
CacheProvider(Properties platformConfig,
boolean changeOwner)
Creates a new CacheProvider.
|
FeatureProviderImpl(Properties applicationProperties)
Creates a new
FeatureProviderImpl using the given Properties, which have been retrieved from a
Application. |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultPasswordPolicy.configure(Properties platformConfig)
Deprecated.
|
void |
ConfigurablePasswordPolicy.configure(Properties platformProperties) |
| Modifier and Type | Class and Description |
|---|---|
class |
PlatformProperties |
| Modifier and Type | Method and Description |
|---|---|
protected Properties |
CoreService.getPlatformConfig(Environment environment) |
| Modifier and Type | Method and Description |
|---|---|
static void |
TemplateService.copyTemplate(Properties platformConfig,
Properties siteProps,
String templateRealPath)
The active template for the given
Site is being copied to |
static PlatformProperties |
PlatformProperties.get(Properties platformConfig) |
static Properties |
PropertySupport.getProperties(Properties platFormConfig,
Site site,
Application application,
boolean addPlatformScope)
Aggregates the
Properties of the platform, the given Site and given Application to a
single Properties object, using a prefix for determining the origin of a certain property.The
prefix for a site-property is site., for a platform-property it's "platform.". |
static File |
TemplateService.getTemplateRepoFolder(Properties platformConfig,
Properties siteProps) |
void |
PropertySupport.initSiteProperties(SiteImpl site,
Properties platformConfig)
Initializes the
Site configuration with the default values. |
static void |
TemplateService.materializeTemplate(Template template,
Properties platformConfig,
Properties siteProps)
Materializes the given template into the filesystem.
|
protected void |
CoreService.saveProperties(Properties properties) |
| Modifier and Type | Method and Description |
|---|---|
Properties |
TestBase.SimpleApplication.getProperties() |
Copyright © 2011–2020 aiticon GmbH. All rights reserved.