Deprecated API

Deprecated Interfaces
ice.storm.StormCallback
          Use ViewportCallback and ScripterCallback instead. 
 

Deprecated Fields
ice.util.PropertyConstants.CHILDRENREADY
            
ice.util.PropertyConstants.CONTENTLOADING
            
ice.util.PropertyConstants.CONTENTLOADINGPROGRESS
            
ice.util.PropertyConstants.CONTENTRENDERING
            
ice.util.PropertyConstants.GOTOANCHOR
            
ice.util.PropertyConstants.NAMECHANGE
            
ice.util.PropertyConstants.OUTSTANDINGIMAGES
            
ice.util.PropertyConstants.PILOTLOADING
            
ice.util.PropertyConstants.STATUSLINE
            
 

Deprecated Methods
ice.util.net.URLStreamHandlerFactory.addStreamHandler(String, Class)
          Use URLStreamHandlerFactory.addStreamHandler(String protocolName, String className) instead. The method is an alias for addStreamHandler(protocolName, cl.getName()) 
ice.storm.StormBase.canGoBack(String)
          Use HistoryManager method instead. 
ice.storm.StormBase.canGoForward(String)
          Use HistoryManager method instead. 
ice.storm.StormBase.clearVieportContent(String, Viewport)
          Use StormBase.clearViewportContent(String, Viewport) instead. 
ice.storm.StormBase.configureViewport(Viewport, String)
          Use StormBase.configureViewport(Viewport) since the second parameter is never used 
ice.storm.StormCallback.confirm(Viewport, String)
            
ice.storm.UrlMaster.createLoader(String)
          Please use ContentLoaderFactory to create ContentLoader. 
ice.storm.StormCallback.createTopLevelContainer(Viewport)
            
ice.storm.ImageCache.dispose()
          Use #disposeResource instead 
ice.storm.StormCallback.disposeTopLevelContainer(Viewport)
            
ice.storm.UrlMaster.get(Session)
          As of 6.1, no instance of UrlMaster is needed for the contained utility methods. Please use URLResolver. 
ice.storm.HistoryManager.getBackHistory(String)
          Use HistoryManager.getBackEntries(String) and HistoryEntry.getURL() instead. 
ice.storm.Viewport.getBaseURL()
          Use Viewport.getBaseUrl() 
ice.storm.StormBase.getCallback()
          Use getViewportCallback(...) or getScripterCallback(...) instead 
ice.pilots.html4.ThePilot.getDocumentDimension(Dimension)
          Use Pilot.getDocPane(), and DocPane.getDocWidth() and DocPane.getDocHeight(). 
ice.pilots.html4.DDocument.getDocumentVieport()
          Please use getDocumentViewport. 
ice.storm.Viewport.getDynamicWrapper()
          Use Viewport.getWindowObj() instead 
ice.storm.HistoryManager.getForwardHistory(String)
          Use HistoryManager.getForwardEntries(String) and HistoryEntry.getURL() instead. 
ice.storm.ImageCache.getImage(URL)
          Use ImageCache.getImage(String). 
ice.pilots.html4.DOM.getInstance()
          Use DOM.getInstance(StormBase) instead. 
ice.storm.StormBase.getScripterFactory()
            
ice.pilots.html4.DOM.getTransformerFactory()
          Use DOM.getTransformFactory(StormBase) instead. 
ice.storm.Hint.getUrl()
          Use Hint.getLocation(). 
ice.storm.StormBase.getUrlMaster()
          As of 6.1, no instance of UrlMaster is needed for the contained utility methods. Please use URLResolver. 
ice.storm.Pilot.getUrlMaster()
          As of 6.1, no instance of UrlMaster is needed for the contained utility methods. Please use URLResolver. 
ice.pilots.html4.ThePilot.getViewDimension(Dimension)
          Use Pilot.getDocPane(), and DocPane.getPaneWidth() and DocPane.getPaneHeight(). 
ice.storm.StormPrinter.getZoom()
          As of 6.0, replaced by StormPageFormat.getScale() 
ice.storm.StormBase.goBack(String)
          Use HistoryManager method instead. 
ice.storm.StormBase.goForward(String)
          Use HistoryManager method instead. 
ice.util.net.URLStreamHandlerFactory.init()
          No operation. The function was never able to carry its function due to limitations of Java URL.setURLStreamHandlerFactory which stores URLStreamHandler instances permanently. 
ice.storm.StormCallback.init(StormBase)
            
ice.util.JVMCapabilities.installDefaultSecurityManager()
          @see ice.util.security.SecurityKit#installDefaultSecurityManager 
ice.storm.StormPrinter.layoutNextPage()
          As of 6.0, replaced by #printPage(Graphics g,int pageIndex 
ice.storm.StormCallback.message(Viewport, String)
            
ice.storm.Pilot.modifiedByScript()
          Pilot is notified by Storm via this callback that somebody may have modified some information in the pilot. For example, a scripter may have updated the styles from another thread and pilot should make sure to validate its view. 
ice.pilots.html4.DOptionElement.onDAttrValueChange(DAttr)
            
ice.pilots.html4.DNode.onDAttrValueChange(DAttr)
          Replaced by the DOMMutationEvent mechanism 
ice.storm.StormPrinter.printPage(Graphics)
            
ice.storm.StormCallback.prompt(Viewport, String, String)
            
ice.storm.StormBase.reload(String)
          Use HistoryManager method instead. 
ice.storm.StormBase.renderVieportContentFully(ContentLoader, Viewport)
          Use StormBase.renderViewportContentFully(ContentLoader, Viewport) instead. 
ice.pilots.html4.DDocument.resolveURL(String)
          Use DDocument.resolveUrl(String). 
ice.storm.UrlMaster.set(Session, UrlMaster)
          As of 6.1, no instance of UrlMaster is needed for the contained utility methods. Please use URLResolver. 
ice.storm.StormBase.setCallback(StormCallback)
          Use setViewportCallback(...) or setScripterCallback(...) instead 
ice.pilots.html4.DOM.setInstance(DOM)
          Use DOM.setInstance(StormBase, DOM) instead. 
ice.storm.StormPrinter.setPageSize(int, int)
          As of 6.0, replaced by StormPageFormat.setPageSize(ice.util.unit.Unit, ice.util.unit.Unit) 
ice.pilots.html4.DOM.setTransformerFactory(TransformerFactory)
          Use DOM.setTransformFactory(StormBase, TransformerFactory) instead. 
ice.storm.Hint.setUrl(URL)
          Use Hint.setLocation(String). 
ice.storm.StormPrinter.setZoom(int)
          As of 6.0, replaced by StormPageFormat.setScale(double) 
ice.pilots.html4.DFormElement.submit(boolean)
          Use DFormElement.submit() in place of submit(false) and DFormElement.submitWithEvent() in place of submit(true). 
ice.storm.StormBase.unload()
          Use StormBase.dispose() to close all resources used by StormBase 
ice.util.net.URLStreamHandlerFactory.unload()
          No operation. The function was never able to carry its function due to limitations of Java URL.setURLStreamHandlerFactory which stores URLStreamHandler instances permanently. 
 

Deprecated Constructors
ice.storm.UrlMaster(Session)
          As of 6.1, no instance of UrlMaster is needed for the contained utility methods. Please use URLResolver.