![JAR search and dependency download from the Maven repository](/logo.png)
net.officefloor.woof.model.teams.MarshallConfiguration.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"?> <marshall type="net.officefloor.woof.model.teams.WoofTeamsModel" element="teams"> <!-- TEAMS --> <collection method="getWoofTeams" element="teams"> <item type="net.officefloor.woof.model.teams.WoofTeamModel" element="team"> <attributes> <attribute method="getTeamSize" attribute="size" /> <attribute method="getTeamSourceClassName" attribute="source" /> <attribute method="getQualifier" attribute="qualifier" /> <attribute method="getType" attribute="type" /> </attributes> <collection method="getPropertySources"> <item type="net.officefloor.woof.model.teams.PropertyModel" element="property"> <attributes> <attribute method="getName" attribute="name" /> <attribute method="getValue" attribute="value" /> </attributes> </item> <item type="net.officefloor.woof.model.teams.PropertyFileModel" element="property-file"> <attributes> <attribute method="getPath" attribute="path" /> </attributes> </item> </collection> <collection method="getTypeQualifications"> <item type="net.officefloor.woof.model.teams.TypeQualificationModel" element="auto-wire"> <attributes> <attribute method="getQualifier" attribute="qualifier" /> <attribute method="getType" attribute="type" /> </attributes> </item> </collection> </item> </collection> </marshall>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy