Deprecated API


Contents
Deprecated Interfaces
com.ibm.wps.pb.property.Action
          since 6.0.1 Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
org.apache.jetspeed.portlet.event.ActionEvent
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
org.apache.jetspeed.portlet.event.ActionListener
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.pb.property.ActionTriggerMarkup
          since 6.0.1 Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
org.apache.jetspeed.portlet.Client
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.portal.content.CompositionMetrics
          this interface is superceded by LayoutMetrics An interface describing metrics information for a node in a composition. Currently, information such as orientation, width and height is offered; in the future, information for voice representation of a composition node will be stored here too. 
org.apache.jetspeed.portlet.service.ContentAccessService
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.portal.ibmportlet.service.model.ContentModelProvider
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.portletservice.credentialvault.CredentialSlotConfig
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.portletservice.credentialvault.CredentialTypes
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.portletservice.credentialvault.CredentialVaultService
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.services.credentialvault.EncryptionExit
          since 5.1.0.1, use com.ibm.portal.portlet.service.credentialvault.spi.EncryptionExit instead. 
com.ibm.wps.portlet.event.EventPhaseListener
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.portletservice.taskmanager.HumanTaskManagerDelegateFactoryService
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.portal.navigation.IdentifiableNavigationNode
          use NavigationNode instead An interface for navigation nodes that can be identified by ID. 
com.ibm.struts.data.IUserConfigurationDataStore
            
com.ibm.portal.ibmportlet.service.model.LanguageListProvider
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.portal.model.LocalizedStringResolver
          instead, use LocalizedContext instances which can be obtained from PortalLocalizedContextHome and PortletLocalizedContextHome. Obtains title or description of a localized object by employing a fallback mechanism in case the title or description is not available in the requested locale(s). This utilizes the expected behavior of the Localized methods: They only return non-null results in case they keep a title or description in the requested locale.
The helper class uses the following fallback order of locales: Try all the given locales, failing that try the portal default locale, failing that try the system default locale. If no title could be determined in any tested locale, the unique name or in absence of a unique name the object id of the resource is returned, if the resource is identifiable. If it is not, an empty string will be returned. An unavailable description is treated similarly, but no unique name or object ID will be used as a description.

The resolver can be obtained through a JNDI lookup:

 Context ctx = new InitialContext();
 final LocalizedStringResolver resolver = (LocalizedStringResolver)
                      ctx.lookup("portal:service/model/LocalizedStringResolver");
 if (resolver != null) {
     final String title = resolver.getTitle(aLocalizedObject, aRequest.getLocales());
     ...
 }
 

 
com.ibm.wps.portletservice.portletmenu.LogMenuService
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.portal.ibmportlet.service.model.MarkupListProvider
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.portletservice.portletmenu.MemoryMenuService
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.portletservice.portletmenu.MemoryMenuTreeTopologyCtrl
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.portlet.menu.MenuContext
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.portlet.menu.MenuNode
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.portlet.menu.MenuProvider
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.portlet.menu.MenuTree
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.portlet.menu.MenuTreeInfoCopyCtrl
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.portlet.menu.MenuTreeInfoCtrl
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.portlet.menu.MenuTreeTopologyCtrl
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
org.apache.jetspeed.portlet.event.MessageEvent
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
org.apache.jetspeed.portlet.event.MessageListener
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.portal.ibmportlet.service.model.NavigationModelProvider
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.portal.ibmportlet.service.model.NavigationSelectionModelProvider
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.pb.property.Parameter
          since 6.0.1 Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
org.apache.jetspeed.portlet.PortletAction
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
org.apache.jetspeed.portlet.PortletApplicationSettings
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
org.apache.jetspeed.portlet.event.PortletApplicationSettingsAttributeEvent
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
org.apache.jetspeed.portlet.event.PortletApplicationSettingsAttributesListener
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
org.apache.jetspeed.portlet.PortletConfig
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
org.apache.jetspeed.portlet.PortletContext
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
org.apache.jetspeed.portlet.PortletData
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.pe.pc.legacy.cmpf.PortletFilter
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.pe.pc.legacy.cmpf.PortletFilterChain
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.pe.pc.legacy.cmpf.PortletFilterConfig
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
org.apache.jetspeed.portlet.PortletLog
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
org.apache.jetspeed.portlet.PortletMessage
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.portal.ibmportlet.service.model.PortletModelProvider
          since 6.0.1. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
org.apache.jetspeed.portlet.PortletPageListener
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
org.apache.jetspeed.portlet.PortletRequest
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
org.apache.jetspeed.portlet.service.PortletService
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
org.apache.jetspeed.portlet.service.spi.PortletServiceConfig
          Use the PortletServiceProvider interface instead 
org.apache.jetspeed.portlet.service.spi.PortletServiceFactory
          Use the PortletServiceProvider interface instead 
