Java Doc for PortletType.java in  » IDE-Netbeans » visualweb.api.designer » org » netbeans » modules » visualweb » api » portlet » dd » 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 » IDE Netbeans » visualweb.api.designer » org.netbeans.modules.visualweb.api.portlet.dd 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.netbeans.modules.visualweb.api.portlet.dd.PortletType

PortletType
public class PortletType implements org.netbeans.modules.visualweb.api.portlet.dd.PortletTypeInterface,org.netbeans.modules.visualweb.api.portlet.dd.CommonBean(Code)


Field Summary
final public static  StringDESCRIPTION
    
final public static  StringDESCRIPTIONXMLLANG
    
final public static  StringDISPLAYNAMEXMLLANG
    
final public static  StringDISPLAY_NAME
    
final public static  StringEXPIRATION_CACHE
    
final public static  StringID
    
final public static  StringINIT_PARAM
    
final public static  StringPORTLET_CLASS
    
final public static  StringPORTLET_INFO
    
final public static  StringPORTLET_INFO2
    
final public static  StringPORTLET_NAME
    
final public static  StringPORTLET_PREFERENCES
    
final public static  StringRESOURCE_BUNDLE
    
final public static  StringSECURITY_ROLE_REF
    
final public static  StringSUPPORTED_LOCALE
    
final public static  StringSUPPORTS
    

Constructor Summary
public  PortletType()
     Normal starting point constructor.
public  PortletType(java.lang.String portletName, java.lang.String portletClass, org.netbeans.modules.visualweb.api.portlet.dd.SupportsType[] supports, java.lang.String resourceBundle)
    
public  PortletType(org.netbeans.modules.visualweb.api.portlet.dd.PortletType source)
    
public  PortletType(org.netbeans.modules.visualweb.api.portlet.dd.PortletType source, boolean justData)
    

Method Summary
public  intaddDescription(java.lang.String value)
    
public  intaddDescriptionXmlLang(java.lang.String value)
    
public  intaddDisplayName(java.lang.String value)
    
public  intaddDisplayNameXmlLang(java.lang.String value)
    
public  intaddInitParam(org.netbeans.modules.visualweb.api.portlet.dd.InitParamType value)
    
public  intaddSecurityRoleRef(org.netbeans.modules.visualweb.api.portlet.dd.SecurityRoleRefType value)
    
public  intaddSupportedLocale(java.lang.String value)
    
public  intaddSupports(org.netbeans.modules.visualweb.api.portlet.dd.SupportsType value)
    
public  voidchangePropertyByName(String name, Object value)
    
public  org.netbeans.modules.visualweb.api.portlet.dd.CommonBean[]childBeans(boolean recursive)
     Return an array of all of the properties that are beans and are set.
public  voidchildBeans(boolean recursive, java.util.List beans)
     Put all child beans into the beans list.
public  booleanequals(Object o)
    
public  booleanequals(org.netbeans.modules.visualweb.api.portlet.dd.PortletType inst)
    
public  java.util.ListfetchDescriptionList()
    
public  java.util.ListfetchDescriptionXmlLangList()
    
public  java.util.ListfetchDisplayNameList()
    
public  java.util.ListfetchDisplayNameXmlLangList()
    
public  java.util.ListfetchInitParamList()
    
public  ObjectfetchPropertyByName(String name)
    
public  java.util.ListfetchSecurityRoleRefList()
    
public  java.util.ListfetchSupportedLocaleList()
    
public  java.util.ListfetchSupportsList()
    
public  java.lang.String[]getDescription()
    
public  java.lang.StringgetDescription(int index)
    
public  java.lang.String[]getDescriptionXmlLang()
    
public  java.lang.StringgetDescriptionXmlLang(int index)
    
public  java.lang.String[]getDisplayName()
    
public  java.lang.StringgetDisplayName(int index)
    
public  java.lang.String[]getDisplayNameXmlLang()
    
public  java.lang.StringgetDisplayNameXmlLang(int index)
    
public  intgetExpirationCache()
    
public  java.lang.StringgetId()
    
public  org.netbeans.modules.visualweb.api.portlet.dd.InitParamType[]getInitParam()
    
public  org.netbeans.modules.visualweb.api.portlet.dd.InitParamTypegetInitParam(int index)
    
public  java.lang.StringgetPortletClass()
    
