web.examples.hello-world.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aspectran-demo Show documentation
Show all versions of aspectran-demo Show documentation
Aspectran module showcasing a demo application
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE aspectran PUBLIC "-//ASPECTRAN//DTD Aspectran 8.0//EN" "http://aspectran.github.io/dtd/aspectran-8.dtd"> <aspectran> <translet name="/examples/hello-world"> <echo id="page"> <item name="headline">Hello, World!</item> <item name="teaser"> This is the output of a JSP page that is part of the HelloWorld application. </item> <item name="include">examples/hello-world</item> <item name="style">plate</item> </echo> <action id="helloWorld" bean="helloActivity" method="helloWorld"/> <dispatch name="templates/default"/> </translet> </aspectran>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy