Uses of Class
net.officefloor.woof.model.woof.DocumentationModel
-
Packages that use DocumentationModel Package Description net.officefloor.woof.model.woof -
-
Uses of DocumentationModel in net.officefloor.woof.model.woof
Methods in net.officefloor.woof.model.woof that return DocumentationModel Modifier and Type Method Description DocumentationModel
WoofHttpContinuationModel. getDocumentation()
DocumentationModel
WoofHttpInputModel. getDocumentation()
Methods in net.officefloor.woof.model.woof that return types with arguments of type DocumentationModel Modifier and Type Method Description RemoveConnectionsAction<DocumentationModel>
DocumentationModel. removeConnections()
Remove Connections.Methods in net.officefloor.woof.model.woof with parameters of type DocumentationModel Modifier and Type Method Description void
WoofHttpContinuationModel. setDocumentation(DocumentationModel documentation)
void
WoofHttpInputModel. setDocumentation(DocumentationModel documentation)
-