org.apache.jetspeed.portlet.service.spi.PortletServiceProvider
          Use the PortletServiceProvider interface instead 
org.apache.jetspeed.portlet.PortletSession
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
org.apache.jetspeed.portlet.PortletSessionListener
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
org.apache.jetspeed.portlet.PortletSettings
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
org.apache.jetspeed.portlet.event.PortletSettingsAttributeEvent
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
org.apache.jetspeed.portlet.event.PortletSettingsAttributesListener
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
org.apache.jetspeed.portlet.PortletTitleListener
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
org.apache.jetspeed.portlet.PortletURI
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
org.apache.jetspeed.portlet.PortletWindow
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.pb.property.Property
          since 6.0.1 Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.pb.service.PropertyBrokerContextPassingService
          since 6.0.1 Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.pb.service.PropertyBrokerService
          since 6.0.1 Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.pb.portlet.PropertyListener
          since 6.0.1 Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.pb.property.PropertyValue
          since 6.0.1 Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.portal.um.PumaAdminHome
          As of release 6.1, use PumaEnvironment#runUnrestricted(java.security.PrivilegedExceptionAction) instead: For executing a Puma Query without Puma enforcing access control (thus "as admin"), wrap your code into a PrivilegedExceptionAction and then use PumaEnvironment#runUnrestricted(PrivilegedExceptionAction) to execute the the query. 
com.ibm.portal.um.portletservice.legacy.PumaHome
            
com.ibm.portal.ibmportlet.service.model.SkinListProvider
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.portal.admin.SkinType
          this interface is deprecated Model interface for a list of Skin types. 
com.ibm.wps.portletservice.taskui.TaskUIManager
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.portal.ibmportlet.service.model.ThemeListProvider
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.portletservice.credentialvault.VaultSegmentConfig
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
org.apache.jetspeed.portlet.event.WindowEvent
          since 5.0, use PortletWindow.getWindowState() instead. 
org.apache.jetspeed.portlet.event.WindowListener
          since 5.0, use PortletWindow.getWindowState() instead. 
com.ibm.wps.wsrp.consumer.security.WSRPResourceURLFilterFactory
          since 5.1.0.1. This plug-point for custom resource URL filters does not add additional value to security for access to served resources. Access to the WSRP resource proxy servlet should be secured and authenticated instead. 
com.ibm.wps.portletservice.portletmenu.XMIMenuService
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
 

Deprecated Classes
org.apache.jetspeed.portlet.AccessDeniedException
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.portal.propertybroker.property.ActionType
          Use com.ibm.wps.portletmodel.propertybroker.ActionType instead. 
com.ibm.wps.portletservice.credentialvault.credentials.ActiveCredential
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.portletservice.credentialvault.credentials.BinaryCredential
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.portletservice.credentialvault.credentials.BinaryPassiveCredential
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.pe.pc.legacy.cache.CacheablePortlet
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
org.apache.jetspeed.portlet.Capability
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.portletservice.credentialvault.credentials.Credential
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.portletservice.credentialvault.CredentialSecretNotSetException
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
org.apache.jetspeed.portlet.DefaultPortletAction
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
org.apache.jetspeed.portlet.DefaultPortletMessage
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.services.globalization.GlobalizationPreferencesHelper
          since 6.1. 
com.ibm.wps.portletservice.credentialvault.credentials.HttpBasicAuthCredential
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.portletservice.credentialvault.credentials.HttpFormBasedAuthCredential
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.pb.service.IllegalStateException
          since 6.0.1 Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.pb.service.InvalidPropertyException
          since 6.0.1 Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.portletservice.credentialvault.credentials.JaasSubjectCredential
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.portletservice.credentialvault.credentials.JaasSubjectPassiveCredential
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.portletservice.credentialvault.credentials.JavaMailCredential
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.portlets.menu.MemoryMenuTreePortlet
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.struts.common.ModuleContext
            
com.ibm.wps.portletservice.credentialvault.credentials.PassiveCredential
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
org.apache.jetspeed.portlet.Portlet
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
org.apache.jetspeed.portlet.PortletAdapter
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.struts.common.PortletApiUtils
            
org.apache.jetspeed.portlet.service.PortletServiceException
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.struts.common.PortletURIAttributes
            
com.ibm.wps.pb.wrapper.PortletWrapper
          since 6.0.2 Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.pb.wrapper.PortletWrapperBase
          since 6.0.2 Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.pb.service.PropertyBrokerServiceException
          since 6.0.1 Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.pb.property.PropertyFactory
          since 6.0.1 Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.portal.ResourceType
          Use com.ibm.portal.ObjectType, com.ibm.portal.ObjectTypeConstants and com.ibm.portal.services.Identification instead 
