org.exoplatform.services.portletcontainer.plugins.pc.portletAPIImp.helpers
Class DummyCcppProfile

java.lang.Object
  extended by org.exoplatform.services.portletcontainer.plugins.pc.portletAPIImp.helpers.DummyCcppProfile
All Implemented Interfaces:
javax.ccpp.Profile

public class DummyCcppProfile
extends java.lang.Object
implements javax.ccpp.Profile

Version:
$Id: $
Author:
Roman Pedchenko

Constructor Summary
DummyCcppProfile()
           
 
Method Summary
 javax.ccpp.Attribute getAttribute(java.lang.String name)
          Overridden method.
 java.util.Set getAttributes()
          Overridden method.
 javax.ccpp.Component getComponent(java.lang.String name)
          Overridden method.
 java.util.Set getComponents()
          Overridden method.
 javax.ccpp.ProfileDescription getDescription()
          Overridden method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DummyCcppProfile

public DummyCcppProfile()
Method Detail

getAttribute

public final javax.ccpp.Attribute getAttribute(java.lang.String name)
Overridden method.

Specified by:
getAttribute in interface javax.ccpp.Profile
Parameters:
name - name
Returns:
attribute
See Also:
Profile.getAttribute(java.lang.String)

getAttributes

public final java.util.Set getAttributes()
Overridden method.

Specified by:
getAttributes in interface javax.ccpp.Profile
Returns:
attributes
See Also:
Profile.getAttributes()

getComponent

public final javax.ccpp.Component getComponent(java.lang.String name)
Overridden method.

Specified by:
getComponent in interface javax.ccpp.Profile
Parameters:
name - name
Returns:
component
See Also:
Profile.getComponent(java.lang.String)

getComponents

public final java.util.Set getComponents()
Overridden method.

Specified by:
getComponents in interface javax.ccpp.Profile
Returns:
components
See Also:
Profile.getComponents()

getDescription

public final javax.ccpp.ProfileDescription getDescription()
Overridden method.

Specified by:
getDescription in interface javax.ccpp.Profile
Returns:
description
See Also:
Profile.getDescription()


Copyright © 2011 eXo Platform SAS. All Rights Reserved.