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 TypeClassDescriptionclass
Default implementation of IBufferedContent interface.Methods in org.eclnt.jsfserver.bufferedcontent with parameters of type IBufferedContentModifier and TypeMethodDescriptionstatic void
BufferedContentMgr.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 void
BufferedContentMgr.remove
(IBufferedContent bufferedContent) Removes buffered content from the user's session.static void
BufferedContentMgr.remove
(IBufferedContent[] bufferedContents) -
Uses of IBufferedContent in org.eclnt.jsfserver.defaultscreens
Classes in org.eclnt.jsfserver.defaultscreens that implement IBufferedContent