com.ibm.wps.portletservice.credentialvault.credentials.SimplePassiveCredential
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.portletservice.credentialvault.credentials.SiteMinderTokenCredential
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.portletservice.credentialvault.credentials.SSMTokenCredential
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.portal.struts.command.StrutsViewXmlCommand
          5.1 
com.ibm.wps.pe.pc.legacy.TagConstants
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
org.apache.jetspeed.portlet.UnavailableException
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.portletservice.credentialvault.credentials.UserPasswordCredential
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.portletservice.credentialvault.credentials.UserPasswordPassiveCredential
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.portletservice.credentialvault.credentials.WebSealTokenCredential
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.portlets.struts.WpsStrutsViewXmlCommand
            
com.ibm.wps.portlets.menu.XMIMenuTreePortlet
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
 

Deprecated Exceptions
com.ibm.wps.portletservice.portletmenu.MemoryMenuTreeException
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.portlet.menu.MenuTreeException
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
com.ibm.wps.portletservice.portletmenu.XMIMenuTreeException
          since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead. 
 

Deprecated Fields
org.apache.jetspeed.portlet.PortletWindow.State.CLOSED
            
com.ibm.portal.content.ContentNodeType.COMPOSITION
          use the PAGE type instead Composition node type. 
org.apache.jetspeed.portlet.PortletWindow.State.DETACHED
            
com.ibm.portal.um.PumaProfile.EXTERNAL_USERS_PARENT_DN_ALIAS
          As of release 6.1, replaced by com.ibm.portal.um.PumaEnvironment.EXTERNAL_USERS_PARENT_DN_ALIAS 
com.ibm.portal.struts.portlet.StrutsConstants.INIT_PARAM_DETERMINE_STRUTS_CALLER_INFO
            
com.ibm.wps.portlets.struts.WpsStrutsConstants.INIT_PARAM_DETERMINE_STRUTS_CALLER_INFO
            
com.ibm.portal.struts.portlet.StrutsConstants.INIT_PARAM_SUB_APPLICATION_SEARCH_PATH
            
com.ibm.wps.portlets.struts.WpsStrutsConstants.INIT_PARAM_SUB_APPLICATION_SEARCH_PATH
            
com.ibm.portal.resolver.Constants.KEY_VERB
            
org.apache.jetspeed.portlet.PortletWindow.State.MOVING
            
org.apache.jetspeed.portlet.PortletWindow.State.RESIZING
            
com.ibm.portal.struts.common.PortletApiUtils.RETURN_URL
            
com.ibm.portal.struts.common.PortletApiUtils.STANDARD_URL
            
com.ibm.portal.ResourceType.URL_MAPPING
          Use URL_MAPPING_CONTEXT only. 
com.ibm.wps.pe.pc.legacy.cmpf.PortletFilter.Method.WINDOWEVENT
            
 

Deprecated Methods
org.apache.jetspeed.portlet.PortletURI.addAction(PortletAction)
          Use addAction(String simpleAction) instead 
com.ibm.portal.propertybroker.service.PropertyBrokerService.areCrossPageWiresActive(PortletRequest, String)
          use PortletResponse, java.lang.String)">PropertyBrokerService.areCrossPageWiresActive(PortletRequest, PortletResponse, String) instead 
com.ibm.portal.propertybroker.service.PropertyBrokerService.areWiresActive(PortletRequest, String)
          use PortletResponse, java.lang.String)">PropertyBrokerService.areWiresActive(PortletRequest, PortletResponse, String) instead 
com.ibm.portal.resolver.service.PocService.createContext()
           
com.ibm.portal.struts.common.PortletApiUtils.createPortletURI(Object, int)
            
com.ibm.portal.struts.common.PortletApiUtils.createPortletURIWithStrutsURL(Object, String)
            
com.ibm.portal.struts.common.PortletApiUtils.createPortletURIWithStrutsURL(Object, String, int)
            
ObjectID, java.util.Map, java.util.Map, int, boolean, boolean, org.apache.jetspeed.portlet.PortletRequest)">com.ibm.wps.portletservice.credentialvault.CredentialVaultService.createSlot(String, ObjectID, Map, Map, int, boolean, boolean, PortletRequest)
          Use method #createSlot(String, com.ibm.portal.ObjectID, Map, Map, int, boolean, boolean, PortletRequest) taking a com.ibm.portal.ObjectID for the segmentId as parameter. 
com.ibm.portal.resolver.uri.BaseURI.createURI(String)
           
com.ibm.portal.resolver.uri.BaseURI.createURI(String, String)
           
org.apache.jetspeed.portlet.PortletResponse.encodeURI(String)
          use PortletResponse.encodeURL(java.lang.String) since version 1.1 
com.ibm.portal.content.ControlLocator.findControlByConcretePortletID(ObjectID)
          use ControlLocator.findControlByPortletEntityID(ObjectID) instead Finds the layout node representing a control that holds the concrete portlet with the given object ID. 
