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

JBossPortletPreferences - JBOSS Portal 2.2 API 英文版文档


org.jboss.portlet
Class JBossPortletPreferences

java.lang.Object
  extended byorg.jboss.portal.portlet.impl.PortletPreferencesImpl
      extended byorg.jboss.portlet.JBossPortletPreferences
All Implemented Interfaces:
java.lang.reflect.InvocationHandler, PortletPreferences

public class JBossPortletPreferences
extends PortletPreferencesImpl
implements java.lang.reflect.InvocationHandler


Nested Class Summary
 
Nested classes inherited from class org.jboss.portal.portlet.impl.PortletPreferencesImpl
PortletPreferencesImpl.Update
 
Field Summary
 
Fields inherited from class org.jboss.portal.portlet.impl.PortletPreferencesImpl
ACTION, context, log, mode, RENDER, updates, validator
 
Constructor Summary
JBossPortletPreferences(PreferencesContext context, PreferencesValidator validator, int mode, ProxyInfo proxyInfo)
           
 
Method Summary
 java.lang.Object getProxy()
           
 java.lang.Object invoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args)
           
 
Methods inherited from class org.jboss.portal.portlet.impl.PortletPreferencesImpl
getMap, getNames, getValue, getValues, isReadOnly, reset, setValue, setValues, store
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JBossPortletPreferences

public JBossPortletPreferences(PreferencesContext context,
                               PreferencesValidator validator,
                               int mode,
                               ProxyInfo proxyInfo)
Method Detail

getProxy

public java.lang.Object getProxy()

invoke

public java.lang.Object invoke(java.lang.Object proxy,
                               java.lang.reflect.Method method,
                               java.lang.Object[] args)
                        throws java.lang.Throwable
Specified by:
invoke in interface java.lang.reflect.InvocationHandler
Throws:
java.lang.Throwable