Package | Description |
---|---|
net.officefloor.model.woof |
Modifier and Type | Method and Description |
---|---|
List<WoofTemplateExtensionModel> |
WoofTemplateModel.getExtensions() |
RemoveConnectionsAction<WoofTemplateExtensionModel> |
WoofTemplateExtensionModel.removeConnections()
Remove Connections.
|
Modifier and Type | Method and Description |
---|---|
void |
WoofTemplateModel.addExtension(WoofTemplateExtensionModel extension) |
void |
WoofTemplateModel.removeExtension(WoofTemplateExtensionModel extension) |
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.