|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@Deprecated public interface WebElement
All web implementations of conceptual elements implement this interface.
Supported API: true
Extendable: false
| Field Summary | |
|---|---|
static String |
RENDERER_JSP_DATA
Deprecated. Label for the attribute; the object containing various information about the elements's jsp page. |
| Method Summary | |
|---|---|
String |
getRenderer(CoEnvData envData)
Deprecated. Returns the web application resouce to dispatch to to render the element. |
WebJspData |
getRendererJspData()
Deprecated. Gets the object for the association that plays role: RENDERER_JSP_DATA. |
String |
getRenderHandler(CoElement element,
CoEnvData envData)
Deprecated. Returns the class to delegate to to render the element. |
void |
handleDrawError(Throwable t,
CoEnvData envData)
Deprecated. To handle exception in CoElement.draw() method. |
void |
setRendererJspData(WebJspData a_RendererJspData)
Deprecated. Sets the object for the association that plays role: RENDERER_JSP_DATA. |
| Field Detail |
|---|
static final String RENDERER_JSP_DATA
| Method Detail |
|---|
WebJspData getRendererJspData()
void setRendererJspData(WebJspData a_RendererJspData)
a_RendererJspData -
String getRenderer(CoEnvData envData)
throws WTException
envData -
WTException
String getRenderHandler(CoElement element,
CoEnvData envData)
throws WTException
element - envData -
WTException
void handleDrawError(Throwable t,
CoEnvData envData)
throws WTException
CoElement.draw() method.
t - envData -
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||