Binary compatibility report for the MyFaces library between 2.0.12 and 2.0.13 versions
Test Info
Library Name | MyFaces |
Version #1 | 2.0.12 |
Version #2 | 2.0.13 |
Test Results
Total Java ARchives | 2 |
---|
Total Methods / Classes | 10677 / 1269 |
---|
Verdict | Incompatible (0.2%) |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 99 |
---|
Removed Methods | High | 6 |
---|
Problems with Data Types | High | 0 |
---|
Medium | 4 |
Low | 5 |
Problems with Methods | High | 0 |
---|
Medium | 0 |
Low | 0 |
Other Changes in Data Types | - | 7 |
Added Methods (99)
myfaces-bundle-2.0.13.jar, AbstractFacelet.class
package org.apache.myfaces.view.facelets
AbstractFacelet.getFaceletId ( ) : String
[run-time name: org/apache/myfaces/view/facelets/AbstractFacelet.getFaceletId:()Ljava/lang/String;]
myfaces-bundle-2.0.13.jar, ArrayUtils.class
package org.apache.myfaces.shared.util
ArrayUtils.addAll ( java.util.Collection collection, java.util.Collection toAdd ) [static] : void
[run-time name: org/apache/myfaces/shared/util/ArrayUtils.addAll:(Ljava/util/Collection;Ljava/util/Collection;)V]
myfaces-bundle-2.0.13.jar, AttachedDeltaWrapper.class
package org.apache.myfaces.shared.util
AttachedDeltaWrapper.AttachedDeltaWrapper ( Class clazz, Object wrappedStateObject )
[run-time name: org/apache/myfaces/shared/util/AttachedDeltaWrapper."<init>":(Ljava/lang/Class;Ljava/lang/Object;)V]
AttachedDeltaWrapper.getWrappedStateObject ( ) : Object
[run-time name: org/apache/myfaces/shared/util/AttachedDeltaWrapper.getWrappedStateObject:()Ljava/lang/Object;]
myfaces-bundle-2.0.13.jar, ClientBehaviorEvents.class
package org.apache.myfaces.shared.util.renderkit
ClientBehaviorEvents.ClientBehaviorEvents ( )
[run-time name: org/apache/myfaces/shared/util/renderkit/ClientBehaviorEvents."<init>":()V]
myfaces-bundle-2.0.13.jar, ComponentUtils.class
package org.apache.myfaces.shared.util
ComponentUtils.ComponentUtils ( )
[run-time name: org/apache/myfaces/shared/util/ComponentUtils."<init>":()V]
ComponentUtils.findParentNamingContainer ( javax.faces.component.UIComponent component ) [static] : javax.faces.component.UIComponent
[run-time name: org/apache/myfaces/shared/util/ComponentUtils.findParentNamingContainer:(Ljavax/faces/component/UIComponent;)Ljavax/faces/component/UIComponent;]
ComponentUtils.findParentNamingContainer ( javax.faces.component.UIComponent component, boolean returnRootIfNotFound ) [static] : javax.faces.component.UIComponent
[run-time name: org/apache/myfaces/shared/util/ComponentUtils.findParentNamingContainer:(Ljavax/faces/component/UIComponent;Z)Ljavax/faces/component/UIComponent;]
myfaces-bundle-2.0.13.jar, CompositeResourceLibrary.class
package org.apache.myfaces.view.facelets.tag.composite
CompositeResourceLibrary.CompositeResourceLibrary ( javax.faces.context.FacesContext facesContext )
[run-time name: org/apache/myfaces/view/facelets/tag/composite/CompositeResourceLibrary."<init>":(Ljavax/faces/context/FacesContext;)V]
myfaces-bundle-2.0.13.jar, ConcurrentLRUCache.class
package org.apache.myfaces.shared.util
ConcurrentLRUCache.clear ( ) : void
[run-time name: org/apache/myfaces/shared/util/ConcurrentLRUCache.clear:()V]
ConcurrentLRUCache.ConcurrentLRUCache ( int size, int lowerWatermark )
[run-time name: org/apache/myfaces/shared/util/ConcurrentLRUCache."<init>":(II)V]
ConcurrentLRUCache.ConcurrentLRUCache ( int upperWaterMark, int lowerWaterMark, int acceptableWatermark, int initialSize, boolean runCleanupThread, boolean runNewThreadForCleanup, ConcurrentLRUCache.EvictionListener evictionListener )
[run-time name: org/apache/myfaces/shared/util/ConcurrentLRUCache."<init>":(IIIIZZLorg/apache/myfaces/shared/util/ConcurrentLRUCache$EvictionListener;)V]
ConcurrentLRUCache.destroy ( ) : void
[run-time name: org/apache/myfaces/shared/util/ConcurrentLRUCache.destroy:()V]
ConcurrentLRUCache.finalize ( ) : void
[run-time name: org/apache/myfaces/shared/util/ConcurrentLRUCache.finalize:()V]
ConcurrentLRUCache.get ( Object key ) : Object
[run-time name: org/apache/myfaces/shared/util/ConcurrentLRUCache.get:(Ljava/lang/Object;)Ljava/lang/Object;]
ConcurrentLRUCache.getLatestAccessedItems ( int n ) : java.util.Map
[run-time name: org/apache/myfaces/shared/util/ConcurrentLRUCache.getLatestAccessedItems:(I)Ljava/util/Map;]
ConcurrentLRUCache.getMap ( ) : java.util.Map
[run-time name: org/apache/myfaces/shared/util/ConcurrentLRUCache.getMap:()Ljava/util/Map;]
ConcurrentLRUCache.getOldestAccessedItems ( int n ) : java.util.Map
[run-time name: org/apache/myfaces/shared/util/ConcurrentLRUCache.getOldestAccessedItems:(I)Ljava/util/Map;]
ConcurrentLRUCache.getStats ( ) : ConcurrentLRUCache.Stats
[run-time name: org/apache/myfaces/shared/util/ConcurrentLRUCache.getStats:()Lorg/apache/myfaces/shared/util/ConcurrentLRUCache$Stats;]
ConcurrentLRUCache.put ( Object key, Object val ) : Object
[run-time name: org/apache/myfaces/shared/util/ConcurrentLRUCache.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;]
ConcurrentLRUCache.remove ( Object key ) : Object
[run-time name: org/apache/myfaces/shared/util/ConcurrentLRUCache.remove:(Ljava/lang/Object;)Ljava/lang/Object;]
ConcurrentLRUCache.setAlive ( boolean live ) : void
[run-time name: org/apache/myfaces/shared/util/ConcurrentLRUCache.setAlive:(Z)V]
ConcurrentLRUCache.size ( ) : int
[run-time name: org/apache/myfaces/shared/util/ConcurrentLRUCache.size:()I]
myfaces-bundle-2.0.13.jar, DebugUtils.class
package org.apache.myfaces.shared.util
DebugUtils.DebugUtils ( )
[run-time name: org/apache/myfaces/shared/util/DebugUtils."<init>":()V]
DebugUtils.getPathToComponent ( javax.faces.component.UIComponent component ) [static] : String
[run-time name: org/apache/myfaces/shared/util/DebugUtils.getPathToComponent:(Ljavax/faces/component/UIComponent;)Ljava/lang/String;]
myfaces-bundle-2.0.13.jar, DefaultFaceletsStateManagementStrategy.class
package org.apache.myfaces.view.facelets
DefaultFaceletsStateManagementStrategy.getVisitContextFactory ( ) : javax.faces.component.visit.VisitContextFactory
[run-time name: org/apache/myfaces/view/facelets/DefaultFaceletsStateManagementStrategy.getVisitContextFactory:()Ljavax/faces/component/visit/VisitContextFactory;]
myfaces-bundle-2.0.13.jar, DefaultRestoreViewSupport.class
package org.apache.myfaces.lifecycle
DefaultRestoreViewSupport.getVisitContextFactory ( ) : javax.faces.component.visit.VisitContextFactory
[run-time name: org/apache/myfaces/lifecycle/DefaultRestoreViewSupport.getVisitContextFactory:()Ljavax/faces/component/visit/VisitContextFactory;]
myfaces-bundle-2.0.13.jar, EncodingHandler.class
package org.apache.myfaces.view.facelets.compiler
EncodingHandler.getUniqueIdList ( ) : java.util.List
[run-time name: org/apache/myfaces/view/facelets/compiler/EncodingHandler.getUniqueIdList:()Ljava/util/List;]
EncodingHandler.setUniqueIdList ( java.util.List uniqueIdList ) : void
[run-time name: org/apache/myfaces/view/facelets/compiler/EncodingHandler.setUniqueIdList:(Ljava/util/List;)V]
myfaces-bundle-2.0.13.jar, EvictionListener.class
package org.apache.myfaces.shared.util
ConcurrentLRUCache.EvictionListener.evictedEntry ( Object p1, Object p2 ) [abstract] : void
[run-time name: org/apache/myfaces/shared/util/ConcurrentLRUCache.EvictionListener.evictedEntry:(Ljava/lang/Object;Ljava/lang/Object;)V]
myfaces-bundle-2.0.13.jar, ExternalContextUtils.class
package org.apache.myfaces.shared.util
ExternalContextUtils.getRequestType ( Object context, Object request ) [static] : RequestType
[run-time name: org/apache/myfaces/shared/util/ExternalContextUtils.getRequestType:(Ljava/lang/Object;Ljava/lang/Object;)Lorg/apache/myfaces/shared/util/RequestType;]
myfaces-bundle-2.0.13.jar, FaceletCompositionContext.class
package org.apache.myfaces.view.facelets
FaceletCompositionContext.addUniqueId ( String uniqueId ) : void
[run-time name: org/apache/myfaces/view/facelets/FaceletCompositionContext.addUniqueId:(Ljava/lang/String;)V]
FaceletCompositionContext.endMetadataSection ( ) : void
[run-time name: org/apache/myfaces/view/facelets/FaceletCompositionContext.endMetadataSection:()V]
FaceletCompositionContext.getSharedStringBuilder ( ) : StringBuilder
[run-time name: org/apache/myfaces/view/facelets/FaceletCompositionContext.getSharedStringBuilder:()Ljava/lang/StringBuilder;]
FaceletCompositionContext.getUniqueIdFromIterator ( ) : String
[run-time name: org/apache/myfaces/view/facelets/FaceletCompositionContext.getUniqueIdFromIterator:()Ljava/lang/String;]
FaceletCompositionContext.getUniqueIdList ( ) : java.util.List
[run-time name: org/apache/myfaces/view/facelets/FaceletCompositionContext.getUniqueIdList:()Ljava/util/List;]
FaceletCompositionContext.incrementUniqueId ( ) : void
[run-time name: org/apache/myfaces/view/facelets/FaceletCompositionContext.incrementUniqueId:()V]
FaceletCompositionContext.initUniqueIdRecording ( ) : void
[run-time name: org/apache/myfaces/view/facelets/FaceletCompositionContext.initUniqueIdRecording:()V]
FaceletCompositionContext.isBuildingViewMetadata ( ) : boolean
[run-time name: org/apache/myfaces/view/facelets/FaceletCompositionContext.isBuildingViewMetadata:()Z]
FaceletCompositionContext.isInMetadataSection ( ) : boolean
[run-time name: org/apache/myfaces/view/facelets/FaceletCompositionContext.isInMetadataSection:()Z]
FaceletCompositionContext.isRefreshingSection ( ) : boolean
[run-time name: org/apache/myfaces/view/facelets/FaceletCompositionContext.isRefreshingSection:()Z]
FaceletCompositionContext.setUniqueIdsIterator ( java.util.Iterator uniqueIdsIterator ) : void
[run-time name: org/apache/myfaces/view/facelets/FaceletCompositionContext.setUniqueIdsIterator:(Ljava/util/Iterator;)V]
FaceletCompositionContext.startMetadataSection ( ) : void
[run-time name: org/apache/myfaces/view/facelets/FaceletCompositionContext.startMetadataSection:()V]
myfaces-bundle-2.0.13.jar, FaceletsInitilializer.class
package org.apache.myfaces.webapp
FaceletsInitilializer.FaceletsInitilializer ( )
[run-time name: org/apache/myfaces/webapp/FaceletsInitilializer."<init>":()V]
FaceletsInitilializer.initContainerIntegration ( javax.servlet.ServletContext servletContext, javax.faces.context.ExternalContext externalContext ) : void
[run-time name: org/apache/myfaces/webapp/FaceletsInitilializer.initContainerIntegration:(Ljavax/servlet/ServletContext;Ljavax/faces/context/ExternalContext;)V]
myfaces-bundle-2.0.13.jar, FacesContextImpl.class
package org.apache.myfaces.context.servlet
FacesContextImpl.FacesContextImpl ( javax.faces.context.ExternalContext externalContext, org.apache.myfaces.context.ReleaseableExternalContext defaultExternalContext, org.apache.myfaces.context.ReleaseableFacesContextFactory facesContextFactory, javax.faces.application.ApplicationFactory applicationFactory, javax.faces.render.RenderKitFactory renderKitFactory, javax.faces.context.PartialViewContextFactory partialViewContextFactory )
[run-time name: org/apache/myfaces/context/servlet/FacesContextImpl."<init>":(Ljavax/faces/context/ExternalContext;Lorg/apache/myfaces/context/ReleaseableExternalContext;Lorg/apache/myfaces/context/ReleaseableFacesContextFactory;Ljavax/faces/application/ApplicationFactory;Ljavax/faces/render/RenderKitFactory;Ljavax/faces/context/PartialViewContextFactory;)V]
myfaces-bundle-2.0.13.jar, FacesContextImplBase.class
package org.apache.myfaces.context.servlet
FacesContextImplBase.FacesContextImplBase ( javax.faces.context.ExternalContext externalContext, org.apache.myfaces.context.ReleaseableExternalContext defaultExternalContext, javax.faces.application.ApplicationFactory applicationFactory, javax.faces.render.RenderKitFactory renderKitFactory )
[run-time name: org/apache/myfaces/context/servlet/FacesContextImplBase."<init>":(Ljavax/faces/context/ExternalContext;Lorg/apache/myfaces/context/ReleaseableExternalContext;Ljavax/faces/application/ApplicationFactory;Ljavax/faces/render/RenderKitFactory;)V]
myfaces-bundle-2.0.13.jar, HTML.class
package org.apache.myfaces.shared.util.renderkit
HTML.HTML ( )
[run-time name: org/apache/myfaces/shared/util/renderkit/HTML."<init>":()V]
myfaces-bundle-2.0.13.jar, JsfProperties.class
package org.apache.myfaces.shared.util.renderkit
JsfProperties.JsfProperties ( )
[run-time name: org/apache/myfaces/shared/util/renderkit/JsfProperties."<init>":()V]
myfaces-bundle-2.0.13.jar, MyfacesConfig.class
package org.apache.myfaces.shared.config
MyfacesConfig.getComponentUniqueIdsCacheSize ( ) : int
[run-time name: org/apache/myfaces/shared/config/MyfacesConfig.getComponentUniqueIdsCacheSize:()I]
MyfacesConfig.isSupportJSPAndFacesEL ( ) : boolean
[run-time name: org/apache/myfaces/shared/config/MyfacesConfig.isSupportJSPAndFacesEL:()Z]
MyfacesConfig.isViewUniqueIdsCacheEnabled ( ) : boolean
[run-time name: org/apache/myfaces/shared/config/MyfacesConfig.isViewUniqueIdsCacheEnabled:()Z]
MyfacesConfig.setComponentUniqueIdsCacheSize ( int componentUniqueIdsCacheSize ) : void
[run-time name: org/apache/myfaces/shared/config/MyfacesConfig.setComponentUniqueIdsCacheSize:(I)V]
MyfacesConfig.setSupportJSPAndFacesEL ( boolean supportJSPANDFacesEL ) : void
[run-time name: org/apache/myfaces/shared/config/MyfacesConfig.setSupportJSPAndFacesEL:(Z)V]
MyfacesConfig.setViewUniqueIdsCacheEnabled ( boolean viewUniqueIdsCacheEnabled ) : void
[run-time name: org/apache/myfaces/shared/config/MyfacesConfig.setViewUniqueIdsCacheEnabled:(Z)V]
myfaces-bundle-2.0.13.jar, NavigationUtils.class
package org.apache.myfaces.shared.application
NavigationUtils.getEvaluatedNavigationParameters ( javax.faces.context.FacesContext facesContext, java.util.Map parameters ) [static] : java.util.Map
[run-time name: org/apache/myfaces/shared/application/NavigationUtils.getEvaluatedNavigationParameters:(Ljavax/faces/context/FacesContext;Ljava/util/Map;)Ljava/util/Map;]
myfaces-bundle-2.0.13.jar, PartialViewContextImpl.class
package org.apache.myfaces.context.servlet
PartialViewContextImpl.PartialViewContextImpl ( javax.faces.context.FacesContext context, javax.faces.component.visit.VisitContextFactory visitContextFactory )
[run-time name: org/apache/myfaces/context/servlet/PartialViewContextImpl."<init>":(Ljavax/faces/context/FacesContext;Ljavax/faces/component/visit/VisitContextFactory;)V]
myfaces-bundle-2.0.13.jar, PriorityQueue.class
package org.apache.myfaces.shared.util
PriorityQueue.add ( Object element ) : Object
[run-time name: org/apache/myfaces/shared/util/PriorityQueue.add:(Ljava/lang/Object;)Ljava/lang/Object;]
PriorityQueue.clear ( ) : void
[run-time name: org/apache/myfaces/shared/util/PriorityQueue.clear:()V]
PriorityQueue.getHeapArray ( ) : Object[ ]
[run-time name: org/apache/myfaces/shared/util/PriorityQueue.getHeapArray:()[Ljava/lang/Object;]
PriorityQueue.getSentinelObject ( ) : Object
[run-time name: org/apache/myfaces/shared/util/PriorityQueue.getSentinelObject:()Ljava/lang/Object;]
PriorityQueue.insertWithOverflow ( Object element ) : Object
[run-time name: org/apache/myfaces/shared/util/PriorityQueue.insertWithOverflow:(Ljava/lang/Object;)Ljava/lang/Object;]
PriorityQueue.lessThan ( Object p1, Object p2 ) [abstract] : boolean
[run-time name: org/apache/myfaces/shared/util/PriorityQueue.lessThan:(Ljava/lang/Object;Ljava/lang/Object;)Z]
PriorityQueue.pop ( ) : Object
[run-time name: org/apache/myfaces/shared/util/PriorityQueue.pop:()Ljava/lang/Object;]
PriorityQueue.PriorityQueue ( int maxSize )
[run-time name: org/apache/myfaces/shared/util/PriorityQueue."<init>":(I)V]
PriorityQueue.PriorityQueue ( int maxSize, boolean prepopulate )
[run-time name: org/apache/myfaces/shared/util/PriorityQueue."<init>":(IZ)V]
PriorityQueue.size ( ) : int
[run-time name: org/apache/myfaces/shared/util/PriorityQueue.size:()I]
PriorityQueue.top ( ) : Object
[run-time name: org/apache/myfaces/shared/util/PriorityQueue.top:()Ljava/lang/Object;]
PriorityQueue.updateTop ( ) : Object
[run-time name: org/apache/myfaces/shared/util/PriorityQueue.updateTop:()Ljava/lang/Object;]
myfaces-bundle-2.0.13.jar, RendererUtils.class
package org.apache.myfaces.shared.util
RendererUtils.renderChild ( javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent child ) [static] : void
[run-time name: org/apache/myfaces/shared/util/RendererUtils.renderChild:(Ljavax/faces/context/FacesContext;Ljavax/faces/component/UIComponent;)V]
RendererUtils.renderChildren ( javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component ) [static] : void
[run-time name: org/apache/myfaces/shared/util/RendererUtils.renderChildren:(Ljavax/faces/context/FacesContext;Ljavax/faces/component/UIComponent;)V]
RendererUtils.RendererUtils ( )
[run-time name: org/apache/myfaces/shared/util/RendererUtils."<init>":()V]
myfaces-bundle-2.0.13.jar, Stats.class
package org.apache.myfaces.shared.util
ConcurrentLRUCache.Stats.add ( ConcurrentLRUCache.Stats other ) : void
[run-time name: org/apache/myfaces/shared/util/ConcurrentLRUCache.Stats.add:(Lorg/apache/myfaces/shared/util/ConcurrentLRUCache$Stats;)V]
ConcurrentLRUCache.Stats.ConcurrentLRUCache.Stats ( )
[run-time name: org/apache/myfaces/shared/util/ConcurrentLRUCache.Stats."<init>":()V]
ConcurrentLRUCache.Stats.getCumulativeEvictions ( ) : long
[run-time name: org/apache/myfaces/shared/util/ConcurrentLRUCache.Stats.getCumulativeEvictions:()J]
ConcurrentLRUCache.Stats.getCumulativeHits ( ) : long
[run-time name: org/apache/myfaces/shared/util/ConcurrentLRUCache.Stats.getCumulativeHits:()J]
ConcurrentLRUCache.Stats.getCumulativeLookups ( ) : long
[run-time name: org/apache/myfaces/shared/util/ConcurrentLRUCache.Stats.getCumulativeLookups:()J]
ConcurrentLRUCache.Stats.getCumulativeMisses ( ) : long
[run-time name: org/apache/myfaces/shared/util/ConcurrentLRUCache.Stats.getCumulativeMisses:()J]
ConcurrentLRUCache.Stats.getCumulativeNonLivePuts ( ) : long
[run-time name: org/apache/myfaces/shared/util/ConcurrentLRUCache.Stats.getCumulativeNonLivePuts:()J]
ConcurrentLRUCache.Stats.getCumulativePuts ( ) : long
[run-time name: org/apache/myfaces/shared/util/ConcurrentLRUCache.Stats.getCumulativePuts:()J]
ConcurrentLRUCache.Stats.getCurrentSize ( ) : int
[run-time name: org/apache/myfaces/shared/util/ConcurrentLRUCache.Stats.getCurrentSize:()I]
myfaces-bundle-2.0.13.jar, TagLibraryConfig.class
package org.apache.myfaces.view.facelets.compiler
TagLibraryConfig.create ( javax.faces.context.FacesContext facesContext, java.net.URL url ) [static] : org.apache.myfaces.view.facelets.tag.TagLibrary
[run-time name: org/apache/myfaces/view/facelets/compiler/TagLibraryConfig.create:(Ljavax/faces/context/FacesContext;Ljava/net/URL;)Lorg/apache/myfaces/view/facelets/tag/TagLibrary;]
TagLibraryConfig.loadImplicit ( javax.faces.context.FacesContext facesContext, Compiler compiler ) : void
[run-time name: org/apache/myfaces/view/facelets/compiler/TagLibraryConfig.loadImplicit:(Ljavax/faces/context/FacesContext;Lorg/apache/myfaces/view/facelets/compiler/Compiler;)V]
myfaces-bundle-2.0.13.jar, TagUtils.class
package org.apache.myfaces.shared.util
TagUtils.assertNotNull ( Object object ) [static] : void
[run-time name: org/apache/myfaces/shared/util/TagUtils.assertNotNull:(Ljava/lang/Object;)V]
TagUtils.getBoolean ( Object value ) [static] : boolean
[run-time name: org/apache/myfaces/shared/util/TagUtils.getBoolean:(Ljava/lang/Object;)Z]
TagUtils.getDate ( Object value ) [static] : java.util.Date
[run-time name: org/apache/myfaces/shared/util/TagUtils.getDate:(Ljava/lang/Object;)Ljava/util/Date;]
TagUtils.getDouble ( Object value ) [static] : double
[run-time name: org/apache/myfaces/shared/util/TagUtils.getDouble:(Ljava/lang/Object;)D]
TagUtils.getFloat ( Object value ) [static] : float
[run-time name: org/apache/myfaces/shared/util/TagUtils.getFloat:(Ljava/lang/Object;)F]
TagUtils.getInteger ( Object value ) [static] : int
[run-time name: org/apache/myfaces/shared/util/TagUtils.getInteger:(Ljava/lang/Object;)I]
TagUtils.getLocale ( Object value ) [static] : java.util.Locale
[run-time name: org/apache/myfaces/shared/util/TagUtils.getLocale:(Ljava/lang/Object;)Ljava/util/Locale;]
TagUtils.getLong ( Object value ) [static] : long
[run-time name: org/apache/myfaces/shared/util/TagUtils.getLong:(Ljava/lang/Object;)J]
TagUtils.getString ( Object value ) [static] : String
[run-time name: org/apache/myfaces/shared/util/TagUtils.getString:(Ljava/lang/Object;)Ljava/lang/String;]
TagUtils.getStringArray ( Object value ) [static] : String[ ]
[run-time name: org/apache/myfaces/shared/util/TagUtils.getStringArray:(Ljava/lang/Object;)[Ljava/lang/String;]
TagUtils.getValueExpression ( String valueExpression, Class expectedType ) [static] : javax.el.ValueExpression
[run-time name: org/apache/myfaces/shared/util/TagUtils.getValueExpression:(Ljava/lang/String;Ljava/lang/Class;)Ljavax/el/ValueExpression;]
TagUtils.isValueReference ( String expression ) [static] : boolean
[run-time name: org/apache/myfaces/shared/util/TagUtils.isValueReference:(Ljava/lang/String;)Z]
TagUtils.parseNameTokens ( String stringValue ) [static] : String[ ]
[run-time name: org/apache/myfaces/shared/util/TagUtils.parseNameTokens:(Ljava/lang/String;)[Ljava/lang/String;]
myfaces-bundle-2.0.13.jar, UIComponentBase.class
package javax.faces.component
UIComponentBase.encodeAll ( javax.faces.context.FacesContext context ) : void
[run-time name: javax/faces/component/UIComponentBase.encodeAll:(Ljavax/faces/context/FacesContext;)V]
myfaces-bundle-2.0.13.jar, UIRepeat.class
package org.apache.myfaces.view.facelets.component
UIRepeat.encodeBegin ( javax.faces.context.FacesContext context ) : void
[run-time name: org/apache/myfaces/view/facelets/component/UIRepeat.encodeBegin:(Ljavax/faces/context/FacesContext;)V]
UIRepeat.setValueExpression ( String name, javax.el.ValueExpression binding ) : void
[run-time name: org/apache/myfaces/view/facelets/component/UIRepeat.setValueExpression:(Ljava/lang/String;Ljavax/el/ValueExpression;)V]
to the top
Removed Methods (6)
myfaces-bundle-2.0.12.jar, CompositeResourceLibrary.class
package org.apache.myfaces.view.facelets.tag.composite
CompositeResourceLibrary.CompositeResourceLibrary ( )
[run-time name: org/apache/myfaces/view/facelets/tag/composite/CompositeResourceLibrary."<init>":()V]
myfaces-bundle-2.0.12.jar, ExternalContextUtils.class
package org.apache.myfaces.shared.util
ExternalContextUtils.createResponseSwitch ( Object response ) [static] : org.apache.myfaces.shared.view.ResponseSwitch
[run-time name: org/apache/myfaces/shared/util/ExternalContextUtils.createResponseSwitch:(Ljava/lang/Object;)Lorg/apache/myfaces/shared/view/ResponseSwitch;]
ExternalContextUtils.getResponseSwitch ( Object response ) [static] : org.apache.myfaces.shared.view.ResponseSwitch
[run-time name: org/apache/myfaces/shared/util/ExternalContextUtils.getResponseSwitch:(Ljava/lang/Object;)Lorg/apache/myfaces/shared/view/ResponseSwitch;]
myfaces-bundle-2.0.12.jar, NavigationUtils.class
package org.apache.myfaces.shared.application
NavigationUtils.getEvaluatedNavigationParameters ( java.util.Map parameters ) [static] : java.util.Map
[run-time name: org/apache/myfaces/shared/application/NavigationUtils.getEvaluatedNavigationParameters:(Ljava/util/Map;)Ljava/util/Map;]
myfaces-bundle-2.0.12.jar, TagLibraryConfig.class
package org.apache.myfaces.view.facelets.compiler
TagLibraryConfig.create ( java.net.URL url ) [static] : org.apache.myfaces.view.facelets.tag.TagLibrary
[run-time name: org/apache/myfaces/view/facelets/compiler/TagLibraryConfig.create:(Ljava/net/URL;)Lorg/apache/myfaces/view/facelets/tag/TagLibrary;]
TagLibraryConfig.loadImplicit ( Compiler compiler ) : void
[run-time name: org/apache/myfaces/view/facelets/compiler/TagLibraryConfig.loadImplicit:(Lorg/apache/myfaces/view/facelets/compiler/Compiler;)V]
to the top
Problems with Data Types, Medium Severity (4)
myfaces-bundle-2.0.12.jar
package org.apache.myfaces.shared.renderkit.html
[+] HtmlLinkRendererBase (1)
| Change | Effect |
---|
1 | Value of final field END_LINK_OUTCOME_AS_SPAN (java.lang.String) has been changed from "org.apache.myfaces.shared.HtmlLinkRendererBase.END_LINK_OUTCOME_AS_SPAN" to "oam.shared.HtmlLinkRendererBase.END_LINK_OUTCOME_AS_SPAN". | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
[+] affected methods (20)
HtmlLinkRendererBase.addHiddenCommandParameter ( javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent nestingForm, String hiddenFieldName )This method is from 'HtmlLinkRendererBase' abstract class.
HtmlLinkRendererBase.buildServerOnclick ( javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component, String clientId, util.FormInfo formInfo )This method is from 'HtmlLinkRendererBase' abstract class.
HtmlLinkRendererBase.decode ( javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component )This method is from 'HtmlLinkRendererBase' abstract class.
HtmlLinkRendererBase.encodeBegin ( javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component )This method is from 'HtmlLinkRendererBase' abstract class.
HtmlLinkRendererBase.encodeChildren ( javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component )This method is from 'HtmlLinkRendererBase' abstract class.
HtmlLinkRendererBase.encodeEnd ( javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component )This method is from 'HtmlLinkRendererBase' abstract class.
HtmlLinkRendererBase.findNestingForm ( javax.faces.component.UIComponent uiComponent, javax.faces.context.FacesContext facesContext )This method is from 'HtmlLinkRendererBase' abstract class.
HtmlLinkRendererBase.getRendersChildren ( )This method is from 'HtmlLinkRendererBase' abstract class.
HtmlLinkRendererBase.getStyle ( javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent link )This method is from 'HtmlLinkRendererBase' abstract class.
HtmlLinkRendererBase.getStyleClass ( javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent link )This method is from 'HtmlLinkRendererBase' abstract class.
HtmlLinkRendererBase.HtmlLinkRendererBase ( )This constructor is from 'HtmlLinkRendererBase' abstract class.
HtmlLinkRendererBase.renderBehaviorizedJavaScriptAnchorStart ( javax.faces.context.FacesContext facesContext, javax.faces.context.ResponseWriter writer, javax.faces.component.UIComponent component, String clientId, java.util.Map behaviors, util.FormInfo formInfo )This method is from 'HtmlLinkRendererBase' abstract class.
HtmlLinkRendererBase.renderCommandLinkEnd ( javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component )This method is from 'HtmlLinkRendererBase' abstract class.
HtmlLinkRendererBase.renderCommandLinkStart ( javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component, String clientId, Object value, String style, String styleClass )This method is from 'HtmlLinkRendererBase' abstract class.
HtmlLinkRendererBase.renderJavaScriptAnchorStart ( javax.faces.context.FacesContext facesContext, javax.faces.context.ResponseWriter writer, javax.faces.component.UIComponent component, String clientId, util.FormInfo formInfo )This method is from 'HtmlLinkRendererBase' abstract class.
HtmlLinkRendererBase.renderNonJavaScriptAnchorStart ( javax.faces.context.FacesContext facesContext, javax.faces.context.ResponseWriter writer, javax.faces.component.UIComponent component, String clientId, util.FormInfo formInfo )This method is from 'HtmlLinkRendererBase' abstract class.
HtmlLinkRendererBase.renderOutcomeLinkEnd ( javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component )This method is from 'HtmlLinkRendererBase' abstract class.
HtmlLinkRendererBase.renderOutcomeLinkStart ( javax.faces.context.FacesContext facesContext, javax.faces.component.UIOutcomeTarget output )This method is from 'HtmlLinkRendererBase' abstract class.
HtmlLinkRendererBase.renderOutputLinkEnd ( javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component )This method is from 'HtmlLinkRendererBase' abstract class.
HtmlLinkRendererBase.renderOutputLinkStart ( javax.faces.context.FacesContext facesContext, javax.faces.component.UIOutput output )This method is from 'HtmlLinkRendererBase' abstract class.
package org.apache.myfaces.view.facelets.tag.composite
[+] InsertChildrenHandler (1)
| Change | Effect |
---|
1 | Field INSERT_CHILDREN_USED became final. | A client program may be interrupted by IllegalAccessError exception when attempt to assign new values to the field. |
[+] affected methods (2)
InsertChildrenHandler.apply ( javax.faces.view.facelets.FaceletContext ctx, javax.faces.component.UIComponent parent )This method is from 'InsertChildrenHandler' class.
InsertChildrenHandler.InsertChildrenHandler ( javax.faces.view.facelets.TagConfig config )This constructor is from 'InsertChildrenHandler' class.
package org.apache.myfaces.view.facelets.tag.jsf
[+] ComponentSupport (2)
| Change | Effect |
---|
1 | Value of final field FACET_CREATED_UIPANEL_MARKER (java.lang.String) has been changed from "org.apache.myfaces.facet.createdUIPanel" to "oam.vf.createdUIPanel". | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
2 | Value of final field MARK_CREATED (java.lang.String) has been changed from "org.apache.myfaces.view.facelets.MARK_ID" to "oam.vf.MARK_ID". | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
[+] affected methods (18)
ComponentSupport.addFacet ( javax.faces.view.facelets.FaceletContext ctx, javax.faces.component.UIComponent parent, javax.faces.component.UIComponent c, String facetName )This method is from 'ComponentSupport' class.
ComponentSupport.ComponentSupport ( )This constructor is from 'ComponentSupport' class.
ComponentSupport.encodeRecursive ( javax.faces.context.FacesContext context, javax.faces.component.UIComponent toRender )This method is from 'ComponentSupport' class.
ComponentSupport.finalizeForDeletion ( javax.faces.component.UIComponent component )This method is from 'ComponentSupport' class.
ComponentSupport.findChild ( javax.faces.component.UIComponent parent, String id )This method is from 'ComponentSupport' class.
ComponentSupport.findChildByTagId ( javax.faces.component.UIComponent parent, String id )This method is from 'ComponentSupport' class.
ComponentSupport.findComponentChildOrFacetFrom ( javax.faces.component.UIComponent parent, String id, String innerExpr )This method is from 'ComponentSupport' class.
ComponentSupport.findComponentChildOrFacetFrom ( javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent parent, String expr )This method is from 'ComponentSupport' class.
ComponentSupport.getFindComponentExpression ( javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component )This method is from 'ComponentSupport' class.
ComponentSupport.getLocale ( javax.faces.view.facelets.FaceletContext ctx, javax.faces.view.facelets.TagAttribute attr )This method is from 'ComponentSupport' class.
ComponentSupport.getViewRoot ( javax.faces.view.facelets.FaceletContext ctx, javax.faces.component.UIComponent parent )This method is from 'ComponentSupport' class.
ComponentSupport.isNew ( javax.faces.component.UIComponent component )This method is from 'ComponentSupport' class.
ComponentSupport.markComponentToRestoreFully ( javax.faces.context.FacesContext context, javax.faces.component.UIComponent component )This method is from 'ComponentSupport' class.
ComponentSupport.markForDeletion ( javax.faces.component.UIComponent component )This method is from 'ComponentSupport' class.
ComponentSupport.removeFacet ( javax.faces.view.facelets.FaceletContext ctx, javax.faces.component.UIComponent parent, javax.faces.component.UIComponent c, String facetName )This method is from 'ComponentSupport' class.
ComponentSupport.removeTransient ( javax.faces.component.UIComponent component )This method is from 'ComponentSupport' class.
ComponentSupport.restoreInitialTagState ( javax.faces.view.facelets.FaceletContext ctx, org.apache.myfaces.view.facelets.FaceletCompositionContext fcc, javax.faces.component.UIComponent parent, String uniqueId )This method is from 'ComponentSupport' class.
ComponentSupport.saveInitialTagState ( javax.faces.view.facelets.FaceletContext ctx, org.apache.myfaces.view.facelets.FaceletCompositionContext fcc, javax.faces.component.UIComponent parent, String uniqueId, Object value )This method is from 'ComponentSupport' class.
to the top
Problems with Data Types, Low Severity (5)
myfaces-bundle-2.0.12.jar
package javax.faces.component
[+] UIComponentBase (1)
| Change | Effect |
---|
1 | Method UIComponent.encodeAll ( javax.faces.context.FacesContext context ) has been overridden by UIComponentBase.encodeAll ( javax.faces.context.FacesContext context ) | Method UIComponentBase.encodeAll ( javax.faces.context.FacesContext context ) will be called instead of UIComponent.encodeAll ( javax.faces.context.FacesContext context ) in a client program. |
[+] affected methods (1)
UIComponent.encodeAll ( javax.faces.context.FacesContext context )Method 'UIComponentBase.encodeAll ( javax.faces.context.FacesContext context )' will be called instead of this method in a client program.
package org.apache.myfaces.view.facelets.component
[+] UIRepeat (4)
| Change | Effect |
---|
1 | Method UIRepeat.restoreState ( javax.faces.context.FacesContext faces, Object object ) has been moved up type hierarchy to javax.faces.component.UIComponentBase.restoreState ( javax.faces.context.FacesContext context, Object state ) | Method javax.faces.component.UIComponentBase.restoreState ( javax.faces.context.FacesContext context, Object state ) will be called instead of UIRepeat.restoreState ( javax.faces.context.FacesContext faces, Object object ) in a client program. |
2 | Method UIRepeat.saveState ( javax.faces.context.FacesContext faces ) has been moved up type hierarchy to javax.faces.component.UIComponentBase.saveState ( javax.faces.context.FacesContext context ) | Method javax.faces.component.UIComponentBase.saveState ( javax.faces.context.FacesContext context ) will be called instead of UIRepeat.saveState ( javax.faces.context.FacesContext faces ) in a client program. |
3 | Method javax.faces.component.UIComponentBase.encodeBegin ( javax.faces.context.FacesContext context ) has been overridden by UIRepeat.encodeBegin ( javax.faces.context.FacesContext context ) | Method UIRepeat.encodeBegin ( javax.faces.context.FacesContext context ) will be called instead of javax.faces.component.UIComponentBase.encodeBegin ( javax.faces.context.FacesContext context ) in a client program. |
4 | Method javax.faces.component.UIComponent.setValueExpression ( String name, javax.el.ValueExpression expression ) has been overridden by UIRepeat.setValueExpression ( String name, javax.el.ValueExpression binding ) | Method UIRepeat.setValueExpression ( String name, javax.el.ValueExpression binding ) will be called instead of javax.faces.component.UIComponent.setValueExpression ( String name, javax.el.ValueExpression expression ) in a client program. |
[+] affected methods (4)
javax.faces.component.UIComponent.setValueExpression ( String name, javax.el.ValueExpression expression )Method 'UIRepeat.setValueExpression ( String name, javax.el.ValueExpression binding )' will be called instead of this method in a client program.
javax.faces.component.UIComponentBase.encodeBegin ( javax.faces.context.FacesContext context )Method 'UIRepeat.encodeBegin ( javax.faces.context.FacesContext context )' will be called instead of this method in a client program.
UIRepeat.restoreState ( javax.faces.context.FacesContext faces, Object object )Method 'javax.faces.component.UIComponentBase.restoreState ( javax.faces.context.FacesContext context, Object state )' will be called instead of this method in a client program.
UIRepeat.saveState ( javax.faces.context.FacesContext faces )Method 'javax.faces.component.UIComponentBase.saveState ( javax.faces.context.FacesContext context )' will be called instead of this method in a client program.
to the top
Other Changes in Data Types (7)
myfaces-bundle-2.0.12.jar
package org.apache.myfaces.shared.config
[+] MyfacesConfig (6)
| Change | Effect |
---|
1 | Field INIT_PARAM_COMPONENT_UNIQUE_IDS_CACHE_SIZE has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
2 | Field INIT_PARAM_COMPONENT_UNIQUE_IDS_CACHE_SIZE_DEFAULT has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
3 | Field INIT_PARAM_SUPPORT_JSP_AND_FACES_EL has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
4 | Field INIT_PARAM_SUPPORT_JSP_AND_FACES_EL_DEFAULT has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
5 | Field INIT_PARAM_VIEW_UNIQUE_IDS_CACHE_ENABLED has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
6 | Field INIT_PARAM_VIEW_UNIQUE_IDS_CACHE_ENABLED_DEFAULT has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (50)
MyfacesConfig.getAddResourceClass ( )This method is from 'MyfacesConfig' class.
MyfacesConfig.getAddResourceClassFromServletContext ( javax.servlet.ServletContext servletContext )This method is from 'MyfacesConfig' class.
MyfacesConfig.getConfigRefreshPeriod ( )This method is from 'MyfacesConfig' class.
MyfacesConfig.getCurrentInstance ( javax.faces.context.ExternalContext extCtx )This method is from 'MyfacesConfig' class.
MyfacesConfig.getDefaultResponseWriterContentTypeMode ( )This method is from 'MyfacesConfig' class.
MyfacesConfig.getDelegateFacesServlet ( )This method is from 'MyfacesConfig' class.
MyfacesConfig.getResourceVirtualPath ( )This method is from 'MyfacesConfig' class.
MyfacesConfig.isAllowJavascript ( )This method is from 'MyfacesConfig' class.
MyfacesConfig.isAutoScroll ( )This method is from 'MyfacesConfig' class.
MyfacesConfig.isCheckExtensionsFilter ( )This method is from 'MyfacesConfig' class.
MyfacesConfig.isDebugPhaseListenerEnabled ( )This method is from 'MyfacesConfig' class.
MyfacesConfig.isDetectJavascript ( )This method is from 'MyfacesConfig' class.
MyfacesConfig.isMyfacesImplAvailable ( )This method is from 'MyfacesConfig' class.
MyfacesConfig.isPrettyHtml ( )This method is from 'MyfacesConfig' class.
MyfacesConfig.isReadonlyAsDisabledForSelect ( )This method is from 'MyfacesConfig' class.
MyfacesConfig.isRefreshTransientBuildOnPSS ( )This method is from 'MyfacesConfig' class.
MyfacesConfig.isRefreshTransientBuildOnPSSAuto ( )This method is from 'MyfacesConfig' class.
MyfacesConfig.isRefreshTransientBuildOnPSSPreserveState ( )This method is from 'MyfacesConfig' class.
MyfacesConfig.isRenderClearJavascriptOnButton ( )This method is from 'MyfacesConfig' class.
MyfacesConfig.isRenderFormSubmitScriptInline ( )This method is from 'MyfacesConfig' class.
MyfacesConfig.isRenderHiddenFieldsForLinkParams ( )This method is from 'MyfacesConfig' class.
MyfacesConfig.isRenderViewStateId ( )This method is from 'MyfacesConfig' class.
MyfacesConfig.isRiImplAvailable ( )This method is from 'MyfacesConfig' class.
MyfacesConfig.isSaveFormSubmitLinkIE ( )This method is from 'MyfacesConfig' class.
MyfacesConfig.isStrictJsf2CCELResolver ( )This method is from 'MyfacesConfig' class.
MyfacesConfig.isStrictJsf2RefreshTargetAjax ( )This method is from 'MyfacesConfig' class.
MyfacesConfig.isStrictXhtmlLinks ( )This method is from 'MyfacesConfig' class.
MyfacesConfig.isTomahawkAvailable ( )This method is from 'MyfacesConfig' class.
MyfacesConfig.isValidateXML ( )This method is from 'MyfacesConfig' class.
MyfacesConfig.isViewStateJavascript ( )This method is from 'MyfacesConfig' class.
MyfacesConfig.isWrapScriptContentWithXmlCommentTag ( )This method is from 'MyfacesConfig' class.
MyfacesConfig.MyfacesConfig ( )This constructor is from 'MyfacesConfig' class.
MyfacesConfig.setCheckExtensionsFilter ( boolean extensionsFilter )This method is from 'MyfacesConfig' class.
MyfacesConfig.setConfigRefreshPeriod ( long configRefreshPeriod )This method is from 'MyfacesConfig' class.
MyfacesConfig.setDebugPhaseListenerEnabled ( boolean debugPhaseListener )This method is from 'MyfacesConfig' class.
MyfacesConfig.setDefaultResponseWriterContentTypeMode ( String defaultResponseWriterContentTypeMode )This method is from 'MyfacesConfig' class.
MyfacesConfig.setDelegateFacesServlet ( String delegateFacesServlet )This method is from 'MyfacesConfig' class.
MyfacesConfig.setRefreshTransientBuildOnPSS ( boolean refreshTransientBuildOnPSS )This method is from 'MyfacesConfig' class.
MyfacesConfig.setRefreshTransientBuildOnPSSAuto ( boolean refreshTransientBuildOnPSSAuto )This method is from 'MyfacesConfig' class.
MyfacesConfig.setRefreshTransientBuildOnPSSPreserveState ( boolean refreshTransientBuildOnPSSPreserveState )This method is from 'MyfacesConfig' class.
MyfacesConfig.setRenderClearJavascriptOnButton ( boolean renderClearJavascriptOnButton )This method is from 'MyfacesConfig' class.
MyfacesConfig.setRenderFormSubmitScriptInline ( boolean renderFormSubmitScriptInline )This method is from 'MyfacesConfig' class.
MyfacesConfig.setRenderHiddenFieldsForLinkParams ( boolean renderHiddenFieldsForLinkParams )This method is from 'MyfacesConfig' class.
MyfacesConfig.setRenderViewStateId ( boolean renderViewStateId )This method is from 'MyfacesConfig' class.
MyfacesConfig.setSaveFormSubmitLinkIE ( boolean saveFormSubmitLinkIE )This method is from 'MyfacesConfig' class.
MyfacesConfig.setStrictJsf2CCELResolver ( boolean strictJsf2CCELResolver )This method is from 'MyfacesConfig' class.
MyfacesConfig.setStrictJsf2RefreshTargetAjax ( boolean strictJsf2RefreshTargetAjax )This method is from 'MyfacesConfig' class.
MyfacesConfig.setStrictXhtmlLinks ( boolean strictXhtmlLinks )This method is from 'MyfacesConfig' class.
MyfacesConfig.setValidateXML ( boolean validateXML )This method is from 'MyfacesConfig' class.
MyfacesConfig.setWrapScriptContentWithXmlCommentTag ( boolean wrapScriptContentWithXmlCommentTag )This method is from 'MyfacesConfig' class.
package org.apache.myfaces.view.facelets
[+] FaceletViewDeclarationLanguage (1)
| Change | Effect |
---|
1 | Field CACHED_COMPONENT_IDS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (37)
FaceletViewDeclarationLanguage._javaTypeToClass ( String type )This method is from 'FaceletViewDeclarationLanguage' class.
FaceletViewDeclarationLanguage._publishPostBuildComponentTreeOnRestoreViewEvent ( javax.faces.context.FacesContext context, javax.faces.component.UIComponent component )This method is from 'FaceletViewDeclarationLanguage' class.
FaceletViewDeclarationLanguage.buildView ( javax.faces.context.FacesContext context, javax.faces.component.UIViewRoot view )This method is from 'FaceletViewDeclarationLanguage' class.
FaceletViewDeclarationLanguage.calculateViewId ( javax.faces.context.FacesContext context, String viewId )This method is from 'FaceletViewDeclarationLanguage' class.
FaceletViewDeclarationLanguage.cleanTransientBuildOnRestore ( javax.faces.context.FacesContext context )This method is from 'FaceletViewDeclarationLanguage' class.
FaceletViewDeclarationLanguage.createCompiler ( javax.faces.context.FacesContext context )This method is from 'FaceletViewDeclarationLanguage' class.
FaceletViewDeclarationLanguage.createFaceletFactory ( javax.faces.context.FacesContext context, compiler.Compiler compiler )This method is from 'FaceletViewDeclarationLanguage' class.
FaceletViewDeclarationLanguage.createResponseWriter ( javax.faces.context.FacesContext context )This method is from 'FaceletViewDeclarationLanguage' class.
FaceletViewDeclarationLanguage.createView ( javax.faces.context.FacesContext context, String viewId )This method is from 'FaceletViewDeclarationLanguage' class.
FaceletViewDeclarationLanguage.FaceletViewDeclarationLanguage ( javax.faces.context.FacesContext context )This constructor is from 'FaceletViewDeclarationLanguage' class.
FaceletViewDeclarationLanguage.getComponentMetadata ( javax.faces.context.FacesContext context, javax.faces.application.Resource componentResource )This method is from 'FaceletViewDeclarationLanguage' class.
FaceletViewDeclarationLanguage.getDefaultSuffix ( javax.faces.context.FacesContext context )This method is from 'FaceletViewDeclarationLanguage' class.
FaceletViewDeclarationLanguage.getRenderedViewId ( javax.faces.context.FacesContext context, String actionId )This method is from 'FaceletViewDeclarationLanguage' class.
FaceletViewDeclarationLanguage.getResponseContentType ( javax.faces.context.FacesContext context, String orig )This method is from 'FaceletViewDeclarationLanguage' class.
FaceletViewDeclarationLanguage.getResponseEncoding ( javax.faces.context.FacesContext context, String orig )This method is from 'FaceletViewDeclarationLanguage' class.
FaceletViewDeclarationLanguage.getScriptComponentResource ( javax.faces.context.FacesContext context, javax.faces.application.Resource componentResource )This method is from 'FaceletViewDeclarationLanguage' class.
FaceletViewDeclarationLanguage.getStateManagementStrategy ( javax.faces.context.FacesContext context, String viewId )This method is from 'FaceletViewDeclarationLanguage' class.
FaceletViewDeclarationLanguage.getViewMetadata ( javax.faces.context.FacesContext context, String viewId )This method is from 'FaceletViewDeclarationLanguage' class.
FaceletViewDeclarationLanguage.handleFaceletNotFound ( javax.faces.context.FacesContext context, String viewId )This method is from 'FaceletViewDeclarationLanguage' class.
FaceletViewDeclarationLanguage.handleRenderException ( javax.faces.context.FacesContext context, Exception e )This method is from 'FaceletViewDeclarationLanguage' class.
FaceletViewDeclarationLanguage.initialize ( javax.faces.context.FacesContext context )This method is from 'FaceletViewDeclarationLanguage' class.
FaceletViewDeclarationLanguage.isBuildingViewMetadata ( javax.faces.context.FacesContext context )This method is from 'FaceletViewDeclarationLanguage' class.
FaceletViewDeclarationLanguage.isCleanTransientBuildOnRestore ( javax.faces.context.FacesContext context )This method is from 'FaceletViewDeclarationLanguage' class.
FaceletViewDeclarationLanguage.isMarkInitialState ( javax.faces.context.FacesContext context )This method is from 'FaceletViewDeclarationLanguage' class.
FaceletViewDeclarationLanguage.isRefreshingTransientBuild ( javax.faces.context.FacesContext context )This method is from 'FaceletViewDeclarationLanguage' class.
FaceletViewDeclarationLanguage.isRefreshTransientBuildOnPSS ( javax.faces.context.FacesContext context )This method is from 'FaceletViewDeclarationLanguage' class.
FaceletViewDeclarationLanguage.isRefreshTransientBuildOnPSSAuto ( javax.faces.context.FacesContext context )This method is from 'FaceletViewDeclarationLanguage' class.
FaceletViewDeclarationLanguage.isRemovingComponentBuild ( javax.faces.context.FacesContext context )This method is from 'FaceletViewDeclarationLanguage' class.
FaceletViewDeclarationLanguage.isUsingPSSOnThisView ( javax.faces.context.FacesContext context )This method is from 'FaceletViewDeclarationLanguage' class.
FaceletViewDeclarationLanguage.loadDecorators ( javax.faces.context.FacesContext context, compiler.Compiler compiler )This method is from 'FaceletViewDeclarationLanguage' class.
FaceletViewDeclarationLanguage.loadLibraries ( javax.faces.context.FacesContext context, compiler.Compiler compiler )This method is from 'FaceletViewDeclarationLanguage' class.
FaceletViewDeclarationLanguage.loadOptions ( javax.faces.context.FacesContext context, compiler.Compiler compiler )This method is from 'FaceletViewDeclarationLanguage' class.
FaceletViewDeclarationLanguage.renderView ( javax.faces.context.FacesContext context, javax.faces.component.UIViewRoot view )This method is from 'FaceletViewDeclarationLanguage' class.
FaceletViewDeclarationLanguage.restoreView ( javax.faces.context.FacesContext context, String viewId )This method is from 'FaceletViewDeclarationLanguage' class.
FaceletViewDeclarationLanguage.retargetAttachedObjects ( javax.faces.context.FacesContext context, javax.faces.component.UIComponent topLevelComponent, java.util.List handlerList )This method is from 'FaceletViewDeclarationLanguage' class.
FaceletViewDeclarationLanguage.retargetMethodExpressions ( javax.faces.context.FacesContext context, javax.faces.component.UIComponent topLevelComponent )This method is from 'FaceletViewDeclarationLanguage' class.
FaceletViewDeclarationLanguage.sendSourceNotFound ( javax.faces.context.FacesContext context, String message )This method is from 'FaceletViewDeclarationLanguage' class.
to the top
Java ARchives (2)
myfaces-api-2.0.12.jar
myfaces-bundle-2.0.12.jar
to the top
Generated on Fri Jan 11 17:16:48 2013 for MyFaces by Java API Compliance Checker 1.3
A tool for checking backward compatibility of a Java library API