Class MyService
- java.lang.Object
-
- 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
Constructors Constructor Description MyService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetHelloWorldText()Retrieves the text to say "Hello World".
-
-
-
Method Detail
-
getHelloWorldText
public String getHelloWorldText()
Description copied from interface:IMyServiceRetrieves the text to say "Hello World".- Specified by:
getHelloWorldTextin interfaceIMyService- Returns:
- "Hello World"
- See Also:
IMyService.getHelloWorldText()
-
-