Java Doc for HarnessProperties.java in  » Portal » Open-Portal » com » sun » portal » harness » 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 » Open Portal » com.sun.portal.harness 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.sun.portal.harness.HarnessProperties

HarnessProperties
public class HarnessProperties implements ProviderEditTypes,ProviderWidths(Code)

Inner Class :class PropHashMap extends HashMap

Field Summary
final public static  StringAPP_NAME
    
final public static  charARGLVAR_COLL
    
final public static  charARGLVAR_LOC
    
final public static  StringARGOP_ADDBOOLEAN
    
final public static  StringARGOP_ADDCOLLECTION
    
final public static  StringARGOP_ADDINTEGER
    
final public static  StringARGOP_ADDSTRING
    
final public static  StringARGOP_CHANGE
    
final public static  StringARGOP_DELETE
    
final public static  StringARG_ADDLOC_COUNTRY
    
final public static  StringARG_ADDLOC_LANG
    
final public static  StringARG_ADDLOC_VAR
    
final public static  StringARG_ADD_NAME
    
final public static  StringARG_ADD_USELOC
    
final public static  StringARG_ADD_VALUE
    
final public static  StringARG_CHANGE_VALUE
    
final public static  StringARG_LIST_CHANNEL
    
final public static  StringARG_LIST_COLL
    
final public static  StringARG_LIST_ITEM
    
final public static  StringARG_LIST_LOCALE
    
final public static  StringARG_LIST_VAR
    
final public static  StringARG_OPERATION
    
final public static  StringATR_NAME
    
final public static  StringATR_PROVIDER
    
final public static  StringATR_VALUE
    
final public static  StringPDCONFIG_FILE
    
final public static  StringPORTLET_BUILDER
    
final public static  StringROLES_FILE
    
final public static  StringTAG_CHANNEL
    
final public static  StringTAG_PROPERTIES
    
final public static  StringTAG_STRING
    
final public static  StringUSERINFO_FILE
    
final public static  intWS_INITIAL_INPUT
    
final public static  intWS_PROVIDER_RUN
    
final public static  intWS_TOOL_ADMIN
    


Method Summary
 booleanexistsBooleanProperty(String channel, String name)
    
 booleanexistsCollectionProperty(String channel, String name)
    
 booleanexistsCollectionProperty(String channel, String name, boolean localized)
    
 booleanexistsIntegerProperty(String channel, String name)
    
 booleanexistsStringProperty(String channel, String name, boolean localized)
    
 booleanexistsStringProperty(String channel, String name)
    
 booleangetBooleanProperty(String channel, String key)
    
 booleangetBooleanProperty(String channel, String key, boolean def)
    
 StringgetChannelName()
    
 MapgetCollectionProperty(String channel, String key, Map def)
    
 MapgetCollectionProperty(String channel, String key)
    
 MapgetCollectionProperty(String channel, String key, boolean localized)
    
 StringgetDescription(String channel)
    
public  HashMapgetEditAtoms()
    
public  StringgetEditChannel()
    
public  String[]getEditCollNames()
    
public  String[]getEditCollectionPath()
    
public  StringgetEditError()
    
public  StringgetEditLocale()
    
public  String[]getEditLocales()
    
 intgetEditType(String channel)
    
 intgetIntegerProperty(String channel, String key, int def)
    
 intgetIntegerProperty(String channel, String key)
    
 StringgetLocaleString()
    
 IteratorgetNames(String channel)
    
public static  StringgetObjectTypeString(Object obj)
    
 ListgetPortlets()
    
 ObjectgetProperty(String channel, String key, Object def)
    
 ObjectgetProperty(String channel, String key)
    
 StringgetProviderClass()
    
 StringgetProviderName(String channel)
    
 intgetRefreshTime(String channel)
    
 StringgetStringProperty(String channel, String key)
    
 StringgetStringProperty(String channel, String key, String def)
    
 StringgetStringProperty(String channel, String key, boolean localized)
    
 StringgetStringProperty(String channel, String key, String def, boolean localized)
    
 StringgetTitle(String channel)
    
 String[]getUserNames()
    
 intgetWidth(String channel)
    
static  HarnessPropertiesmakeHarnessProperties(String user, String usersfile, String compfile, String portAppDir, String configdir)
    
 voidprocessRequest(HttpServletRequest req)
    
 voidsetBooleanProperty(String channel, String key, boolean val)
    
 MapsetCollectionProperty(String channel, String key, List val)
    
 MapsetCollectionProperty(String channel, String key, Map val)
    
 voidsetIntegerProperty(String channel, String key, int val)
    
 voidsetProperty(String channel, String key, Object val)
    
 voidsetPropertyWriteState(int state)
    
 voidsetStringProperty(String channel, String key, String val)
    

Field Detail
APP_NAME
final public static String APP_NAME(Code)



ARGLVAR_COLL
final public static char ARGLVAR_COLL(Code)



ARGLVAR_LOC
final public static char ARGLVAR_LOC(Code)



ARGOP_ADDBOOLEAN
final public static String ARGOP_ADDBOOLEAN(Code)



ARGOP_ADDCOLLECTION
final public static String ARGOP_ADDCOLLECTION(Code)



ARGOP_ADDINTEGER
final public static String ARGOP_ADDINTEGER(Code)



ARGOP_ADDSTRING
final public static String ARGOP_ADDSTRING(Code)



ARGOP_CHANGE
final public static String ARGOP_CHANGE(Code)



ARGOP_DELETE
final public static String ARGOP_DELETE(Code)



ARG_ADDLOC_COUNTRY
final public static String ARG_ADDLOC_COUNTRY(Code)