com.ibm.portal.content.ControlLocator.findControlByPortletInstanceID(ObjectID)
          use ControlLocator.findControlByPortletDefinitionID(ObjectID) instead Finds the layout node representing a control that holds the portlet instance with the given object ID. 
com.ibm.portal.ResourceType.fromString(String)
          Use Identification.getObjectType(String) instead. 
org.apache.jetspeed.portlet.event.ActionEvent.getAction()
          Use getActionString() instead 
com.ibm.portal.state.accessors.action.engine.EngineActionAccessorFactory.getActionController(HttpServletRequest, String, StateHolderController)
          since 6.0, use the method getActionAccessorController(String, StateHolderController) instead 
com.ibm.portal.state.accessors.action.engine.EngineActionAccessorFactory.getActionController(Node, DocumentController)
          since 6.0, use the method getActionAccessorController(String, StateHolderController) instead 
com.ibm.portal.state.accessors.action.engine.EngineActionAccessorFactory.getActionController(String, StateHolderController)
          since 6.0, use method getActionAccessorController(String, StateHolderController) instead 
com.ibm.wps.pb.service.PropertyBrokerService.getActions(PortletRequest, PortletSettings)
            
com.ibm.wps.pb.property.Action.getActiveOnStartup()
            
com.ibm.portal.admin.Theme)">com.ibm.portal.admin.SkinList.getAllInTheme(Theme)
          use the method of the SkinModelLocator; the locator can be obtained with LocatorProvider.getLocator(). Return all skins that belong to the specified theme 
com.ibm.portal.admin.SkinList.getAllInThemes(Iterator)
          use the method of the SkinModelLocator; the locator can be obtained with LocatorProvider.getLocator(). Return all skins that belong to the specified themes 
com.ibm.portal.admin.SkinType)">com.ibm.portal.admin.SkinModelLocator.getAllOfType(SkinType)
          this method is deprecated without replacement Returns all skins that are of a certain skin type. 
com.ibm.portal.admin.SkinType)">com.ibm.portal.admin.SkinList.getAllOfType(SkinType)
          use the method of the SkinModelLocator; the locator can be obtained with LocatorProvider.getLocator(). 
com.ibm.portal.um.PumaProfile.getAllParentDNs()
          As of release 6.1, replaced by PumaEnvironment#getAllParentDNs() 
org.apache.jetspeed.portlet.PortletResponse.getCharacterSet()
          use getCharacterEncoding since version 1.1 
com.ibm.portal.propertybroker.property.Property.getClassName()
          Use getClassname instead. 
com.ibm.portal.um.PumaHome.getController(javax.servlet.ServletRequest)
          As of release 6.1,use instead 
com.ibm.wps.portletservice.credentialvault.CredentialSlotConfig.getCPIID()
          Use com.ibm.portal.portlet.service.credentialvault.CredentialSlotConfig#getPortalCPIID() returning com.ibm.portal.ObjectID instead. 
com.ibm.portal.admin.Theme)">com.ibm.portal.admin.SkinList.getDefaultForTheme(Theme)
          use the method of the SkinModelLocator; the locator can be obtained with LocatorProvider.getLocator(). Return the default Skin for the denoted theme. 
com.ibm.wps.portletservice.credentialvault.CredentialVaultService.getDefaultUserVaultSegmentId()
          use getDefaultUserVaultSegmentPortalId() instead. 
com.ibm.wps.pb.property.Action.getDescription()
            
com.ibm.wps.pb.property.Parameter.getDescription()
            
com.ibm.wps.pb.property.Property.getDescription()
            
com.ibm.portal.state.accessors.expansionstates.ExpansionStatesAccessorFactory.getExpansionStates(Node, DocumentModel)
          since 6.0, use method getExpansionStatesAccessor(Node, DocumentModel) instead 
com.ibm.portal.state.accessors.expansionstates.ExpansionStatesAccessorFactory.getExpansionStates(StateHolder)
          since 6.0, use the method getExpansionStatesAccessor(StateHolder) instead 
com.ibm.portal.state.accessors.expansionstates.ExpansionStatesAccessorFactory.getExpansionStatesController(Node, DocumentController)
          since 6.0, use method getExpansionStatesAccessorController(Node, DocumentController) instead 
com.ibm.portal.state.accessors.expansionstates.ExpansionStatesAccessorFactory.getExpansionStatesController(StateHolderController)
          since 6.0, use method getExpansionStatesAccessorController(StateHolderController) instead 
com.ibm.portal.um.PumaProfile.getExternalParentDN()
          As of release 6.1, replaced by PumaEnvironment#getExternalParentDN() 
com.ibm.wps.pb.property.Action.getInvokeOnMultipleMatch()
            
