![JAR search and dependency download from the Maven repository](/logo.png)
net.officefloor.woof.model.teams.UnmarshallConfiguration.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of officeweb_configuration Show documentation
Show all versions of officeweb_configuration Show documentation
Configuration for WoOF (Web on OfficeFloor)
<?xml version="1.0" encoding="UTF-8"?> <unmarshall node="teams" class="net.officefloor.woof.model.teams.WoofTeamsModel"> <!-- TEAMS --> <object method="addWoofTeam" node="team" class="net.officefloor.woof.model.teams.WoofTeamModel"> <value method="setTeamSize" node="team@size" /> <value method="setTeamSourceClassName" node="team@source" /> <value method="setQualifier" node="team@qualifier" /> <value method="setType" node="team@type" /> <object method="addPropertySource" node="property" class="net.officefloor.woof.model.teams.PropertyModel"> <value method="setName" node="property@name" /> <value method="setValue" node="property@value" /> </object> <object method="addPropertySource" node="property-file" class="net.officefloor.woof.model.teams.PropertyFileModel"> <value method="setPath" node="property-file@path" /> </object> <object method="addTypeQualification" node="auto-wire" class="net.officefloor.woof.model.teams.TypeQualificationModel"> <value method="setQualifier" node="auto-wire@qualifier" /> <value method="setType" node="auto-wire@type" /> </object> </object> </unmarshall>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy