Package | Description |
---|---|
net.officefloor.model.woof |
Modifier and Type | Method and Description |
---|---|
WoofSectionOutputToWoofTemplateModel |
WoofSectionOutputModel.getWoofTemplate() |
Modifier and Type | Method and Description |
---|---|
List<WoofSectionOutputToWoofTemplateModel> |
WoofTemplateModel.getWoofSectionOutputs() |
Change<WoofSectionOutputToWoofTemplateModel> |
WoofChangesImpl.linkSectionOutputToTemplate(WoofSectionOutputModel sectionOutput,
WoofTemplateModel template) |
Change<WoofSectionOutputToWoofTemplateModel> |
WoofChanges.linkSectionOutputToTemplate(WoofSectionOutputModel sectionOutput,
WoofTemplateModel template)
Links the
WoofSectionOutputModel to the WoofTemplateModel
. |
Change<WoofSectionOutputToWoofTemplateModel> |
WoofChangesImpl.removeSectionOuputToTemplate(WoofSectionOutputToWoofTemplateModel link) |
Change<WoofSectionOutputToWoofTemplateModel> |
WoofChanges.removeSectionOuputToTemplate(WoofSectionOutputToWoofTemplateModel link)
Removes the
WoofSectionOutputToWoofTemplateModel . |
Modifier and Type | Method and Description |
---|---|
void |
WoofTemplateModel.addWoofSectionOutput(WoofSectionOutputToWoofTemplateModel woofSectionOutput) |
Change<WoofSectionOutputToWoofTemplateModel> |
WoofChangesImpl.removeSectionOuputToTemplate(WoofSectionOutputToWoofTemplateModel link) |
Change<WoofSectionOutputToWoofTemplateModel> |
WoofChanges.removeSectionOuputToTemplate(WoofSectionOutputToWoofTemplateModel link)
Removes the
WoofSectionOutputToWoofTemplateModel . |
void |
WoofTemplateModel.removeWoofSectionOutput(WoofSectionOutputToWoofTemplateModel woofSectionOutput) |
void |
WoofSectionOutputModel.setWoofTemplate(WoofSectionOutputToWoofTemplateModel woofTemplate) |
Constructor and Description |
---|
WoofSectionOutputModel(String woofSectionOutputName,
String argumentType,
WoofSectionOutputToWoofSectionInputModel woofSectionInput,
WoofSectionOutputToWoofTemplateModel woofTemplate,
WoofSectionOutputToWoofAccessInputModel woofAccessInput,
WoofSectionOutputToWoofResourceModel woofResource)
Convenience constructor.
|
WoofSectionOutputModel(String woofSectionOutputName,
String argumentType,
WoofSectionOutputToWoofSectionInputModel woofSectionInput,
WoofSectionOutputToWoofTemplateModel woofTemplate,
WoofSectionOutputToWoofAccessInputModel woofAccessInput,
WoofSectionOutputToWoofResourceModel woofResource,
int x,
int y)
Convenience constructor allowing XY initialising.
|
WoofTemplateModel(String woofTemplateName,
String uri,
String templatePath,
String superTemplate,
String templateClassName,
String templateContentType,
boolean isTemplateSecure,
boolean isContinueRendering,
WoofTemplateOutputModel[] output,
WoofTemplateLinkModel[] link,
WoofTemplateRedirectModel[] redirect,
WoofTemplateExtensionModel[] extension,
WoofSectionOutputToWoofTemplateModel[] woofSectionOutput,
WoofTemplateOutputToWoofTemplateModel[] woofTemplateOutput,
WoofAccessOutputToWoofTemplateModel[] woofAccessOutput,
WoofExceptionToWoofTemplateModel[] woofException)
Convenience constructor.
|
WoofTemplateModel(String woofTemplateName,
String uri,
String templatePath,
String superTemplate,
String templateClassName,
String templateContentType,
boolean isTemplateSecure,
boolean isContinueRendering,
WoofTemplateOutputModel[] output,
WoofTemplateLinkModel[] link,
WoofTemplateRedirectModel[] redirect,
WoofTemplateExtensionModel[] extension,
WoofSectionOutputToWoofTemplateModel[] woofSectionOutput,
WoofTemplateOutputToWoofTemplateModel[] woofTemplateOutput,
WoofAccessOutputToWoofTemplateModel[] woofAccessOutput,
WoofExceptionToWoofTemplateModel[] woofException,
int x,
int y)
Convenience constructor allowing XY initialising.
|
Copyright © 2005–2016. All rights reserved.