com.ibm.portal.state.accessors.portlet.PortletTargetAccessorFactory.getLegacyPortletTargetController(HttpServletRequest, Node, DocumentController)
          since 6.0, use method getLegacyPortletTargetAccessorController(HttpServletRequest, Node, DocumentController) instead 
com.ibm.portal.state.accessors.portlet.PortletTargetAccessorFactory.getLegacyPortletTargetController(HttpServletRequest, StateHolderController)
          since 6.0, use method getLegacyPortletTargetAccessorController(HttpServletRequest, StateHolderController) instead 
com.ibm.portal.state.accessors.portlet.PortletTargetAccessorFactory.getLegacyPortletTargetController(Node, DocumentController)
          Use the method getLegacyPortletTargetAccessorController(Node, DocumentController) instead. Returns a controller which allows for declaring a legacy portlet as the target of an action link. The returned controller operates on the given node representing the root of portlet target information. 
com.ibm.portal.state.accessors.portlet.PortletTargetAccessorFactory.getLegacyPortletTargetController(StateHolderController)
          since 6.0, use method getLegacyPortletTargetAccessorController(StateHolderController) instead 
com.ibm.portal.um.PumaHome.getLocator(javax.servlet.ServletRequest)
          As of release 6.1,use instead 
com.ibm.portal.resolver.service.PocService.getLookupService()
          use PocServiceHome#getLookupService() instead 
com.ibm.portal.content.LayoutNode.getMetrics()
          use LayoutNode.getLayoutMetrics() instead Returns metrics information of this composition element. This could be for example the width of the node. 
org.apache.jetspeed.portlet.PortletConfig.getName()
          since 5.1, use PortletSettings.getName() instead to retrieve the name of the concrete portlet. 
com.ibm.portal.state.accessors.navigationshift.NavigationShiftAccessorFactory.getNavigationShift(Node, DocumentModel)
          since 6.0, use method getNavigationShiftAccessor(Node, DocumentModel) instead 
com.ibm.portal.state.accessors.navigationshift.NavigationShiftAccessorFactory.getNavigationShift(ObjectID, StateHolder)
          since 6.0, use method getNavigationShiftAccessor(ObjectID, StateHolder) instead 
com.ibm.portal.state.accessors.navigationshift.NavigationShiftAccessorFactory.getNavigationShiftController(Node, DocumentController)
          since 6.0, use method getNavigationShiftAccessorController(Node, DocumentController) instead 
com.ibm.portal.state.accessors.navigationshift.NavigationShiftAccessorFactory.getNavigationShiftController(ObjectID, StateHolderController)
          since 6.0, use method getNavigationShiftAccessorController(ObjectID, StateHolderController) instead 
com.ibm.portal.state.accessors.navigationshift.NavigationShiftAccessorFactory.getNavigationShiftController(String, StateHolderController)
          since 6.0, use method getNavigationShiftAccessorController(String, StateHolderController) instead 
com.ibm.wps.portletservice.credentialvault.VaultSegmentConfig.getObjectID()
          Use getPortalObjectID() returning com.ibm.portal.ObjectID instead. 
com.ibm.portal.um.PumaProfile.getParentDN(String)
          As of release 6.1, replaced by PumaEnvironment#getParentDN(String) 
org.apache.jetspeed.portlet.UnavailableException.getPortlet()
          no replacement. Returns the portlet that is reporting its unavailability. 
org.apache.jetspeed.portlet.event.Event.getPortlet()
          deprecated since version 1.1 
com.ibm.portal.state.accessors.portlet.PortletAccessorFactory.getPortlet(Node, DocumentModel)
          since 6.0, use method getPortletAccessor(Node, DocumentModel) instead 
com.ibm.portal.state.accessors.portlet.PortletAccessorFactory.getPortlet(ObjectID, StateHolder)
          since 6.0, use method getPortletAccessor(ObjectID, StateHolder) instead 
com.ibm.portal.state.accessors.portlet.PortletAccessorFactory.getPortlet(String, StateHolder)
          since 6.0, use method getPortletAccessor(String, StateHolder) instead 
com.ibm.portal.state.accessors.portlet.PortletAccessorFactory.getPortletController(Node, DocumentController)
          since 6.0, use method getPortletAccessorController(Node, StateHolderController) instead 
com.ibm.portal.state.accessors.portlet.PortletAccessorFactory.getPortletController(ObjectID, StateHolderController)
          since 6.0, use the method getPortletAccessorController(ObjectID, StateHolderController) instead. 
com.ibm.portal.state.accessors.portlet.PortletAccessorFactory.getPortletController(String, StateHolderController)
          since 6.0, use method getPortletAccessorController(String, StateHolderController) instead 
com.ibm.portal.state.accessors.portlet.PortletAccessorFactory.getPortlets(Node, DocumentModel)
          since 6.0, use method getPortletListAccessor(Node, DocumentModel) instead 
