Java Doc for AppletTag.java in  » J2EE » Sofia » com » salmonllc » jsp » tags » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » J2EE » Sofia » com.salmonllc.jsp.tags 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


com.salmonllc.jsp.tags.BaseBodyTag
   com.salmonllc.jsp.tags.AppletTag

AppletTag
public class AppletTag extends BaseBodyTag (Code)
This tag approximately corresponds to the HTML tag "INPUT"




Method Summary
public  HtmlComponentcreateComponent()
     Creates the component to be used by the tag.
protected  voidgenerateComponentHTML(JspWriter w)
     This method is called when necessary to generate the required html for a tag.
public  StringgetAlign()
    
public  StringgetAlt()
    
public  StringgetAppletdatasource()
    
public  StringgetArchive()
    
public  StringgetCode()
    
public  StringgetCodebase()
    
public  StringgetHeight()
    
public  StringgetHspace()
    
public  StringgetInteractwithform()
    
public  StringgetMayscript()
    
public  StringgetNojavasupport()
    
public  StringgetObject()
    
public  StringgetPluginclassid()
    
public  StringgetPlugincodebase()
    
public  StringgetPluginspage()
    
public  StringgetState()
    
public  intgetTagConvertType()
     Returns the type of DreamWeaver conversion that this tag uses.
public  StringgetTitle()
    
public  StringgetType()
    
public  StringgetUseplugin()
    
public  StringgetValue()
    
public  StringgetVspace()
    
public  StringgetWidth()
    
public  voidrelease()
     Release all resources used by the tag.
public  voidsetAlign(String align)
    
public  voidsetAlt(String alt)
    
public  voidsetAppletdatasource(String sAppletDatasource)
    
public  voidsetArchive(String sArchive)
    
public  voidsetCode(String sCode)
    
public  voidsetCodebase(String sCodebase)
    
public  voidsetHeight(String val)
    
public  voidsetHspace(String hSpace)
    
public  voidsetInteractwithform(String sInteractWithForms)
    
public  voidsetMayscript(String sMayscript)
    
public  voidsetNojavasupport(String sNoJavaSupport)
    
public  voidsetObject(String sObject)
    
public  voidsetPluginclassid(String sPluginClassId)
    
public  voidsetPlugincodebase(String sPluginCodebase)
    
public  voidsetPluginspage(String sPluginspage)
    
public  voidsetState(String sState)
    
public  voidsetTitle(String sTitle)
    
public  voidsetType(String type)
    
public  voidsetUseplugin(String sUseplugin)
    
public  voidsetValue(String value)
    
public  voidsetVspace(String vSpace)
    
public  voidsetWidth(String val)
    



Method Detail
createComponent
public HtmlComponent createComponent()(Code)
Creates the component to be used by the tag.



generateComponentHTML
protected void generateComponentHTML(JspWriter w) throws Exception(Code)
This method is called when necessary to generate the required html for a tag. It should be overridden by tags that have more Html to generate (generally tags that require several passes to complete). A tag shouldn't generate any Html itself, but should instead delagate that to the Html or JSP component within it.



getAlign
public String getAlign()(Code)
get the tag's align attribute



getAlt
public String getAlt()(Code)
get the tag's alt attribute



getAppletdatasource
public String getAppletdatasource()(Code)
get the tag's appletdatasource attribute



getArchive
public String getArchive()(Code)
get the tag's archive attribute



getCode
public String getCode()(Code)
get the tag's code attribute



getCodebase
public String getCodebase()(Code)
get the tag's codebase attribute



getHeight
public String getHeight()(Code)
Set the tag's wrap attribute



getHspace
public String getHspace()(Code)
gets the Hspace



getInteractwithform
public String getInteractwithform()(Code)
get the tag's interactwithforms attribute



getMayscript
public String getMayscript()(Code)
get the tag's mayscript attribute



getNojavasupport
public String getNojavasupport()(Code)
get the tag's nojavasupport attribute



getObject
public String getObject()(Code)
get the tag's object attribute



getPluginclassid
public String getPluginclassid()(Code)
get the tag's pluginclassid attribute



getPlugincodebase
public String getPlugincodebase()(Code)
get the tag's plugincodebase attribute



getPluginspage
public String getPluginspage()(Code)
get the tag's pluginspage attribute



getState
public String getState()(Code)
get the tag's state attribute



getTagConvertType
public int getTagConvertType()(Code)
Returns the type of DreamWeaver conversion that this tag uses.



getTitle
public String getTitle()(Code)
get the tag's title attribute



getType
public String getType()(Code)
Get the tag's type attribute



getUseplugin
public String getUseplugin()(Code)
get the tag's useplugin attribute



getValue
public String getValue()(Code)
Get the tag's value attribute



getVspace
public String getVspace()(Code)
gets the Vspace



getWidth
public String getWidth()(Code)
Set the tag's width attribute



release
public void release()(Code)
Release all resources used by the tag.



