|
Spring Framework example source code file (petportal.psml)
The Spring Framework petportal.psml source code<?xml version="1.0" encoding="UTF-8"?> <page> <title>Spring Pet Portal <defaults skin="orange" layout-decorator="tigris" portlet-decorator="tigris"/> <fragment id="petportal-main" type="layout" name="jetspeed-layouts::VelocityTwoColumns"> <fragment id="petportal-welcome" type="portlet" name="petportal::welcome"> <property name="row" value="0"/> <property name="column" value="0"/> </fragment> <fragment id="petportal-pets" type="portlet" name="petportal::pets"> <property name="row" value="1"/> <property name="column" value="0"/> </fragment> <fragment id="petportal-upload" type="portlet" name="petportal::upload"> <property name="row" value="2"/> <property name="column" value="0"/> </fragment> <fragment id="petportal-mode" type="portlet" name="petportal::mode"> <property name="row" value="0"/> <property name="column" value="1"/> </fragment> <fragment id="petportal-petsites" type="portlet" name="petportal::petsites"> <property name="row" value="1"/> <property name="column" value="1"/> </fragment> </fragment> <security-constraints> <security-constraints-ref>public-view </security-constraints> </page> Other Spring Framework examples (source code examples)Here is a short list of links related to this Spring Framework petportal.psml source code file: |
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.