public  org.netbeans.modules.visualweb.api.portlet.dd.PortletInfoTypegetPortletInfo()
    
public  org.netbeans.modules.visualweb.api.portlet.dd.PortletInfoTypegetPortletInfo2()
    
public  java.lang.StringgetPortletName()
    
public  org.netbeans.modules.visualweb.api.portlet.dd.PortletPreferencesTypegetPortletPreferences()
    
public  java.lang.StringgetResourceBundle()
    
public  org.netbeans.modules.visualweb.api.portlet.dd.SecurityRoleRefType[]getSecurityRoleRef()
    
public  org.netbeans.modules.visualweb.api.portlet.dd.SecurityRoleRefTypegetSecurityRoleRef(int index)
    
public  java.lang.String[]getSupportedLocale()
    
public  java.lang.StringgetSupportedLocale(int index)
    
public  org.netbeans.modules.visualweb.api.portlet.dd.SupportsType[]getSupports()
    
public  org.netbeans.modules.visualweb.api.portlet.dd.SupportsTypegetSupports(int index)
    
public  inthashCode()
    
public  StringnameChild(Object childObj)
    
public  StringnameChild(Object childObj, boolean returnConstName, boolean returnSchemaName)
    
public  StringnameChild(Object childObj, boolean returnConstName, boolean returnSchemaName, boolean returnXPathName)
    
public  StringnameSelf()
    
public  org.netbeans.modules.visualweb.api.portlet.dd.InitParamTypenewInitParamType()
     Create a new bean using it's default constructor.
public  org.netbeans.modules.visualweb.api.portlet.dd.InitParamTypenewInitParamType(InitParamType source, boolean justData)
     Create a new bean, copying from another one.
public  org.netbeans.modules.visualweb.api.portlet.dd.PortletInfoTypenewPortletInfoType()
     Create a new bean using it's default constructor.
public  org.netbeans.modules.visualweb.api.portlet.dd.PortletInfoTypenewPortletInfoType(PortletInfoType source, boolean justData)
     Create a new bean, copying from another one.
public  org.netbeans.modules.visualweb.api.portlet.dd.PortletPreferencesTypenewPortletPreferencesType()
     Create a new bean using it's default constructor.
public  org.netbeans.modules.visualweb.api.portlet.dd.PortletPreferencesTypenewPortletPreferencesType(PortletPreferencesType source, boolean justData)
     Create a new bean, copying from another one.
public  org.netbeans.modules.visualweb.api.portlet.dd.SecurityRoleRefTypenewSecurityRoleRefType()
     Create a new bean using it's default constructor.
public  org.netbeans.modules.visualweb.api.portlet.dd.SecurityRoleRefTypenewSecurityRoleRefType(SecurityRoleRefType source, boolean justData)
     Create a new bean, copying from another one.
public  org.netbeans.modules.visualweb.api.portlet.dd.SupportsTypenewSupportsType()
     Create a new bean using it's default constructor.
public  org.netbeans.modules.visualweb.api.portlet.dd.SupportsTypenewSupportsType(SupportsType source, boolean justData)
     Create a new bean, copying from another one.
public  voidreadNode(org.w3c.dom.Node node)
    
public  voidreadNode(org.w3c.dom.Node node, java.util.Map namespacePrefixes)
    
public  intremoveDescription(java.lang.String value)
     Search from the end looking for @param value, and then remove it.
public  intremoveDescriptionXmlLang(java.lang.String value)
     Search from the end looking for @param value, and then remove it.
public  intremoveDisplayName(java.lang.String value)
     Search from the end looking for @param value, and then remove it.
public  intremoveDisplayNameXmlLang(java.lang.String value)
     Search from the end looking for @param value, and then remove it.
public  intremoveInitParam(org.netbeans.modules.visualweb.api.portlet.dd.InitParamType value)
     Search from the end looking for @param value, and then remove it.
public  intremoveSecurityRoleRef(org.netbeans.modules.visualweb.api.portlet.dd.SecurityRoleRefType value)
     Search from the end looking for @param value, and then remove it.
public  intremoveSupportedLocale(java.lang.String value)
     Search from the end looking for @param value, and then remove it.
public  intremoveSupports(org.netbeans.modules.visualweb.api.portlet.dd.SupportsType value)
     Search from the end looking for @param value, and then remove it.
