|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Deprecated Fields | |
---|---|
com.ibm.xsp.webapp.FacesServletEx._maxUpload
should be private rather than public |
|
com.ibm.xsp.webapp.FacesServletEx._uploadDir
should be private rather than public |
|
com.ibm.xsp.util.FacesUtil.DATASOURCE
Use DataPublisher.DATASOURCE instead |
|
com.ibm.xsp.acl.ACLEntry.TY_ORGROLE
ORGROLE is not supported in Notes/Domino, it is left over from LCD. |
|
com.ibm.xsp.acl.ACLEntry.TY_ORGUNIT
ORGUNIT is not supported in Notes/Domino, it is left over from LCD. |
|
com.ibm.xsp.application.XspPropertyConstants.XSP_DEFAULT_LINK_TARGET
this is not a property constant |
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.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.util.StringUtil.isEncrypted(String)
|
|
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.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.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 |
|
com.ibm.xsp.util.TypedUtil.toAttributes(Map)
use TypedUtil.getAttributes(UIComponent) instead |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |