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 java.lang.Object
implements IMyService

Implementation of IService.

Author:
Alastair Maw

Constructor Summary
MyService()
           
 
Method Summary
 java.lang.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 java.lang.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-2010 Apache Software Foundation. All Rights Reserved.