public  voidsetDescription(java.lang.String[] value)
    
public  voidsetDescription(int index, java.lang.String value)
    
public  voidsetDescriptionXmlLang(java.lang.String[] value)
    
public  voidsetDescriptionXmlLang(int index, java.lang.String value)
    
public  voidsetDisplayName(java.lang.String[] value)
    
public  voidsetDisplayName(int index, java.lang.String value)
    
public  voidsetDisplayNameXmlLang(java.lang.String[] value)
    
public  voidsetDisplayNameXmlLang(int index, java.lang.String value)
    
public  voidsetExpirationCache(int value)
    
public  voidsetId(java.lang.String value)
    
public  voidsetInitParam(org.netbeans.modules.visualweb.api.portlet.dd.InitParamType[] value)
    
public  voidsetInitParam(int index, org.netbeans.modules.visualweb.api.portlet.dd.InitParamType value)
    
public  voidsetPortletClass(java.lang.String value)
    
public  voidsetPortletInfo(org.netbeans.modules.visualweb.api.portlet.dd.PortletInfoType value)
    
public  voidsetPortletInfo2(org.netbeans.modules.visualweb.api.portlet.dd.PortletInfoType value)
    
public  voidsetPortletName(java.lang.String value)
    
public  voidsetPortletPreferences(org.netbeans.modules.visualweb.api.portlet.dd.PortletPreferencesType value)
    
public  voidsetResourceBundle(java.lang.String value)
    
public  voidsetSecurityRoleRef(org.netbeans.modules.visualweb.api.portlet.dd.SecurityRoleRefType[] value)
    
public  voidsetSecurityRoleRef(int index, org.netbeans.modules.visualweb.api.portlet.dd.SecurityRoleRefType value)
    
public  voidsetSupportedLocale(java.lang.String[] value)
    
public  voidsetSupportedLocale(int index, java.lang.String value)
    
public  voidsetSupports(org.netbeans.modules.visualweb.api.portlet.dd.SupportsType[] value)
    
public  voidsetSupports(int index, org.netbeans.modules.visualweb.api.portlet.dd.SupportsType value)
    
public  intsizeDescription()
    
public  intsizeDescriptionXmlLang()
    
public  intsizeDisplayName()
    
public  intsizeDisplayNameXmlLang()
    
public  intsizeInitParam()
    
public  intsizeSecurityRoleRef()
    
public  intsizeSupportedLocale()
    
public  intsizeSupports()
    
public  StringtoString()
    
public  voidvalidate()
    
public  voidwriteNode(java.io.Writer out)
    
public  voidwriteNode(java.io.Writer out, String nodeName, String indent)
    
public  voidwriteNode(java.io.Writer out, String nodeName, String namespace, String indent, java.util.Map namespaceMap)
     It's not recommended to call this method directly.

Field Detail
DESCRIPTION
final public static String DESCRIPTION(Code)



DESCRIPTIONXMLLANG
final public static String DESCRIPTIONXMLLANG(Code)



DISPLAYNAMEXMLLANG
final public static String DISPLAYNAMEXMLLANG(Code)



DISPLAY_NAME
final public static String DISPLAY_NAME(Code)



EXPIRATION_CACHE
final public static String EXPIRATION_CACHE(Code)



ID
final public static String ID(Code)



INIT_PARAM
final public static String INIT_PARAM(Code)



PORTLET_CLASS
final public static String PORTLET_CLASS(Code)



PORTLET_INFO
final public static String PORTLET_INFO(Code)



PORTLET_INFO2
final public static String PORTLET_INFO2(Code)



PORTLET_NAME
final public static String PORTLET_NAME(Code)



PORTLET_PREFERENCES
final public static String PORTLET_PREFERENCES(Code)



RESOURCE_BUNDLE
final public static String RESOURCE_BUNDLE(Code)



SECURITY_ROLE_REF
final public static String SECURITY_ROLE_REF(Code)



SUPPORTED_LOCALE
final public static String SUPPORTED_LOCALE(Code)



SUPPORTS
final public static String SUPPORTS(Code)




Constructor Detail
PortletType
public PortletType()(Code)
Normal starting point constructor.



PortletType
public PortletType(java.lang.String portletName, java.lang.String portletClass, org.netbeans.modules.visualweb.api.portlet.dd.SupportsType[] supports, java.lang.String resourceBundle)(Code)
Required parameters constructor



