Deprecated Methods |
com.ibm.xsp.application.ApplicationEx.createPersistenceService()
should not be published, should be pushed down to ApplicationExImpl subclass. |
com.ibm.xsp.application.ApplicationEx.createSessionData(FacesContextEx)
should not be published, should be pushed down to ApplicationExImpl subclass |
com.ibm.commons.util.StringUtil.decrypt(String)
|
com.ibm.commons.util.StringUtil.encrypt(String)
|
com.ibm.commons.util.StringUtil.encrypt(String, String)
|
com.ibm.commons.log.Log.get(Class)
|
com.ibm.xsp.context.ExternalContextEx.getConversation()
Should not be part of the public API. |
com.ibm.xsp.application.ApplicationEx.getFactoryLookup()
should not be published, should be pushed down to ApplicationExImpl subclass. Not 100% sure of that |
com.ibm.xsp.webapp.FacesServletEx.getFileItemFactory()
should be private rather than protected |
com.ibm.xsp.application.ApplicationEx.getHandler(URL)
should not be published, should be pushed down to ApplicationExImpl subclass. |
com.ibm.xsp.application.ApplicationEx.getHandlerMap()
should not be published, should be pushed down to ApplicationExImpl subclass. Should be typed. |
com.ibm.xsp.model.domino.wrapped.AbstractDominoViewEntry.getId()
|
com.ibm.xsp.component.UIDataIterator.getIndex()
Use UIDataIterator.getRowIndex() instead, to match the UIData class and the FacesDataIterator interface. |
com.ibm.xsp.component.UIDataEx.getLastCreatedDataModel()
|
com.ibm.xsp.context.RequestParameters.getLibraryPath()
|
com.ibm.xsp.application.ApplicationEx.getObject(String)
should not be published, should be pushed down to ApplicationExImpl subclass |
com.ibm.xsp.application.ApplicationEx.getPersistenceService()
should not be published, should be pushed down to ApplicationExImpl subclass. |
com.ibm.xsp.model.domino.wrapped.AbstractDominoViewEntry.getResponseCount()
|
com.ibm.xsp.model.domino.wrapped.AbstractDominoViewEntry.getResponseLevel()
|
com.ibm.xsp.component.UIViewRootEx.getViewScope()
|
com.ibm.xsp.component.UIViewColumn.getWidth()
Use style or styleClass instead for width definitions
Formerly to define the width of a column
|
com.ibm.commons.xml.DOMUtil.hasChildren(Element)
use element.hasChildNode() instead |
com.ibm.commons.util.StringUtil.isEncrypted(String)
|
com.ibm.designer.domino.xsp.registry.PropertyDesignerExtension.isStyleClass()
unused |
com.ibm.commons.log.Log.load(String, Class>)
|
com.ibm.xsp.application.ApplicationEx.putObject(String, Object)
should not be published, should be pushed down to ApplicationExImpl subclass |
com.ibm.xsp.context.RequestParameters.readLibraryPath(ApplicationEx)
returns "", no longer supported since 8.5.3. |
com.ibm.commons.xml.DOMUtil.rootElement(Document)
use document.getDocumentElement() instead |
com.ibm.xsp.application.ApplicationEx.setController(FacesController)
should not be published, should be pushed down to ApplicationExImpl subclass |
com.ibm.xsp.component.UIDataIterator.setIndex(int)
use UIDataIterator.setRowIndex(int) instead, to match the UIData class |
com.ibm.xsp.context.RequestParameters.setLibraryPath(String)
|
com.ibm.commons.swt.data.editors.api.AbstractComboEditor.setLookup(ILookup)
|
com.ibm.xsp.component.UIInclude.setPageDriver(FacesPageDriver)
On 8.5.0 servers, the compiled .java XPage must invoke this
method with the current page driver. On 8.5.2 or later
servers, it is not required, as the control looks to the
current context for the pageDriver. However, the Designer
8.5.2 install still generates the call to this set method, so
that include controls from an 8.5.2 Designer will run on an
8.5.0 server. |
com.ibm.xsp.component.UIIncludeComposite.setPageDriver(FacesPageDriver)
On 8.5.0 servers, the compiled .java XPage must invoke this
method with the current page driver. On 8.5.2 or later
servers, it is not required, as the control looks to the
current context for the pageDriver. However, the Designer
8.5.2 install still generates the call to this set method, so
that include controls from an 8.5.2 Designer will run on an
8.5.0 server. |
com.ibm.xsp.component.UIViewColumn.setWidth(String)
Use style or styleClass for width definitions
Set the value of the width property.
|
com.ibm.xsp.util.TypedUtil.toAttributes(Map)
use TypedUtil.getAttributes(UIComponent) instead |
com.ibm.xsp.model.domino.wrapped.DominoDocument.wrap(String, Database, String, String, String, String, boolean, String)
|
com.ibm.xsp.model.domino.wrapped.DominoDocument.wrap(String, Document, String, String, boolean, String)
|