com.ibm.portal.state.accessors.portlet.PortletAccessorFactory.getPortlets(StateHolder)
          since 6.0, use method getPortletListAccessor(StateHolder) instead 
org.apache.jetspeed.portlet.Portlet.getPortletSettings()
          since 5.1, use PortletRequest.getPortletSettings instead. A single instance of a portlet may reference multiple concrete portlets; without a reference to a portlet request, it is not always possible to determine the correct concrete portlet 
com.ibm.portal.state.accessors.portlet.PortletTargetAccessorFactory.getPortletTargetController(HttpServletRequest, Node, DocumentController)
          since 6.0, use method getPortletTargetAccessorController(HttpServletRequest) instead 
com.ibm.portal.state.accessors.portlet.PortletTargetAccessorFactory.getPortletTargetController(HttpServletRequest, StateHolderController)
          since 6.0, use method getPortletTargetAccessorController(HttpServletRequest, StateHolderController) instead 
com.ibm.portal.state.accessors.portlet.PortletTargetAccessorFactory.getPortletTargetController(Node, DocumentController)
          since 6.0, use method getPortletTargetAccessorController(Node, DocumentController) instead 
com.ibm.portal.state.accessors.portlet.PortletTargetAccessorFactory.getPortletTargetController(StateHolderController)
          since 6.0, use method getPortletTargetAccessorController(StateHolderController) instead 
com.ibm.portal.um.PumaHome.getProfile(javax.servlet.ServletRequest)
          As of release 6.1,use instead 
com.ibm.wps.pb.service.PropertyBrokerService.getProperties(PortletRequest, PortletSettings)
            
com.ibm.portal.ResourceType.getProtectedLWPTypes()
          - use QueryProtectedResourceTypesCommand instead 
com.ibm.portal.ResourceType.getProtectedResourceTypes()
          - use QueryProtectedResourceTypesCommand instead 
com.ibm.portal.ResourceType.getProtectedWCMTypes()
          - use QueryProtectedResourceTypesCommand instead 
com.ibm.portal.ResourceType.getProtectedWPCPTypes()
          - use QueryProtectedResourceTypesCommand instead 
com.ibm.portal.ObjectID.getResourceType()
          use getObjectType() instead 
com.ibm.wps.portletservice.credentialvault.CredentialSlotConfig.getSegmentObjectID()
          Use com.ibm.portal.portlet.service.credentialvault.CredentialSlotConfig#getSegmentPortalObjectID() that returns a com.ibm.portal.ObjectID instead. 
com.ibm.portal.state.accessors.selection.SelectionAccessorFactory.getSelection(Node, DocumentModel)
          since 6.0, use method getSelectionAccessor(Node, DocumentModel) instead 
com.ibm.portal.state.accessors.selection.SelectionAccessorFactory.getSelection(StateHolder)
          since 6.0, use method getSelectionAccessor(StateHolder) instead 
com.ibm.portal.state.accessors.selection.SelectionAccessorFactory.getSelectionController(Node, DocumentController)
          since 6.0, use method getSelectionAccessorController(Node, DocumentController) instead 
com.ibm.portal.state.accessors.selection.SelectionAccessorFactory.getSelectionController(StateHolderController)
          since 6.0, use method getSelectionAccessorController(StateHolderController) instead 
com.ibm.portal.state.accessors.showtools.ShowToolsAccessorFactory.getShowTools(Node, DocumentModel)
          since 6.0, use method getShowToolsAccessor(Node, DocumentModel) instead 
com.ibm.portal.state.accessors.showtools.ShowToolsAccessorFactory.getShowTools(StateHolder)
          since 6.0, use method getShowToolsAccessor(StateHolder) instead 
com.ibm.portal.state.accessors.showtools.ShowToolsAccessorFactory.getShowToolsController(Node, DocumentController)
          since 6.0, use method getShowToolsAccessorController(Node, DocumentController) instead 
com.ibm.portal.state.accessors.showtools.ShowToolsAccessorFactory.getShowToolsController(StateHolderController)
          since 6.0, use method getShowToolsAccessorController(StateHolderController) instead 
com.ibm.portal.admin.Skin.getSkinType()
          this method is deprecated and has no replacement Returns the skin type. 
com.ibm.portal.state.accessors.solo.SoloAccessorFactory.getSolo(Node, DocumentModel)
          since 6.0, use method getSoloAccessor(Node, DocumentModel) instead 
com.ibm.portal.state.accessors.solo.SoloAccessorFactory.getSolo(StateHolder)
          since 6.0, use method getSoloAccessor(StateHolder) instead 
com.ibm.portal.state.accessors.solo.SoloAccessorFactory.getSoloController(Node, DocumentController)
          since 6.0, use method getSoloAccessorController(Node, DocumentController) instead 
com.ibm.portal.state.accessors.solo.SoloAccessorFactory.getSoloController(StateHolderController)
          since 6.0, use method getSoloAccessorController(StateHolderController) instead 
