Backable Interface
- public interface Backable
-
All Known Implementing Classes
-
AdministeredBackableControl
, PresentationBackableControl
public static class | Backable.Impl
Inner static class to provide a common implementation since we can't do multiple inheritance |
getBackingContext() Method
public BackingContext
getBackingContext()
This method gets called this base class just before each lifecycle methods:
init(), handlePostbackData(), raiseChangeEvents(), load(), preRender().
getBackingFile() Method
public String
getBackingFile()
getCachedBackingContext() Method
public BackingContext
getCachedBackingContext()
getJspBacking() Method
public JspBacking
getJspBacking()
getRequest() Method
public HttpServletRequest
getRequest()
getResponse() Method
public HttpServletResponse
getResponse()
isThreadsafe() Method
public boolean isThreadsafe()
setBackingFile(String) Method
public void setBackingFile(String
backingFile)
Setter called by the framework to set the JSP backing file from the tag attribute.
Parameters
-
backingFile
- class name of the backing file.
setJspBacking(JspBacking) Method
public void setJspBacking(JspBacking
jspBacking)
setVisible(boolean) Method
public void setVisible(boolean bool)