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

Configurator - JBOSS Portal 2.2 API 英文版文档


org.jboss.portal.common.command
Interface Configurator

All Known Implementing Classes:
EmptyConfigurator, ReflectedConfigurator

public interface 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)
           
 

Method Detail

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