public class AppletTag extends UIComponentTag
Description:
This class is the tag handler that evaluates the applet
custom tag.
Display a java applet.
Copyright: Copyright (c) 2004
Organization: Sakai Project
pageContextEVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE| Constructor and Description |
|---|
AppletTag() |
| Modifier and Type | Method and Description |
|---|---|
String |
getComponentType() |
String |
getParamList() |
String |
getRendererType() |
void |
setCodebase(String codebase) |
void |
setHeight(String height) |
void |
setHspace(String hspace) |
void |
setJavaArchive(String javaArchive) |
void |
setJavaClass(String javaClass) |
void |
setName(String name) |
void |
setParamList(String paramList) |
protected void |
setProperties(UIComponent component) |
void |
setVersion(String version) |
void |
setVspace(String vspace) |
void |
setWidth(String width) |
doEndTag, doStartTag, encodeBegin, encodeChildren, encodeEnd, findComponent, getComponentInstance, getCreated, getDoEndValue, getDoStartValue, getFacesContext, getFacetName, getId, getParent, getParentUIComponentTag, isSuppressed, isValueReference, release, setBinding, setId, setPageContext, setParent, setRendered, setupResponseWriterpublic void setName(String name)
public String getComponentType()
getComponentType in class UIComponentTagpublic String getRendererType()
getRendererType in class UIComponentTagprotected void setProperties(UIComponent component)
setProperties in class UIComponentTagpublic void setVersion(String version)
public void setCodebase(String codebase)
public void setWidth(String width)
public void setHeight(String height)
public void setVspace(String vspace)
public void setHspace(String hspace)
public void setJavaClass(String javaClass)
public void setJavaArchive(String javaArchive)
public String getParamList()
public void setParamList(String paramList)
Copyright © 2003–2017 University of Michigan. All rights reserved.