| Package | Description |
|---|---|
| org.appng.api |
Base package for the appNG API
|
| org.appng.api.support |
Implementations of commonly used features like internationalization, permission- and parameter-processing etc.
|
| org.appng.core.controller |
Contains the essential types for handling
ServletRequests and HttpSessions. |
| org.appng.core.controller.handler |
Contains the different
RequestHandler-implementations |
| org.appng.core.model |
The non-persistent domain model types.
|
| org.appng.taglib |
Contains the appNG JSP
Tags |
| org.appng.testsupport |
Test-related types
|
| org.appng.xml |
Base package for the appNG XML-API
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationConfigProvider |
ApplicationConfigProvider.cloneConfig(MarshallService marshallService)
Clones this
ApplicationConfigProvider, which is necessary because the |
| Modifier and Type | Method and Description |
|---|---|
ApplicationConfigProvider |
ApplicationConfigProviderImpl.cloneConfig(MarshallService marshallService) |
static Datasource |
DatasourceInheritanceHelper.inherit(Datasource descendantDefinition,
Datasource ancestor,
MarshallService marshallService)
clones the ancestor datasource and adds or overrides id, title, parameter, fields, bean options, bean id, bind
class and linkpanel.
|
| Constructor and Description |
|---|
ApplicationConfigProviderImpl(MarshallService marshallService,
String applicationName,
Resources applicationResources,
boolean devMode) |
ApplicationResourceHolder(Application application,
MarshallService marshallService,
File applicationFolder,
File outputFolder)
Creates a new
ApplicationResourceHolder |
| Modifier and Type | Method and Description |
|---|---|
MarshallService |
PlatformConfig.marshallService(DocumentBuilderFactory dbf,
TransformerFactory tf) |
| Modifier and Type | Method and Description |
|---|---|
RequestProcessor |
PlatformConfig.requestProcessor(MarshallService marshallService,
PlatformTransformer platformTransformer) |
Object |
PlatformConfig.tagletProcessor(MarshallService marshallService,
StyleSheetProvider styleSheetProvider) |
ThymeleafProcessor |
PlatformConfig.thymeleafProcessor(DocumentBuilderFactory dbf,
MarshallService marshallService) |
| Constructor and Description |
|---|
ServiceRequestHandler(MarshallService marshallService,
PlatformTransformer transformer,
File debugFolder) |
| Modifier and Type | Field and Description |
|---|---|
protected MarshallService |
AbstractRequestProcessor.marshallService |
| Modifier and Type | Method and Description |
|---|---|
MarshallService |
AbstractRequestProcessor.getMarshallService() |
| Modifier and Type | Method and Description |
|---|---|
Platform |
AbstractRequestProcessor.getPlatform(MarshallService marshallService,
Path path)
Returns the
Platform-object unmarshalled from the template's
"conf/platform.xml"-file. |
Platform |
PlatformTransformer.getPlatform(MarshallService marshallService,
Path path)
Returns the
Platform-object unmarshalled from the template's
"conf/platform.xml"-file. |
Platform |
PlatformProcessor.getPlatform(MarshallService marshallService,
Path path) |
ApplicationReference |
ApplicationProvider.process(ApplicationRequest applicationRequest,
MarshallService marshallService,
Path pathInfo,
PlatformConfig platformConfig)
|
Action |
ApplicationProvider.processAction(javax.servlet.http.HttpServletResponse servletResponse,
boolean applyPermissionsOnRef,
ApplicationRequest applicationRequest,
String actionId,
String eventId,
MarshallService marshallService) |
Datasource |
ApplicationProvider.processDataSource(javax.servlet.http.HttpServletResponse servletResponse,
boolean applyPermissionsOnRef,
ApplicationRequest applicationRequest,
String dataSourceId,
MarshallService marshallService) |
void |
AbstractRequestProcessor.setMarshallService(MarshallService marshallService) |
| Modifier and Type | Method and Description |
|---|---|
MarshallService |
TagletProcessor.getMarshallService() |
| Modifier and Type | Method and Description |
|---|---|
void |
TagletProcessor.setMarshallService(MarshallService marshallService) |
| Modifier and Type | Field and Description |
|---|---|
protected MarshallService |
TestBase.marshallService |
| Modifier and Type | Method and Description |
|---|---|
protected Resources |
TestBase.getApplicationResources(MarshallService applicationMarshallService) |
| Modifier and Type | Method and Description |
|---|---|
static MarshallService |
MarshallService.getApplicationMarshallService() |
static MarshallService |
MarshallService.getMarshallService() |
Copyright © 2011–2019 aiticon GmbH. All rights reserved.