org.apache.wicket.examples.guice.service
Interface IMyService

All Known Implementing Classes:
MyService

public interface IMyService

Service interface for a simple "Hello World" app.

Author:
Alastair Maw

Method Summary
 String getHelloWorldText()
          Retrieves the text to say "Hello World".
 

Method Detail

getHelloWorldText

String getHelloWorldText()
Retrieves the text to say "Hello World".

Returns:
"Hello World"


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