Java Doc for PortletType.java in  » Portal » stringbeans-3.5 » com » nabhinc » portal » config » 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 » Portal » stringbeans 3.5 » com.nabhinc.portal.config 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


com.nabhinc.portal.config.PortletType

All known Subclasses:   com.nabhinc.portal.config.impl.PortletTypeImpl,
PortletType
public interface PortletType (Code)
The portlet element contains the declarative data of a portlet. Used in: portlet-app Java content class for portletType complex type.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/C:/Sun/jwsdp-1.5/jaxb/lib/portlet-app_1_0.xsd line 219)

 <complexType name="portletType">
 <complexContent>
 <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 <sequence>
 <element name="description" type="{http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd}descriptionType" maxOccurs="unbounded" minOccurs="0"/>
 <element name="portlet-name" type="{http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd}portlet-nameType"/>
 <element name="display-name" type="{http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd}display-nameType" maxOccurs="unbounded" minOccurs="0"/>
 <element name="portlet-class" type="{http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd}portlet-classType"/>
 <element name="init-param" type="{http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd}init-paramType" maxOccurs="unbounded" minOccurs="0"/>
 <element name="expiration-cache" type="{http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd}expiration-cacheType" minOccurs="0"/>
 <element name="supports" type="{http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd}supportsType" maxOccurs="unbounded"/>
 <element name="supported-locale" type="{http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd}supported-localeType" maxOccurs="unbounded" minOccurs="0"/>
 <choice>
 <sequence>
 <element name="resource-bundle" type="{http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd}resource-bundleType"/>
 <element name="portlet-info" type="{http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd}portlet-infoType" minOccurs="0"/>
 </sequence>
 <element name="portlet-info" type="{http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd}portlet-infoType"/>
 </choice>
 <element name="portlet-preferences" type="{http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd}portlet-preferencesType" minOccurs="0"/>
 <element name="security-role-ref" type="{http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd}security-role-refType" maxOccurs="unbounded" minOccurs="0"/>
 </sequence>
 <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
 </restriction>
 </complexContent>
 </complexType>
 




Method Summary
 java.util.ListgetDescription()
     Gets the value of the Description property.

This accessor method returns a reference to the live list, not a snapshot.

 java.util.ListgetDisplayName()
     Gets the value of the DisplayName property.

This accessor method returns a reference to the live list, not a snapshot.

 com.nabhinc.portal.config.ExpirationCacheTypegetExpirationCache()
     Gets the value of the expirationCache property.
 java.lang.StringgetId()
     Gets the value of the id property.
 java.util.ListgetInitParam()
     Gets the value of the InitParam property.

This accessor method returns a reference to the live list, not a snapshot.

 java.lang.StringgetPortletClass()
     Gets the value of the portletClass property.
 com.nabhinc.portal.config.PortletInfoTypegetPortletInfo()
     Gets the value of the portletInfo property.
 com.nabhinc.portal.config.PortletNameTypegetPortletName()
     Gets the value of the portletName property.
 com.nabhinc.portal.config.PortletPreferencesTypegetPortletPreferences()
     Gets the value of the portletPreferences property.
 com.nabhinc.portal.config.ResourceBundleTypegetResourceBundle()
     Gets the value of the resourceBundle property.
 java.util.ListgetSecurityRoleRef()
     Gets the value of the SecurityRoleRef property.

This accessor method returns a reference to the live list, not a snapshot.

 java.util.ListgetSupportedLocale()
     Gets the value of the SupportedLocale property.

This accessor method returns a reference to the live list, not a snapshot.

 java.util.ListgetSupports()
     Gets the value of the Supports property.

This accessor method returns a reference to the live list, not a snapshot.

 voidsetExpirationCache(com.nabhinc.portal.config.ExpirationCacheType value)
     Sets the value of the expirationCache property.
 voidsetId(java.lang.String value)
     Sets the value of the id property.
 voidsetPortletClass(java.lang.String value)
     Sets the value of the portletClass property.
 voidsetPortletInfo(com.nabhinc.portal.config.PortletInfoType value)
     Sets the value of the portletInfo property.
 voidsetPortletName(com.nabhinc.portal.config.PortletNameType value)
     Sets the value of the portletName property.
 voidsetPortletPreferences(com.nabhinc.portal.config.PortletPreferencesType value)
     Sets the value of the portletPreferences property.
 voidsetResourceBundle(com.nabhinc.portal.config.ResourceBundleType value)
     Sets the value of the resourceBundle property.



Method Detail
getDescription
java.util.List getDescription()(Code)
Gets the value of the Description property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the Description property.

