test.org.benow.web
Class ConfigDemoServiceImpl

java.lang.Object
  extended by test.org.benow.web.ConfigDemoServiceImpl
All Implemented Interfaces:
org.benow.java.spec.Markup, org.benow.service.Service, ConfigDemoService

public class ConfigDemoServiceImpl
extends java.lang.Object
implements ConfigDemoService


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.benow.java.spec.Markup
org.benow.java.spec.Markup.ParamName, org.benow.java.spec.Markup.ReturnDescription
 
Field Summary
static org.benow.java.config.entry.BooleanConfigurationEntry CFG_DOG_JUMPS
           
static org.benow.java.config.entry.StringConfigurationEntry CFG_DOG_NAME
           
static org.benow.java.config.entry.StringConfigurationEntry CFG_SECURED
           
 
Constructor Summary
ConfigDemoServiceImpl()
           
 
Method Summary
 java.lang.String getMessage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CFG_DOG_NAME

public static org.benow.java.config.entry.StringConfigurationEntry CFG_DOG_NAME

CFG_DOG_JUMPS

public static org.benow.java.config.entry.BooleanConfigurationEntry CFG_DOG_JUMPS

CFG_SECURED

public static org.benow.java.config.entry.StringConfigurationEntry CFG_SECURED
Constructor Detail

ConfigDemoServiceImpl

public ConfigDemoServiceImpl()
Method Detail

getMessage

public java.lang.String getMessage()
Specified by:
getMessage in interface ConfigDemoService