Backable.Impl Class

com.bea.netuix.servlets.controls
Backable.Impl Class

public static class Backable.Impl

    extends Object

Inner static class to provide a common implementation since we can't do multiple inheritance


Hierarchy
Object
  Backable.Impl
Enclosing interface

Backable

Field Summary

protected static Debug
debug
Debug
 

Constructor Summary

Backable.Impl()

 

Method Summary

protected static void
dispose(Backable backable)
protected static boolean
handlePostbackData(Backable backable)
public static void
initializeBackingFile(Backable backable)
protected static void
preRender(Backable backable)
protected static void
setBackingPhase(Backable backable, boolean bool)
public static void
setContextInRequest(Backable backable)
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Field Detail

debug

protected static Debug debug

 

Constructor Detail

Backable.Impl

public Backable.Impl()
 

Method Detail

dispose(Backable) Method

protected static void dispose(Backable backable)

handlePostbackData(Backable) Method

protected static boolean handlePostbackData(Backable backable)

initializeBackingFile(Backable) Method

public static void initializeBackingFile(Backable backable)

preRender(Backable) Method

protected static void preRender(Backable backable)

setBackingPhase(Backable, boolean) Method

protected static void setBackingPhase(Backable backable, 
                                      boolean bool)

setContextInRequest(Backable) Method

public static void setContextInRequest(Backable backable)