PortletType
public PortletType(org.netbeans.modules.visualweb.api.portlet.dd.PortletType source)(Code)
Deep copy



PortletType
public PortletType(org.netbeans.modules.visualweb.api.portlet.dd.PortletType source, boolean justData)(Code)
Deep copy
Parameters:
  justData - just copy the XML relevant data




Method Detail
addDescription
public int addDescription(java.lang.String value)(Code)



addDescriptionXmlLang
public int addDescriptionXmlLang(java.lang.String value)(Code)



addDisplayName
public int addDisplayName(java.lang.String value)(Code)



addDisplayNameXmlLang
public int addDisplayNameXmlLang(java.lang.String value)(Code)



addInitParam
public int addInitParam(org.netbeans.modules.visualweb.api.portlet.dd.InitParamType value)(Code)



addSecurityRoleRef
public int addSecurityRoleRef(org.netbeans.modules.visualweb.api.portlet.dd.SecurityRoleRefType value)(Code)



addSupportedLocale
public int addSupportedLocale(java.lang.String value)(Code)



addSupports
public int addSupports(org.netbeans.modules.visualweb.api.portlet.dd.SupportsType value)(Code)



changePropertyByName
public void changePropertyByName(String name, Object value)(Code)



childBeans
public org.netbeans.modules.visualweb.api.portlet.dd.CommonBean[] childBeans(boolean recursive)(Code)
Return an array of all of the properties that are beans and are set.



childBeans
public void childBeans(boolean recursive, java.util.List beans)(Code)
Put all child beans into the beans list.



equals
public boolean equals(Object o)(Code)



equals
public boolean equals(org.netbeans.modules.visualweb.api.portlet.dd.PortletType inst)(Code)



fetchDescriptionList
public java.util.List fetchDescriptionList()(Code)



fetchDescriptionXmlLangList
public java.util.List fetchDescriptionXmlLangList()(Code)



fetchDisplayNameList
public java.util.List fetchDisplayNameList()(Code)



fetchDisplayNameXmlLangList
public java.util.List fetchDisplayNameXmlLangList()(Code)



fetchInitParamList
public java.util.List fetchInitParamList()(Code)



fetchPropertyByName
public Object fetchPropertyByName(String name)(Code)



fetchSecurityRoleRefList
public java.util.List fetchSecurityRoleRefList()(Code)



fetchSupportedLocaleList
public java.util.List fetchSupportedLocaleList()(Code)



fetchSupportsList
public java.util.List fetchSupportsList()(Code)



getDescription
public java.lang.String[] getDescription()(Code)



getDescription
public java.lang.String getDescription(int index)(Code)



getDescriptionXmlLang
public java.lang.String[] getDescriptionXmlLang()(Code)



getDescriptionXmlLang
public java.lang.String getDescriptionXmlLang(int index)(Code)



getDisplayName
public java.lang.String[] getDisplayName()(Code)



getDisplayName
public java.lang.String getDisplayName(int index)(Code)



getDisplayNameXmlLang
public java.lang.String[] getDisplayNameXmlLang()(Code)



getDisplayNameXmlLang
public java.lang.String getDisplayNameXmlLang(int index)(Code)



getExpirationCache
public int getExpirationCache()(Code)



getId
public java.lang.String getId()(Code)



getInitParam
public org.netbeans.modules.visualweb.api.portlet.dd.InitParamType[] getInitParam()(Code)



getInitParam
public org.netbeans.modules.visualweb.api.portlet.dd.InitParamType getInitParam(int index)(Code)



getPortletClass
public java.lang.String getPortletClass()(Code)



getPortletInfo
public org.netbeans.modules.visualweb.api.portlet.dd.PortletInfoType getPortletInfo()(Code)



getPortletInfo2
public org.netbeans.modules.visualweb.api.portlet.dd.PortletInfoType getPortletInfo2()(Code)



getPortletName
public java.lang.String getPortletName()(Code)



getPortletPreferences
public org.netbeans.modules.visualweb.api.portlet.dd.PortletPreferencesType getPortletPreferences()(Code)



getResourceBundle
public java.lang.String getResourceBundle()(Code)



getSecurityRoleRef
public org.netbeans.modules.visualweb.api.portlet.dd.SecurityRoleRefType[] getSecurityRoleRef()(Code)