com.ibm.portal.state.accessors.StateAccessorFactory.getState()
          since 6.0, use method getStateAccessor() instead 
com.ibm.portal.state.accessors.StateAccessorFactory.getStateController()
          since 6.0, use method getStateAccessorController() instead 
com.ibm.portal.content.LayoutModel.getTheme()
          use this method on the corresponding ContentPage 
com.ibm.wps.pb.property.Action.getTitle()
            
com.ibm.wps.pb.property.Parameter.getTitle()
            
com.ibm.wps.pb.property.Property.getTitle()
            
com.ibm.portal.admin.SkinList.getTypes()
          this method is deprecated without replacement Returns a list model of SkinType objects that are defined for the skin list. 
com.ibm.portal.admin.Markup)">com.ibm.portal.content.ContentURL.getURL(Markup)
          use ContentURL.newURL() instead Returns the URL that this content node represents for the given markup. 
com.ibm.portal.content.ContentURL.getURL(String)
          use ContentURL.newURL() instead Returns the URL that this content node represents for the given markup. Whenever possible, use the method getURL(Markup aMarkup) instead of this one - this method will be deprecated at some point in the future. 
org.apache.jetspeed.portlet.PortletSession.getUser()
          use portletRequest.getUser() since version 1.1 
com.ibm.portal.ResourceType.intValue()
          Use ObjectType.getOrdinalValue() instead. 
com.ibm.portal.content.LayoutModel.isActive()
          use this method on the corresponding ContentPage 
com.ibm.portal.content.LayoutModel.isBookmarkable()
          use this method on the corresponding ContentPage, if implemented (optional) 
org.apache.jetspeed.portlet.PortletWindow.isDetached()
          use getWindowState() since version 1.1 
com.ibm.portal.state.accessors.expansionstates.ExpansionStatesAccessor.isExpanded(ObjectID)
          since 6.0, use method isToggled(ObjectID) instead 
com.ibm.portal.state.accessors.expansionstates.ExpansionStatesAccessor.isExpanded(String)
          since 6.0, use method isToggled(String) instead 
com.ibm.portal.um.PumaProfile.isExternal(Principal)
          As of release 6.1, replaced by PumaEnvironment#isExternal(Principal) 
org.apache.jetspeed.portlet.PortletWindow.isMaximized()
          use getWindowState() since version 1.1 
org.apache.jetspeed.portlet.PortletWindow.isMinimized()
          use getWindowState() since version 1.1 
com.ibm.portal.content.LayoutModel.isShareable()
          use this method on the corresponding ContentPage, if implemented (optional) 
com.ibm.portal.admin.Decoration.isSystem()
          there is no replacement for this method Returns whether or not the decoration is a system decoration. 
com.ibm.portal.propertybroker.service.PropertyBrokerService.isWired(PortletRequest, String)
          use PortletResponse, java.lang.String)">PropertyBrokerService.isWired(PortletRequest, PortletResponse, String) instead 
com.ibm.portal.propertybroker.service.PropertyBrokerService.isWiredAcrossPages(PortletRequest, String)
          use PortletResponse, java.lang.String)">PropertyBrokerService.isWiredAcrossPages(PortletRequest, PortletResponse, String) instead 
com.ibm.portal.um.PumaProfile.matchesParentDN(Principal, String)
          As of release 6.1, replaced by PumaEnvironment#matchesParentDN(Principal, String) 
com.ibm.portal.identification.Identification)">com.ibm.portal.spa.data.SpaURI.newInstance(ObjectID, String, Identification)
          use com.ibm.portal.identification.Identification, com.ibm.portal.resolver.service.PocService)">SpaURI.newInstance(ObjectID, String, Identification, PocService) instead 
com.ibm.portal.identification.Identification)">com.ibm.portal.spa.data.SpaURI.newInstance(ObjectID, String, String, Identification)
          use com.ibm.portal.identification.Identification, com.ibm.portal.resolver.service.PocService)">SpaURI.newInstance(ObjectID, String, String, Identification, PocService) instead 
com.ibm.portal.spa.data.SpaURI.newInstance(String, String)
          use SpaURI.newInstance(String, String, PocService) instead 
com.ibm.portal.spa.data.SpaURI.newInstance(String, String, String)
          use SpaURI.newInstance(String, String, String, PocService) instead 
com.ibm.portal.state.PortletStateManager.newResourceURL()
          Use the corresponding method in URLFactory instead. 
com.ibm.portal.state.accessors.url.URLAccessorFactory.newResourceURL(HttpServletRequest)
          Creates an accessor object that can generate links to resources in the portal application. 
com.ibm.portal.state.accessors.url.URLAccessorFactory.newResourceURL(HttpServletRequest, HttpServletResponse, StateHolder)
          Creates an accessor object that can generate links to resources in the portal application. 
