Uses of Interface
org.eclnt.jsfserver.bufferedcontent.IBufferedContent
Packages that use IBufferedContent
-
Uses of IBufferedContent in org.eclnt.jsfserver.bufferedcontent
Classes in org.eclnt.jsfserver.bufferedcontent that implement IBufferedContentModifier and TypeClassDescriptionclassDefault implementation of IBufferedContent interface.Methods in org.eclnt.jsfserver.bufferedcontent with parameters of type IBufferedContentModifier and TypeMethodDescriptionstatic voidBufferedContentMgr.add(IBufferedContent bufferedContent) Adds buffered content - the key under which the buffered content is stored in the session contetxt is "bufferedContent_" + the key of the IBufferedContent instance.static voidBufferedContentMgr.remove(IBufferedContent bufferedContent) Removes buffered content from the user's session.static voidBufferedContentMgr.remove(IBufferedContent[] bufferedContents) -
Uses of IBufferedContent in org.eclnt.jsfserver.defaultscreens
Classes in org.eclnt.jsfserver.defaultscreens that implement IBufferedContent