站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.2 API 英文版文档

EmptyConfigurator - JBOSS Portal 2.2 API 英文版文档


org.jboss.portal.common.command
Class EmptyConfigurator

java.lang.Object
  extended byorg.jboss.portal.common.command.EmptyConfigurator
All Implemented Interfaces:
Configurator

public class EmptyConfigurator
extends java.lang.Object
implements Configurator


Field Summary
static EmptyConfigurator EMPTY_CONFIGURATOR
           
 
Method Summary
 boolean contains(AttributeType attribute)
           
 boolean getBoolean(AttributeType attribute)
           
 byte getByte(AttributeType attribute)
           
 char getChar(AttributeType attribute)
           
 double getDouble(AttributeType attribute)
           
 float getFloat(AttributeType attribute)
           
 int getInt(AttributeType attribute)
           
 long getLong(AttributeType attribute)
           
 java.lang.Object getObject(AttributeType attribute)
           
 short getShort(AttributeType attribute)
           
 void setBoolean(AttributeType attribute, boolean value)
           
 void setByte(AttributeType attribute, byte value)
           
 void setChar(AttributeType attribute, char value)
           
 void setDouble(AttributeType attribute, double value)
           
 void setFloat(AttributeType attribute, float value)
           
 void setInt(AttributeType attribute, int value)
           
 void setLong(AttributeType attribute, long value)
           
 void setObject(AttributeType attribute, java.lang.Object value)
           
 void setShort(AttributeType attribute, short value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMPTY_CONFIGURATOR

public static final EmptyConfigurator EMPTY_CONFIGURATOR
Method Detail

contains

public boolean contains(AttributeType attribute)
Specified by:
contains in interface Configurator

setObject

public void setObject(AttributeType attribute,
                      java.lang.Object value)
               throws NoSuchAttachmentException
Specified by:
setObject in interface Configurator
Throws:
NoSuchAttachmentException

setInt

public void setInt(AttributeType attribute,
                   int value)
            throws NoSuchAttachmentException
Specified by:
setInt in interface Configurator
Throws:
NoSuchAttachmentException

setBoolean

public void setBoolean(AttributeType attribute,
                       boolean value)
                throws NoSuchAttachmentException
Specified by:
setBoolean in interface Configurator
Throws:
NoSuchAttachmentException

setFloat

public void setFloat(AttributeType attribute,
                     float value)
              throws NoSuchAttachmentException
Specified by:
setFloat in interface Configurator
Throws:
NoSuchAttachmentException

setLong

public void setLong(AttributeType attribute,
                    long value)
             throws NoSuchAttachmentException
Specified by:
setLong in interface Configurator
Throws:
NoSuchAttachmentException

setDouble

public void setDouble(AttributeType attribute,
                      double value)
               throws NoSuchAttachmentException
Specified by:
setDouble in interface Configurator
Throws:
NoSuchAttachmentException

setChar

public void setChar(AttributeType attribute,
                    char value)
             throws NoSuchAttachmentException
Specified by:
setChar in interface Configurator
Throws:
NoSuchAttachmentException

setShort

public void setShort(AttributeType attribute,
                     short value)
              throws NoSuchAttachmentException
Specified by:
setShort in interface Configurator
Throws:
NoSuchAttachmentException

setByte

public void setByte(AttributeType attribute,
                    byte value)
             throws NoSuchAttachmentException
Specified by:
setByte in interface Configurator
Throws:
NoSuchAttachmentException

getObject

public java.lang.Object getObject(AttributeType attribute)
                           throws NoSuchAttachmentException
Specified by:
getObject in interface Configurator
Throws:
NoSuchAttachmentException

getInt

public int getInt(AttributeType attribute)
           throws NoSuchAttachmentException
Specified by:
getInt in interface Configurator
Throws:
NoSuchAttachmentException

getBoolean

public boolean getBoolean(AttributeType attribute)
                   throws NoSuchAttachmentException
Specified by:
getBoolean in interface Configurator
Throws:
NoSuchAttachmentException

getFloat

public float getFloat(AttributeType attribute)
               throws NoSuchAttachmentException
Specified by:
getFloat in interface Configurator
Throws:
NoSuchAttachmentException

getLong

public long getLong(AttributeType attribute)
             throws NoSuchAttachmentException
Specified by:
getLong in interface Configurator
Throws:
NoSuchAttachmentException

getDouble

public double getDouble(AttributeType attribute)
                 throws NoSuchAttachmentException
Specified by:
getDouble in interface Configurator
Throws:
NoSuchAttachmentException

getChar

public char getChar(AttributeType attribute)
             throws NoSuchAttachmentException
Specified by:
getChar in interface Configurator
Throws:
NoSuchAttachmentException

getShort

public short getShort(AttributeType attribute)
               throws NoSuchAttachmentException
Specified by:
getShort in interface Configurator
Throws:
NoSuchAttachmentException

getByte

public byte getByte(AttributeType attribute)
             throws NoSuchAttachmentException
Specified by:
getByte in interface Configurator
Throws:
NoSuchAttachmentException