Deprecated API

Deprecated Methods
com.sun.portal.providers.ProviderAdapter.getContent(Map)
          Using this method has negative performance implications. Use getContent(HttpServletRequest, HttpServletResponse) instead. 
com.sun.portal.providers.Provider.getContent(Map)
          Using this method has negative performance implications. Use getContent(HttpServletRequest, HttpServletResponse) instead. 
com.sun.portal.providers.ProviderAdapter.getEdit(Map)
          Using this method has negative performance implications. Use getEdit(HttpServletRequest, HttpServletResponse) instead. 
com.sun.portal.providers.Provider.getEdit(Map)
          Using this method has negative performance implications. Use getEdit(HttpServletRequest, HttpServletResponse) instead. 
com.sun.portal.providers.context.ProviderContext.getServletConfig()
          A specific front end servlet cannot be assumed. Therefore, programmers should not access a ServletConfig object since it may make their Providers non-portable to other environments. Use getServletContext() instead. 
com.sun.portal.providers.ProfileProviderAdapter.isAllowed(String)
          use getBooleanProperty() 
com.sun.portal.providers.ProviderAdapter.isPresentable()
          Replaced by isPresentable(HttpServletRequest) 
com.sun.portal.providers.Provider.isPresentable()
          Replaced by isPresentable(HttpServletRequest) 
com.sun.portal.providers.ProviderAdapter.processEdit(Map)
          Using this method has negative performance implications. Use processEdit(HttpServletRequest, HttpServletResponse) instead. 
com.sun.portal.providers.Provider.processEdit(Map)
          Using this method has negative performance implications. Use processEdit(HttpServletRequest, HttpServletResponse) instead.