当前页面:
在线文档首页 >
JBOSS Portal 2.4 API 英文版文档
EmptyConfigurator - JBOSS Portal 2.4 API 英文版文档
org.jboss.portal.common.command
Class EmptyConfigurator
java.lang.Object
org.jboss.portal.common.command.EmptyConfigurator
- All Implemented Interfaces:
- Configurator
- public class EmptyConfigurator
- extends java.lang.Object
- implements Configurator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EMPTY_CONFIGURATOR
public static final EmptyConfigurator EMPTY_CONFIGURATOR
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