| Package | Description |
|---|---|
| org.osivia.demo.generator.controller | |
| org.osivia.demo.generator.repository | |
| org.osivia.demo.generator.service |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
AdminGeneratorController.getConfiguration(javax.portlet.PortletRequest request,
javax.portlet.PortletResponse response)
Get generator configuration model attribute.
|
Configuration |
ViewGeneratorController.getConfiguration(javax.portlet.PortletRequest request,
javax.portlet.PortletResponse response)
Get generator configuration model attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AdminGeneratorController.save(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response,
Configuration configuration)
Save action mapping.
|
| Modifier and Type | Method and Description |
|---|---|
Configuration |
GeneratorRepositoryImpl.getConfiguration(org.osivia.portal.api.context.PortalControllerContext portalControllerContext)
Get generator configuration.
|
Configuration |
GeneratorRepository.getConfiguration(org.osivia.portal.api.context.PortalControllerContext portalControllerContext)
Get generator configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratorRepositoryImpl.setConfiguration(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
Configuration configuration)
Set generator configuration.
|
void |
GeneratorRepository.setConfiguration(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
Configuration configuration)
Set generator configuration.
|
| Constructor and Description |
|---|
GenerateCommand(Configuration configuration,
String path,
String space_prefix,
io.codearte.jfairy.Fairy fairy,
URL exampleFile)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Configuration |
GeneratorServiceImpl.getConfiguration(org.osivia.portal.api.context.PortalControllerContext portalControllerContext)
Get generator configuration.
|
Configuration |
GeneratorService.getConfiguration(org.osivia.portal.api.context.PortalControllerContext portalControllerContext)
Get generator configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratorServiceImpl.saveConfiguration(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
Configuration configuration)
Save generator configuration.
|
void |
GeneratorService.saveConfiguration(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
Configuration configuration)
Save generator configuration.
|
Copyright © 2018. All rights reserved.