setAlign
public void setAlign(String align)(Code)
Set the tag's align attribute



setAlt
public void setAlt(String alt)(Code)
sets the tag's alt attribute



setAppletdatasource
public void setAppletdatasource(String sAppletDatasource)(Code)
set the tag's appletdatasource attribute



setArchive
public void setArchive(String sArchive)(Code)
set the tag's archive attribute



setCode
public void setCode(String sCode)(Code)
set the tag's code attribute



setCodebase
public void setCodebase(String sCodebase)(Code)
set the tag's codebase attribute



setHeight
public void setHeight(String val)(Code)
Set the tag's height attribute



setHspace
public void setHspace(String hSpace)(Code)
sets the Hspace



setInteractwithform
public void setInteractwithform(String sInteractWithForms)(Code)
set the tag's interactwithforms attribute



setMayscript
public void setMayscript(String sMayscript)(Code)
set the tag's mayscript attribute



setNojavasupport
public void setNojavasupport(String sNoJavaSupport)(Code)
set the tag's nojavasupport attribute



setObject
public void setObject(String sObject)(Code)
set the tag's object attribute



setPluginclassid
public void setPluginclassid(String sPluginClassId)(Code)
set the tag's pluginclassid attribute



setPlugincodebase
public void setPlugincodebase(String sPluginCodebase)(Code)
set the tag's plugincodebase attribute



setPluginspage
public void setPluginspage(String sPluginspage)(Code)
set the tag's pluginspage attribute



setState
public void setState(String sState)(Code)
set the tag's state attribute



setTitle
public void setTitle(String sTitle)(Code)
set the tag's title attribute



setType
public void setType(String type)(Code)
Set the tag's type attribute



setUseplugin
public void setUseplugin(String sUseplugin)(Code)
set the tag's useplugin attribute



setValue
public void setValue(String value)(Code)
Set the tag's value attribute



setVspace
public void setVspace(String vSpace)(Code)
sets the Vspace



setWidth
public void setWidth(String val)(Code)
Set the tag's width attribute



Fields inherited from com.salmonllc.jsp.tags.BaseBodyTag
final public static int CONV_CUSTOM(Code)(Java Doc)
final public static int CONV_DONT_CONVERT(Code)(Java Doc)
final public static int CONV_INVISIBLE(Code)(Java Doc)
final public static int CONV_NONE(Code)(Java Doc)
final public static int CONV_PAGE_INVISIBLE(Code)(Java Doc)
final public static int CONV_WRAP_ALL_NESTED(Code)(Java Doc)
final public static int MODE_BOX(Code)(Java Doc)
final public static int MODE_END(Code)(Java Doc)
final public static int MODE_FOOTER(Code)(Java Doc)
final public static int MODE_GROUP_FOOTER(Code)(Java Doc)
final public static int MODE_GROUP_HEADER(Code)(Java Doc)
final public static int MODE_HEADER(Code)(Java Doc)
final public static int MODE_INITIALIZE(Code)(Java Doc)
final public static int MODE_ROW(Code)(Java Doc)

Methods inherited from com.salmonllc.jsp.tags.BaseBodyTag
protected void addItem()(Code)(Java Doc)
public void afterInit(HtmlComponent comp)(Code)(Java Doc)
public void afterInit(DataStoreBuffer comp)(Code)(Java Doc)
protected boolean alwaysWriteContent()(Code)(Java Doc)
public void clearBodyContent()(Code)(Java Doc)
abstract public HtmlComponent createComponent()(Code)(Java Doc)
public int doAfterBody() throws JspException(Code)(Java Doc)
public int doEndTag() throws JspException(Code)(Java Doc)
public void doInitBody()(Code)(Java Doc)
public int doStartTag() throws JspException(Code)(Java Doc)
protected void generateComponentHTML(JspWriter w) throws Exception(Code)(Java Doc)
protected String generateFormHiddenFieldHtml()(Code)(Java Doc)
public String getBodyContentData(boolean clear)(Code)(Java Doc)
public BaseTagHelper getHelper()(Code)(Java Doc)
protected int getMode()(Code)(Java Doc)
public String getName()(Code)(Java Doc)
public PageContext getPageContext()(Code)(Java Doc)
abstract public int getTagConvertType()(Code)(Java Doc)
public TagWriter getTagWriter()(Code)(Java Doc)
public String getVisible()(Code)(Java Doc)
public boolean hasNestedTags()(Code)(Java Doc)
protected boolean incrementMode()(Code)(Java Doc)
protected void initMode()(Code)(Java Doc)
protected boolean isTagOKForMode()(Code)(Java Doc)
public void release()(Code)(Java Doc)
protected void setMode(int mode)(Code)(Java Doc)
public void setName(String newName)(Code)(Java Doc)
public void setTagWriter(TagWriter writer)(Code)(Java Doc)
public void setVisible(String val)(Code)(Java Doc)
public String toString()(Code)(Java Doc)
protected void writeFormHiddenFields(JspWriter w) throws IOException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.