wf-web-front.1.1.9.source-code.decorators.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wf-web-front Show documentation
Show all versions of wf-web-front Show documentation
Java Web Frame: wf-web-front
The newest version!
<?xml version="1.0" encoding="UTF-8"?> <decorators defaultdir="/jsp/decorators"> <!-- Any urls that are excluded will never be decorated by Sitemesh --> <excludes> <pattern>*ajax*</pattern> </excludes> <decorator name="main" page="main.jsp"> <pattern>/*</pattern> </decorator> </decorators>