org.apache.webbeans.samples.tomcat
Class CurrentDateProvider

java.lang.Object
  extended by org.apache.webbeans.samples.tomcat.CurrentDateProvider

public class CurrentDateProvider
extends Object


Constructor Summary
CurrentDateProvider()
           
 
Method Summary
 Date getCurrentDate()
           
 Principal getPrincipal()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CurrentDateProvider

public CurrentDateProvider()
Method Detail

getCurrentDate

@Produces
public Date getCurrentDate()

getPrincipal

public Principal getPrincipal()


Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.