Errai 3.0.1-SNAPSHOT

org.jboss.errai.bus.server.service
Class AbstractErraiConfig

java.lang.Object
  extended by org.jboss.errai.bus.server.service.AbstractErraiConfig

public abstract class AbstractErraiConfig
extends Object

Author:
Mike Brock

Field Summary
protected  String attributeName
           
protected  String defaultValue
           
 
Method Summary
 String get(ErraiServiceConfigurator configurator)
           
 String getAttributeName()
           
 boolean getBoolean(ErraiServiceConfigurator configurator)
           
 Integer getInt(ErraiServiceConfigurator configurator)
           
 void set(ErraiServiceConfigurator configurator, String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attributeName

protected final String attributeName

defaultValue

protected final String defaultValue
Method Detail

getBoolean

public boolean getBoolean(ErraiServiceConfigurator configurator)

getInt

public Integer getInt(ErraiServiceConfigurator configurator)

get

public String get(ErraiServiceConfigurator configurator)

set

public void set(ErraiServiceConfigurator configurator,
                String value)

getAttributeName

public String getAttributeName()

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.