All Downloads are FREE. Search and download functionalities are using the official Maven repository.

web.examples.hello-world.xml Maven / Gradle / Ivy

There is a newer version: 8.1.5
Show newest version
<?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