org.apache.wicket.examples.guice.service
Class MyService

java.lang.Object
  extended by org.apache.wicket.examples.guice.service.MyService
All Implemented Interfaces:
IMyService

public class MyService
extends Object
implements IMyService

Implementation of IService.

Author:
Alastair Maw

Constructor Summary
MyService()
           
 
Method Summary
 String getHelloWorldText()
          Retrieves the text to say "Hello World".
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyService

public MyService()
Method Detail

getHelloWorldText

public String getHelloWorldText()
Description copied from interface: IMyService
Retrieves the text to say "Hello World".

Specified by:
getHelloWorldText in interface IMyService
Returns:
"Hello World"
See Also:
IMyService.getHelloWorldText()


Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.