org.parancoe.web.controller.annotation
Annotation Type DefaultUrlMapping


@Retention(value=RUNTIME)
@Target(value=TYPE)
@Documented
public @interface DefaultUrlMapping

Annotation for the default urlmapping. Default means that url is retrieved from the Controller name. For example if you define a MyFantasticApplicationAdminController and annotate it with @DefaultUrlMapping, this controller is coupled with /my/fantastic/application/admin/*.html url

Author:
Andrea Nasato



Copyright © 2008 JUG Padova Parancoe Team. All Rights Reserved.