getSecurityRoleRef
public org.netbeans.modules.visualweb.api.portlet.dd.SecurityRoleRefType getSecurityRoleRef(int index)(Code)



getSupportedLocale
public java.lang.String[] getSupportedLocale()(Code)



getSupportedLocale
public java.lang.String getSupportedLocale(int index)(Code)



getSupports
public org.netbeans.modules.visualweb.api.portlet.dd.SupportsType[] getSupports()(Code)



getSupports
public org.netbeans.modules.visualweb.api.portlet.dd.SupportsType getSupports(int index)(Code)



hashCode
public int hashCode()(Code)



nameChild
public String nameChild(Object childObj)(Code)



nameChild
public String nameChild(Object childObj, boolean returnConstName, boolean returnSchemaName)(Code)

Parameters:
  childObj - The child object to search for
Parameters:
  returnSchemaName - Whether or not the schema name should be returned or the property name null if not found



nameChild
public String nameChild(Object childObj, boolean returnConstName, boolean returnSchemaName, boolean returnXPathName)(Code)

Parameters:
  childObj - The child object to search for
Parameters:
  returnSchemaName - Whether or not the schema name should be returned or the property name null if not found



nameSelf
public String nameSelf()(Code)



newInitParamType
public org.netbeans.modules.visualweb.api.portlet.dd.InitParamType newInitParamType()(Code)
Create a new bean using it's default constructor. This does not add it to any bean graph.



newInitParamType
public org.netbeans.modules.visualweb.api.portlet.dd.InitParamType newInitParamType(InitParamType source, boolean justData)(Code)
Create a new bean, copying from another one. This does not add it to any bean graph.



newPortletInfoType
public org.netbeans.modules.visualweb.api.portlet.dd.PortletInfoType newPortletInfoType()(Code)
Create a new bean using it's default constructor. This does not add it to any bean graph.



newPortletInfoType
public org.netbeans.modules.visualweb.api.portlet.dd.PortletInfoType newPortletInfoType(PortletInfoType source, boolean justData)(Code)
Create a new bean, copying from another one. This does not add it to any bean graph.



newPortletPreferencesType
public org.netbeans.modules.visualweb.api.portlet.dd.PortletPreferencesType newPortletPreferencesType()(Code)
Create a new bean using it's default constructor. This does not add it to any bean graph.



newPortletPreferencesType
public org.netbeans.modules.visualweb.api.portlet.dd.PortletPreferencesType newPortletPreferencesType(PortletPreferencesType source, boolean justData)(Code)
Create a new bean, copying from another one. This does not add it to any bean graph.



newSecurityRoleRefType
public org.netbeans.modules.visualweb.api.portlet.dd.SecurityRoleRefType newSecurityRoleRefType()(Code)
Create a new bean using it's default constructor. This does not add it to any bean graph.



newSecurityRoleRefType
public org.netbeans.modules.visualweb.api.portlet.dd.SecurityRoleRefType newSecurityRoleRefType(SecurityRoleRefType source, boolean justData)(Code)
Create a new bean, copying from another one. This does not add it to any bean graph.



newSupportsType
public org.netbeans.modules.visualweb.api.portlet.dd.SupportsType newSupportsType()(Code)
Create a new bean using it's default constructor. This does not add it to any bean graph.



newSupportsType
public org.netbeans.modules.visualweb.api.portlet.dd.SupportsType newSupportsType(SupportsType source, boolean justData)(Code)
Create a new bean, copying from another one. This does not add it to any bean graph.



readNode
public void readNode(org.w3c.dom.Node node)(Code)



readNode
public void readNode(org.w3c.dom.Node node, java.util.Map namespacePrefixes)(Code)



removeDescription
public int removeDescription(java.lang.String value)(Code)
Search from the end looking for @param value, and then remove it.



removeDescriptionXmlLang
public int removeDescriptionXmlLang(java.lang.String value)(Code)
Search from the end looking for @param value, and then remove it.



removeDisplayName
public int removeDisplayName(java.lang.String value)(Code)
Search from the end looking for @param value, and then remove it.



removeDisplayNameXmlLang
public int removeDisplayNameXmlLang(java.lang.String value)(Code)
Search from the end looking for @param value, and then remove it.



