当前页面:
在线文档首页 >
JBOSS Portal 2.2 API 英文版文档
ReflectedConfigurator - JBOSS Portal 2.2 API 英文版文档
org.jboss.portal.common.command
Class ReflectedConfigurator
java.lang.Object
org.jboss.portal.common.command.ReflectedConfigurator
- All Implemented Interfaces:
- Configurator
- public class ReflectedConfigurator
- extends java.lang.Object
- implements Configurator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReflectedConfigurator
public ReflectedConfigurator(java.lang.Object target)
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 final java.lang.Object getObject(AttributeType attribute)
throws NoSuchAttachmentException
- Specified by:
getObject
in interface Configurator
- Throws:
NoSuchAttachmentException
getInt
public final int getInt(AttributeType attribute)
throws NoSuchAttachmentException
- Specified by:
getInt
in interface Configurator
- Throws:
NoSuchAttachmentException
getBoolean
public final boolean getBoolean(AttributeType attribute)
throws NoSuchAttachmentException
- Specified by:
getBoolean
in interface Configurator
- Throws:
NoSuchAttachmentException
getFloat
public final float getFloat(AttributeType attribute)
throws NoSuchAttachmentException
- Specified by:
getFloat
in interface Configurator
- Throws:
NoSuchAttachmentException
getLong
public final long getLong(AttributeType attribute)
throws NoSuchAttachmentException
- Specified by:
getLong
in interface Configurator
- Throws:
NoSuchAttachmentException
getDouble
public final double getDouble(AttributeType attribute)
throws NoSuchAttachmentException
- Specified by:
getDouble
in interface Configurator
- Throws:
NoSuchAttachmentException
getChar
public final char getChar(AttributeType attribute)
throws NoSuchAttachmentException
- Specified by:
getChar
in interface Configurator
- Throws:
NoSuchAttachmentException
getShort
public final short getShort(AttributeType attribute)
throws NoSuchAttachmentException
- Specified by:
getShort
in interface Configurator
- Throws:
NoSuchAttachmentException
getByte
public final byte getByte(AttributeType attribute)
throws NoSuchAttachmentException
- Specified by:
getByte
in interface Configurator
- Throws:
NoSuchAttachmentException