当前页面:
在线文档首页 >
JBOSS Portal 2.6 API 英文版文档
Configurator - JBOSS Portal 2.6 API 英文版文档
org.jboss.portlet.forums.command
Interface Configurator
- All Known Implementing Classes:
- EmptyConfigurator, ReflectedConfigurator
- public interface Configurator
- Version:
- $Revision: 5448 $
- Author:
- Julien Viet
contains
public boolean contains(AttributeType attribute)
setObject
public void setObject(AttributeType attribute,
java.lang.Object value)
throws NoSuchAttachmentException
- Throws:
NoSuchAttachmentException
setInt
public void setInt(AttributeType attribute,
int value)
throws NoSuchAttachmentException
- Throws:
NoSuchAttachmentException
setBoolean
public void setBoolean(AttributeType attribute,
boolean value)
throws NoSuchAttachmentException
- Throws:
NoSuchAttachmentException
setFloat
public void setFloat(AttributeType attribute,
float value)
throws NoSuchAttachmentException
- Throws:
NoSuchAttachmentException
setLong
public void setLong(AttributeType attribute,
long value)
throws NoSuchAttachmentException
- Throws:
NoSuchAttachmentException
setDouble
public void setDouble(AttributeType attribute,
double value)
throws NoSuchAttachmentException
- Throws:
NoSuchAttachmentException
setChar
public void setChar(AttributeType attribute,
char value)
throws NoSuchAttachmentException
- Throws:
NoSuchAttachmentException
setShort
public void setShort(AttributeType attribute,
short value)
throws NoSuchAttachmentException
- Throws:
NoSuchAttachmentException
setByte
public void setByte(AttributeType attribute,
byte value)
throws NoSuchAttachmentException
- Throws:
NoSuchAttachmentException
getObject
public java.lang.Object getObject(AttributeType attribute)
throws NoSuchAttachmentException
- Throws:
NoSuchAttachmentException
getInt
public int getInt(AttributeType attribute)
throws NoSuchAttachmentException
- Throws:
NoSuchAttachmentException
getBoolean
public boolean getBoolean(AttributeType attribute)
throws NoSuchAttachmentException
- Throws:
NoSuchAttachmentException
getFloat
public float getFloat(AttributeType attribute)
throws NoSuchAttachmentException
- Throws:
NoSuchAttachmentException
getLong
public long getLong(AttributeType attribute)
throws NoSuchAttachmentException
- Throws:
NoSuchAttachmentException
getDouble
public double getDouble(AttributeType attribute)
throws NoSuchAttachmentException
- Throws:
NoSuchAttachmentException
getChar
public char getChar(AttributeType attribute)
throws NoSuchAttachmentException
- Throws:
NoSuchAttachmentException
getShort
public short getShort(AttributeType attribute)
throws NoSuchAttachmentException
- Throws:
NoSuchAttachmentException
getByte
public byte getByte(AttributeType attribute)
throws NoSuchAttachmentException
- Throws:
NoSuchAttachmentException