For example, to add a new item, do as follows:

 getDescription().add(newItem);
 

Objects of the following type(s) are allowed in the list com.nabhinc.portal.config.DescriptionType




getDisplayName
java.util.List getDisplayName()(Code)
Gets the value of the DisplayName property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the DisplayName property.

For example, to add a new item, do as follows:

 getDisplayName().add(newItem);
 

Objects of the following type(s) are allowed in the list com.nabhinc.portal.config.DisplayNameType




getExpirationCache
com.nabhinc.portal.config.ExpirationCacheType getExpirationCache()(Code)
Gets the value of the expirationCache property. possible object iscom.nabhinc.portal.config.ExpirationCacheType



getId
java.lang.String getId()(Code)
Gets the value of the id property. possible object isjava.lang.String



getInitParam
java.util.List getInitParam()(Code)
Gets the value of the InitParam property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the InitParam property.

For example, to add a new item, do as follows:

 getInitParam().add(newItem);
 

Objects of the following type(s) are allowed in the list com.nabhinc.portal.config.InitParamType




getPortletClass
java.lang.String getPortletClass()(Code)
Gets the value of the portletClass property. possible object isjava.lang.String



getPortletInfo
com.nabhinc.portal.config.PortletInfoType getPortletInfo()(Code)
Gets the value of the portletInfo property. possible object iscom.nabhinc.portal.config.PortletInfoTypecom.nabhinc.portal.config.PortletInfoType



getPortletName
com.nabhinc.portal.config.PortletNameType getPortletName()(Code)
Gets the value of the portletName property. possible object iscom.nabhinc.portal.config.PortletNameType



getPortletPreferences
com.nabhinc.portal.config.PortletPreferencesType getPortletPreferences()(Code)
Gets the value of the portletPreferences property. possible object iscom.nabhinc.portal.config.PortletPreferencesType



getResourceBundle
com.nabhinc.portal.config.ResourceBundleType getResourceBundle()(Code)
Gets the value of the resourceBundle property. possible object iscom.nabhinc.portal.config.ResourceBundleType



getSecurityRoleRef
java.util.List getSecurityRoleRef()(Code)
Gets the value of the SecurityRoleRef property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the SecurityRoleRef property.

For example, to add a new item, do as follows:

 getSecurityRoleRef().add(newItem);
 

Objects of the following type(s) are allowed in the list com.nabhinc.portal.config.SecurityRoleRefType




getSupportedLocale
java.util.List getSupportedLocale()(Code)
Gets the value of the SupportedLocale property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the SupportedLocale property.

For example, to add a new item, do as follows:

 getSupportedLocale().add(newItem);
 

Objects of the following type(s) are allowed in the list com.nabhinc.portal.config.SupportedLocaleType




getSupports
java.util.List getSupports()(Code)
Gets the value of the Supports property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the Supports property.

For example, to add a new item, do as follows:

 getSupports().add(newItem);
 

Objects of the following type(s) are allowed in the list com.nabhinc.portal.config.SupportsType




setExpirationCache
void setExpirationCache(com.nabhinc.portal.config.ExpirationCacheType value)(Code)
Sets the value of the expirationCache property.
Parameters:
  value - allowed object iscom.nabhinc.portal.config.ExpirationCacheType



setId
void setId(java.lang.String value)(Code)
Sets the value of the id property.
Parameters:
  value - allowed object isjava.lang.String



setPortletClass
void setPortletClass(java.lang.String value)(Code)
Sets the value of the portletClass property.
Parameters:
  value - allowed object isjava.lang.String



setPortletInfo
void setPortletInfo(com.nabhinc.portal.config.PortletInfoType value)(Code)
Sets the value of the portletInfo property.
Parameters:
  value - allowed object iscom.nabhinc.portal.config.PortletInfoTypecom.nabhinc.portal.config.PortletInfoType



setPortletName
void setPortletName(com.nabhinc.portal.config.PortletNameType value)(Code)
Sets the value of the portletName property.
Parameters:
  value - allowed object iscom.nabhinc.portal.config.PortletNameType



setPortletPreferences
void setPortletPreferences(com.nabhinc.portal.config.PortletPreferencesType value)(Code)
Sets the value of the portletPreferences property.
Parameters:
  value - allowed object iscom.nabhinc.portal.config.PortletPreferencesType



setResourceBundle
void setResourceBundle(com.nabhinc.portal.config.ResourceBundleType value)(Code)
Sets the value of the resourceBundle property.
Parameters:
  value - allowed object iscom.nabhinc.portal.config.ResourceBundleType



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