ARG_ADDLOC_LANG
final public static String ARG_ADDLOC_LANG(Code)



ARG_ADDLOC_VAR
final public static String ARG_ADDLOC_VAR(Code)



ARG_ADD_NAME
final public static String ARG_ADD_NAME(Code)



ARG_ADD_USELOC
final public static String ARG_ADD_USELOC(Code)



ARG_ADD_VALUE
final public static String ARG_ADD_VALUE(Code)



ARG_CHANGE_VALUE
final public static String ARG_CHANGE_VALUE(Code)



ARG_LIST_CHANNEL
final public static String ARG_LIST_CHANNEL(Code)



ARG_LIST_COLL
final public static String ARG_LIST_COLL(Code)



ARG_LIST_ITEM
final public static String ARG_LIST_ITEM(Code)



ARG_LIST_LOCALE
final public static String ARG_LIST_LOCALE(Code)



ARG_LIST_VAR
final public static String ARG_LIST_VAR(Code)



ARG_OPERATION
final public static String ARG_OPERATION(Code)



ATR_NAME
final public static String ATR_NAME(Code)



ATR_PROVIDER
final public static String ATR_PROVIDER(Code)



ATR_VALUE
final public static String ATR_VALUE(Code)



PDCONFIG_FILE
final public static String PDCONFIG_FILE(Code)



PORTLET_BUILDER
final public static String PORTLET_BUILDER(Code)



ROLES_FILE
final public static String ROLES_FILE(Code)



TAG_CHANNEL
final public static String TAG_CHANNEL(Code)



TAG_PROPERTIES
final public static String TAG_PROPERTIES(Code)



TAG_STRING
final public static String TAG_STRING(Code)



USERINFO_FILE
final public static String USERINFO_FILE(Code)



WS_INITIAL_INPUT
final public static int WS_INITIAL_INPUT(Code)



WS_PROVIDER_RUN
final public static int WS_PROVIDER_RUN(Code)



WS_TOOL_ADMIN
final public static int WS_TOOL_ADMIN(Code)





Method Detail
existsBooleanProperty
boolean existsBooleanProperty(String channel, String name)(Code)



existsCollectionProperty
boolean existsCollectionProperty(String channel, String name)(Code)



existsCollectionProperty
boolean existsCollectionProperty(String channel, String name, boolean localized)(Code)



existsIntegerProperty
boolean existsIntegerProperty(String channel, String name)(Code)



existsStringProperty
boolean existsStringProperty(String channel, String name, boolean localized)(Code)



existsStringProperty
boolean existsStringProperty(String channel, String name)(Code)



getBooleanProperty
boolean getBooleanProperty(String channel, String key)(Code)



getBooleanProperty
boolean getBooleanProperty(String channel, String key, boolean def)(Code)



getChannelName
String getChannelName()(Code)



getCollectionProperty
Map getCollectionProperty(String channel, String key, Map def)(Code)



getCollectionProperty
Map getCollectionProperty(String channel, String key)(Code)



getCollectionProperty
Map getCollectionProperty(String channel, String key, boolean localized)(Code)



getDescription
String getDescription(String channel)(Code)



getEditAtoms
public HashMap getEditAtoms()(Code)



getEditChannel
public String getEditChannel()(Code)



getEditCollNames
public String[] getEditCollNames()(Code)



getEditCollectionPath
public String[] getEditCollectionPath()(Code)



getEditError
public String getEditError()(Code)



getEditLocale
public String getEditLocale()(Code)



getEditLocales
public String[] getEditLocales()(Code)



getEditType
int getEditType(String channel)(Code)



getIntegerProperty
int getIntegerProperty(String channel, String key, int def)(Code)



getIntegerProperty
int getIntegerProperty(String channel, String key)(Code)



getLocaleString
String getLocaleString()(Code)



getNames
Iterator getNames(String channel)(Code)



getObjectTypeString
public static String getObjectTypeString(Object obj)(Code)



getPortlets
List getPortlets()(Code)



getProperty
Object getProperty(String channel, String key, Object def)(Code)



getProperty
Object getProperty(String channel, String key)(Code)



getProviderClass
String getProviderClass()(Code)



getProviderName
String getProviderName(String channel)(Code)



getRefreshTime
int getRefreshTime(String channel)(Code)



getStringProperty
String getStringProperty(String channel, String key)(Code)



getStringProperty
String getStringProperty(String channel, String key, String def)(Code)



getStringProperty
String getStringProperty(String channel, String key, boolean localized)(Code)



getStringProperty
String getStringProperty(String channel, String key, String def, boolean localized)(Code)



getTitle
String getTitle(String channel)(Code)



getUserNames
String[] getUserNames()(Code)



getWidth
int getWidth(String channel)(Code)



makeHarnessProperties
static HarnessProperties makeHarnessProperties(String user, String usersfile, String compfile, String portAppDir, String configdir) throws ProviderHarnessException(Code)



processRequest
void processRequest(HttpServletRequest req) throws ProviderHarnessException(Code)



setBooleanProperty
void setBooleanProperty(String channel, String key, boolean val)(Code)



setCollectionProperty
Map setCollectionProperty(String channel, String key, List val)(Code)



setCollectionProperty
Map setCollectionProperty(String channel, String key, Map val)(Code)



setIntegerProperty
void setIntegerProperty(String channel, String key, int val)(Code)



setProperty
void setProperty(String channel, String key, Object val)(Code)



setPropertyWriteState
void setPropertyWriteState(int state) throws ProviderHarnessException(Code)



setStringProperty
void setStringProperty(String channel, String key, String val)(Code)



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.