Package | Description |
---|---|
net.officefloor.model.woof |
Modifier and Type | Method and Description |
---|---|
List<WoofTemplateLinkModel> |
WoofTemplateModel.getLinks() |
RemoveConnectionsAction<WoofTemplateLinkModel> |
WoofTemplateLinkModel.removeConnections()
Remove Connections.
|
Modifier and Type | Method and Description |
---|---|
void |
WoofTemplateModel.addLink(WoofTemplateLinkModel link) |
void |
WoofTemplateModel.removeLink(WoofTemplateLinkModel link) |
Constructor and Description |
---|
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.