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

PropertyMap - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.migration.model20.model
Interface PropertyMap

All Superinterfaces:
java.util.Map
All Known Implementing Classes:
PropertyMapImpl

public interface PropertyMap
extends java.util.Map

Extends the map to provide meta information about user properties.

Version:
$Revision: 5449 $
Author:
Julien Viet

Nested Class Summary
 
Nested classes inherited from class java.util.Map
java.util.Map.Entry
 
Method Summary
 boolean isReadOnly(java.lang.Object key)
           
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Method Detail

isReadOnly

public boolean isReadOnly(java.lang.Object key)