org.jboss.seam.validation
Class HelloWorldService

java.lang.Object
  extended by org.jboss.seam.validation.HelloWorldService

@ApplicationScoped
public class HelloWorldService
extends Object


Constructor Summary
HelloWorldService()
           
 
Method Summary
 String sayHello(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelloWorldService

public HelloWorldService()
Method Detail

sayHello

public String sayHello(@NotNull@Size(min=3)
                       String name)


Copyright © 2011 Seam Framework & Gunnar Morling. All Rights Reserved.