org.jboss.seam.rest.example.jaxrs.exceptions
Class DateProducer

java.lang.Object
  extended by org.jboss.seam.rest.example.jaxrs.exceptions.DateProducer

@ApplicationScoped
public class DateProducer
extends Object


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

Constructor Detail

DateProducer

public DateProducer()
Method Detail

getDate

@Produces
@Named
public String getDate()


Copyright © 2011 Seam Framework. All Rights Reserved.