com.ibm.portal.state.PortletStateManager.newURL(Constants.Clone)
          Use the corresponding method in URLFactory instead. 
com.ibm.portal.state.accessors.url.URLAccessorFactory.newURL(HttpServletRequest, Constants.Clone)
          Returns a URL object based on the information in the servlet request. The object operates on a copy of the state holder, so setting parameters to the engine URL will not modify the original state. 
com.ibm.portal.state.accessors.url.ResolvedUrlAccessFactory.newURL(HttpServletRequest, String, Constants.Merge)
          This method takes the provided request and fills the state holder based on the state associated with this request. Then the state that is provided via the alias name is retrieved and merged into the state of the current request. 
com.ibm.portal.state.PortletStateManager.newURL(StateHolder, Constants.Clone)
          Use the corresponding method in URLFactory instead. 
com.ibm.portal.state.PortletStateManager.newURL(StateHolder, URLContext, Constants.Clone)
          Use the corresponding method in URLFactory instead. 
com.ibm.portal.state.PortletStateManager.newURL(URLContext, Constants.Clone)
          Use the corresponding method in URLFactory instead. 
com.ibm.wps.pb.property.ActionTriggerMarkup.preWiredActions()
            
com.ibm.wps.portlets.struts.WpsStrutsPortlet.processAction(PortletRequest, String)
            
org.apache.jetspeed.portlet.PortletData.removeAllAttributes()
          deprecated since version 1.1 
com.ibm.portal.content.LayoutModel.render(E)
          this method will be removed, the models do not actively write markup Renders the given node. The node is expected to be a part of this layout model. 
org.apache.jetspeed.portlet.PortletContext.send(String, PortletMessage, PortletRequest)
          since Version 1.1 
com.ibm.portal.state.accessors.portlet.PortletTargetAccessorController.setActionTarget(HttpServletRequest, ObjectID)
          Use PortletTargetAccessorController.setTarget(TargetType, ObjectID) instead. 
com.ibm.portal.state.accessors.portlet.PortletTargetAccessorController.setActionTarget(HttpServletRequest, String)
          Use PortletTargetAccessorController.setTarget(TargetType, ObjectID) instead. 
com.ibm.portal.state.accessors.portlet.PortletTargetAccessorController.setActionTarget(ObjectID)
          Use PortletTargetAccessorController.setTarget(TargetType, ObjectID) instead. 
com.ibm.portal.state.accessors.portlet.PortletTargetAccessorController.setActionTarget(String)
          Use PortletTargetAccessorController.setTarget(TargetType, String) instead. 
com.ibm.wps.portlets.struts.WpsStrutsPortlet.setCommonsLogFactory()
          The LogFactory implementation class is set in commons-logging.properties. 
com.ibm.wps.pb.property.Action.setDescription(String)
            
com.ibm.wps.pb.property.Parameter.setDescription(String)
            
com.ibm.wps.pb.property.Property.setDescription(String)
            
com.ibm.portal.state.accessors.expansionstates.ExpansionStatesAccessorController.setExpansionState(ListModel, boolean)
          since 6.0, use method setToggled(ObjectID) instead 
com.ibm.portal.state.accessors.expansionstates.ExpansionStatesAccessorController.setExpansionState(ObjectID, boolean)
          since 6.0, use method setToggled(ObjectID) instead 
com.ibm.portal.state.accessors.expansionstates.ExpansionStatesAccessorController.setExpansionState(String, boolean)
          since 6.0, use method setToggled(String) instead 
com.ibm.wps.struts.common.PortletApiUtils.setInstance(PortletApiUtils)
            
com.ibm.wps.pb.property.Action.setInvokeOnMultipleMatch(boolean)
            
com.ibm.portal.state.accessors.portlet.PortletTargetAccessorController.setRenderTarget(ObjectID)
          Use PortletTargetAccessorController.setTarget(TargetType, ObjectID) instead. 
com.ibm.portal.state.accessors.portlet.PortletTargetAccessorController.setRenderTarget(String)
          Use PortletTargetAccessorController.setTarget(TargetType, String) instead. 
com.ibm.wps.pb.property.Action.setTitle(String)
            
com.ibm.wps.pb.property.Parameter.setTitle(String)
            
com.ibm.wps.pb.property.Property.setTitle(String)
            
com.ibm.portal.struts.common.PortletApiUtils.typeOfURL(String)
            
 

Deprecated Constructors
com.ibm.wps.struts.common.ModuleContext(ActionServlet, ModuleConfig)
            
org.apache.jetspeed.portlet.UnavailableException(int, Portlet, String)
          use UnavailableException.UnavailableException(String, int) instead. 
org.apache.jetspeed.portlet.UnavailableException(Portlet, String)
          use UnavailableException.UnavailableException(String) instead.