removeInitParam
public int removeInitParam(org.netbeans.modules.visualweb.api.portlet.dd.InitParamType value)(Code)
Search from the end looking for @param value, and then remove it.



removeSecurityRoleRef
public int removeSecurityRoleRef(org.netbeans.modules.visualweb.api.portlet.dd.SecurityRoleRefType value)(Code)
Search from the end looking for @param value, and then remove it.



removeSupportedLocale
public int removeSupportedLocale(java.lang.String value)(Code)
Search from the end looking for @param value, and then remove it.



removeSupports
public int removeSupports(org.netbeans.modules.visualweb.api.portlet.dd.SupportsType value)(Code)
Search from the end looking for @param value, and then remove it.



setDescription
public void setDescription(java.lang.String[] value)(Code)



setDescription
public void setDescription(int index, java.lang.String value)(Code)



setDescriptionXmlLang
public void setDescriptionXmlLang(java.lang.String[] value)(Code)



setDescriptionXmlLang
public void setDescriptionXmlLang(int index, java.lang.String value)(Code)



setDisplayName
public void setDisplayName(java.lang.String[] value)(Code)



setDisplayName
public void setDisplayName(int index, java.lang.String value)(Code)



setDisplayNameXmlLang
public void setDisplayNameXmlLang(java.lang.String[] value)(Code)



setDisplayNameXmlLang
public void setDisplayNameXmlLang(int index, java.lang.String value)(Code)



setExpirationCache
public void setExpirationCache(int value)(Code)



setId
public void setId(java.lang.String value)(Code)



setInitParam
public void setInitParam(org.netbeans.modules.visualweb.api.portlet.dd.InitParamType[] value)(Code)



setInitParam
public void setInitParam(int index, org.netbeans.modules.visualweb.api.portlet.dd.InitParamType value)(Code)



setPortletClass
public void setPortletClass(java.lang.String value)(Code)



setPortletInfo
public void setPortletInfo(org.netbeans.modules.visualweb.api.portlet.dd.PortletInfoType value)(Code)



setPortletInfo2
public void setPortletInfo2(org.netbeans.modules.visualweb.api.portlet.dd.PortletInfoType value)(Code)



setPortletName
public void setPortletName(java.lang.String value)(Code)



setPortletPreferences
public void setPortletPreferences(org.netbeans.modules.visualweb.api.portlet.dd.PortletPreferencesType value)(Code)



setResourceBundle
public void setResourceBundle(java.lang.String value)(Code)



setSecurityRoleRef
public void setSecurityRoleRef(org.netbeans.modules.visualweb.api.portlet.dd.SecurityRoleRefType[] value)(Code)



setSecurityRoleRef
public void setSecurityRoleRef(int index, org.netbeans.modules.visualweb.api.portlet.dd.SecurityRoleRefType value)(Code)



setSupportedLocale
public void setSupportedLocale(java.lang.String[] value)(Code)



setSupportedLocale
public void setSupportedLocale(int index, java.lang.String value)(Code)



setSupports
public void setSupports(org.netbeans.modules.visualweb.api.portlet.dd.SupportsType[] value)(Code)



setSupports
public void setSupports(int index, org.netbeans.modules.visualweb.api.portlet.dd.SupportsType value)(Code)



sizeDescription
public int sizeDescription()(Code)



sizeDescriptionXmlLang
public int sizeDescriptionXmlLang()(Code)



sizeDisplayName
public int sizeDisplayName()(Code)



sizeDisplayNameXmlLang
public int sizeDisplayNameXmlLang()(Code)



sizeInitParam
public int sizeInitParam()(Code)



sizeSecurityRoleRef
public int sizeSecurityRoleRef()(Code)



sizeSupportedLocale
public int sizeSupportedLocale()(Code)



sizeSupports
public int sizeSupports()(Code)



toString
public String toString()(Code)



validate
public void validate() throws org.netbeans.modules.visualweb.api.portlet.dd.PortletApp.ValidateException(Code)



writeNode
public void writeNode(java.io.Writer out) throws java.io.IOException(Code)



writeNode
public void writeNode(java.io.Writer out, String nodeName, String indent) throws java.io.IOException(Code)



writeNode
public void writeNode(java.io.Writer out, String nodeName, String namespace, String indent, java.util.Map namespaceMap) throws java.io.IOException(Code)
It's not recommended to call this method directly.



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(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.