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


java.lang.Object
   com.sun.portal.desktop.dp.xml.XMLDPObject
      com.sun.portal.desktop.dp.xml.XMLDPProperty
         com.sun.portal.desktop.dp.xml.XMLDPCollection
            com.sun.portal.desktop.dp.xml.XMLDPProperties

All known Subclasses:   com.sun.portal.desktop.dp.xml.XMLDPConditionalProperties,
XMLDPProperties
public class XMLDPProperties extends XMLDPCollection implements DPProperties,XMLDPTags(Code)



Constructor Summary
 XMLDPProperties(DPContext dpc, DPRoot r, Document d)
    
 XMLDPProperties(DPContext dpc, DPRoot r, Element e)
    

Method Summary
public  DPPropertyadd(DPProperty dpp, List pflist)
    
 DPPropertyadd(DPProperty dpp, boolean copy, boolean deep, boolean dummy, List pflist)
    
static  ElementcreateElement(DPContext dpc, Document d)
    
public  DPPropertyget(String key)
    
public  DPPropertyget(String key, boolean scoped)
    
public  DPPropertyget(String key, List pflist, boolean exact)
    
public  DPPropertyget(String key, List pflist, boolean exact, boolean scoped)
     note that when exact flag is on, it overrides all required flags in the PropertiesFilters objects.
public  DPBooleangetBoolean(String key)
    
public  DPBooleangetBoolean(String key, List pflist, boolean exact)
    
public  DPCollectiongetCollection(String key)
    
public  DPCollectiongetCollection(String key, List pflist, boolean exact)
    
public  DPPropertygetConditional(String key, List pflist, boolean exact)
    
public  DPConditionalPropertiesgetConditionalProperties(String condition, String value)
    
 ElementgetConditionalPropertiesElement(String condition, String conditionValue)
    
protected  DPConditionalPropertiesgetConditionalPropertiesFromThis(String condition, String conditionValue)
    
public  DPIntegergetInteger(String key)
    
public  DPIntegergetInteger(String key, List pflist, boolean exact)
    
public  DPLocalegetLocale(Locale locale, boolean exact)
     Remove once support is no longer needed.
public  DPLocalegetLocale(String language, String country, String variant, boolean exact)
     Remove once support is no longer needed.
 ElementgetLocaleElement(String language, String country, String variant, boolean exact)
     Remove once support is no longer needed.
 ElementgetLocaleElement(String language, String country, String variant)
     Remove once support is no longer needed.
protected  DPLocalegetLocaleFromThis(String language, String country, String variant, boolean exact)
     Remove once support is no longer needed.
 ListgetMatchedPropertiesFilters(String key, List pflist)
     given the key and the pflist, it looks up the property then instead of returning the value it returns the pflist that corresponds to the property found.
protected  ElementgetMergedElement()
    
public  SetgetNames()
    
public  SetgetNames(boolean scoped)
    
public  DPPropertygetParentProperty()
    
public  DPPropertyHoldergetPropertyHolder()
    
 ElementgetPropertyHolderElement()
    
protected  DPPropertyHoldergetPropertyHolderFromThis()
    
public  DPStringgetString(String key, List pflist, boolean exact)
    
public  DPStringgetString(String key)
    
public  StringgetTag()
    
public  shortgetType()
    
static  booleanisEmptyString(String s)
    
 booleanisPropertyFromThis(DPProperty dpp)
    
public  ListmatchConditionalProperties(PropertiesFilter pf)
    
 ListmatchConditionalPropertiesElements(PropertiesFilter pf)
    
protected  ListmatchConditionalPropertiesFromThis(PropertiesFilter pf)
    
public  DPPropertyremove(String key, List pflist)
    
public  voidset(String key, Object val, List pflist)
    
public  voidsetBoolean(String key, boolean val)
    
public  voidsetBoolean(String key, boolean val, List pflist)
    
public  voidsetBoolean(String key, boolean val, List pflist, boolean exact)
    
public  DPCollectionsetCollection(String key, Map val)
    
public  DPCollectionsetCollection(String key, Map val, List pflist)
    
public  DPCollectionsetCollection(String key, Map val, List pflist, boolean exact)
    
public  DPCollectionsetCollection(String key, List val)
    
public  DPCollectionsetCollection(String key, List val, List pflist)
    
public  DPCollectionsetCollection(String key, List val, List pflist, boolean exact)
    
public  voidsetInteger(String key, int val)
    
public  voidsetInteger(String key, int val, List pflist)
    
public  voidsetInteger(String key, int val, List pflist, boolean exact)
    
public  voidsetString(String key, String val)
    
public  voidsetString(String key, String val, List pflist)
    
public  voidsetString(String key, String val, List pflist, boolean exact)
    
public  voidtoXML(StringBuffer b, int indent)
    


Constructor Detail
XMLDPProperties
XMLDPProperties(DPContext dpc, DPRoot r, Document d)(Code)



XMLDPProperties
XMLDPProperties(DPContext dpc, DPRoot r, Element e)(Code)




Method Detail
add
public DPProperty add(DPProperty dpp, List pflist)(Code)



add
DPProperty add(DPProperty dpp, boolean copy, boolean deep, boolean dummy, List pflist)(Code)



createElement
static Element createElement(DPContext dpc, Document d)(Code)



get
public DPProperty get(String key)(Code)



get
public DPProperty get(String key, boolean scoped)(Code)



get
public DPProperty get(String key, List pflist, boolean exact)(Code)



get
public DPProperty get(String key, List pflist, boolean exact, boolean scoped)(Code)
note that when exact flag is on, it overrides all required flags in the PropertiesFilters objects.



getBoolean
public DPBoolean getBoolean(String key)(Code)



getBoolean
public DPBoolean getBoolean(String key, List pflist, boolean exact)(Code)



getCollection
public DPCollection getCollection(String key)(Code)



getCollection
public DPCollection getCollection(String key, List pflist, boolean exact)(Code)



getConditional
public DPProperty getConditional(String key, List pflist, boolean exact)(Code)



getConditionalProperties
public DPConditionalProperties getConditionalProperties(String condition, String value)(Code)



getConditionalPropertiesElement
Element getConditionalPropertiesElement(String condition, String conditionValue)(Code)



getConditionalPropertiesFromThis
protected DPConditionalProperties getConditionalPropertiesFromThis(String condition, String conditionValue)(Code)



getInteger
public DPInteger getInteger(String key)(Code)



getInteger
public DPInteger getInteger(String key, List pflist, boolean exact)(Code)



getLocale
public DPLocale getLocale(Locale locale, boolean exact)(Code)
Remove once support is no longer needed.



getLocale
public DPLocale getLocale(String language, String country, String variant, boolean exact)(Code)
Remove once support is no longer needed.



getLocaleElement
Element getLocaleElement(String language, String country, String variant, boolean exact)(Code)
Remove once support is no longer needed.



getLocaleElement
Element getLocaleElement(String language, String country, String variant)(Code)
Remove once support is no longer needed.



getLocaleFromThis
protected DPLocale getLocaleFromThis(String language, String country, String variant, boolean exact)(Code)
Remove once support is no longer needed.



getMatchedPropertiesFilters
List getMatchedPropertiesFilters(String key, List pflist)(Code)
given the key and the pflist, it looks up the property then instead of returning the value it returns the pflist that corresponds to the property found. note that merger *is* considered when it looks up the property.



getMergedElement
protected Element getMergedElement()(Code)



getNames
public Set getNames()(Code)



getNames
public Set getNames(boolean scoped)(Code)



getParentProperty
public DPProperty getParentProperty()(Code)



getPropertyHolder
public DPPropertyHolder getPropertyHolder()(Code)



getPropertyHolderElement
Element getPropertyHolderElement()(Code)



getPropertyHolderFromThis
protected DPPropertyHolder getPropertyHolderFromThis()(Code)



getString
public DPString getString(String key, List pflist, boolean exact)(Code)



getString
public DPString getString(String key)(Code)



getTag
public String getTag()(Code)



getType
public short getType()(Code)



isEmptyString
static boolean isEmptyString(String s)(Code)



isPropertyFromThis
boolean isPropertyFromThis(DPProperty dpp)(Code)



matchConditionalProperties
public List matchConditionalProperties(PropertiesFilter pf)(Code)
return a list of merged conditionalproperties that match given propertiesfilter



matchConditionalPropertiesElements
List matchConditionalPropertiesElements(PropertiesFilter pf)(Code)



matchConditionalPropertiesFromThis
protected List matchConditionalPropertiesFromThis(PropertiesFilter pf)(Code)



remove
public DPProperty remove(String key, List pflist)(Code)



set
public void set(String key, Object val, List pflist)(Code)



setBoolean
public void setBoolean(String key, boolean val)(Code)



setBoolean
public void setBoolean(String key, boolean val, List pflist)(Code)



setBoolean
public void setBoolean(String key, boolean val, List pflist, boolean exact)(Code)



setCollection
public DPCollection setCollection(String key, Map val)(Code)



setCollection
public DPCollection setCollection(String key, Map val, List pflist)(Code)



setCollection
public DPCollection setCollection(String key, Map val, List pflist, boolean exact)(Code)



setCollection
public DPCollection setCollection(String key, List val)(Code)



setCollection
public DPCollection setCollection(String key, List val, List pflist)(Code)



setCollection
public DPCollection setCollection(String key, List val, List pflist, boolean exact)(Code)



setInteger
public void setInteger(String key, int val)(Code)



setInteger
public void setInteger(String key, int val, List pflist)(Code)



setInteger
public void setInteger(String key, int val, List pflist, boolean exact)(Code)



setString
public void setString(String key, String val)(Code)



setString
public void setString(String key, String val, List pflist)(Code)



setString
public void setString(String key, String val, List pflist, boolean exact)(Code)



toXML
public void toXML(StringBuffer b, int indent)(Code)



Fields inherited from com.sun.portal.desktop.dp.xml.XMLDPCollection
protected Map propertiesTable(Code)(Java Doc)

Methods inherited from com.sun.portal.desktop.dp.xml.XMLDPCollection
public DPProperty add(DPProperty dpp)(Code)(Java Doc)
DPProperty add(DPProperty dpp, boolean copy, boolean deep, boolean dummy)(Code)(Java Doc)
public void addAll(Set props)(Code)(Java Doc)
public void appendChildProperty(StringBuffer b, int indent)(Code)(Java Doc)
public void checkType()(Code)(Java Doc)
Set clearElements(Set names, Set locked)(Code)(Java Doc)
public static Element createElement(DPContext dpc, DPRoot r, Document d, String n, Map m)(Code)(Java Doc)
public static Element createElement(DPContext dpc, DPRoot r, Document d, String n, List l)(Code)(Java Doc)
protected static Element createElement(DPContext dpc, DPRoot r, Document d, String tagName, String n, List l)(Code)(Java Doc)
DPProperty createProperty(String name, Object o)(Code)(Java Doc)
public DPProperty get(String key)(Code)(Java Doc)
public Map getCollectionValue()(Code)(Java Doc)
public int getDefaultMergeType()(Code)(Java Doc)
Element getElementFromThis(String key)(Code)(Java Doc)
DPProperty getFromMergers(String key)(Code)(Java Doc)
public DPProperty getFromThis(String key)(Code)(Java Doc)
protected Element getMergedElement()(Code)(Java Doc)
public Set getNames()(Code)(Java Doc)
Set getNamesFromMergers()(Code)(Java Doc)
public Set getNamesFromThis()(Code)(Java Doc)
public String getTag()(Code)(Java Doc)
public short getType()(Code)(Java Doc)
public Object getValue()(Code)(Java Doc)
Object getValue(Set names)(Code)(Java Doc)
public Set getValues()(Code)(Java Doc)
Set mergeNamesFromThis(Set names, Set locked)(Code)(Java Doc)
public DPProperty remove(String key)(Code)(Java Doc)
protected DPProperty remove(String key, boolean updateTable)(Code)(Java Doc)
public void removeAll()(Code)(Java Doc)
void removeChildElements()(Code)(Java Doc)
void removeElement(DPProperty dpp)(Code)(Java Doc)
public void setCollectionValue(Map m)(Code)(Java Doc)
public void setCollectionValue(List l)(Code)(Java Doc)
public void setDefaults()(Code)(Java Doc)
static void setDefaultsElement(Element e)(Code)(Java Doc)
public void setMergeDefaults()(Code)(Java Doc)
static void setMergeDefaultsElement(Element e)(Code)(Java Doc)
public Object setValue(Object o)(Code)(Java Doc)
static int staticGetDefaultMergeType()(Code)(Java Doc)
public void toXML(StringBuffer b, int indent)(Code)(Java Doc)

Fields inherited from com.sun.portal.desktop.dp.xml.XMLDPProperty
static long ccount(Code)(Java Doc)

Methods inherited from com.sun.portal.desktop.dp.xml.XMLDPProperty
public void appendPropagateAttr(StringBuffer b)(Code)(Java Doc)
public DPProperty copy(DPRoot dpr, boolean deep)(Code)(Java Doc)
Element copyElement(DPRoot dpr, boolean deep)(Code)(Java Doc)
public DPProperty createDummy(DPRoot dpr)(Code)(Java Doc)
public Object getKey()(Code)(Java Doc)
public DPProperties getProperties()(Code)(Java Doc)
Element getPropertiesElement()(Code)(Java Doc)
static Element getPropertiesElement(Element e)(Code)(Java Doc)
protected DPProperties getPropertiesFromThis()(Code)(Java Doc)
public boolean isNamed()(Code)(Java Doc)
public boolean isPropagate()(Code)(Java Doc)
public static boolean isPropagateElement(Element e)(Code)(Java Doc)
public boolean isThisPropagate()(Code)(Java Doc)
public void setPropagate(boolean state)(Code)(Java Doc)
static void setPropagateElement(Element e, boolean state)(Code)(Java Doc)

Fields inherited from com.sun.portal.desktop.dp.xml.XMLDPObject
final static int INDENT_SPACES(Code)(Java Doc)
static String[] MERGETYPE_VALUES(Code)(Java Doc)
static long ccount(Code)(Java Doc)
static Map mergeTypeTable(Code)(Java Doc)

Methods inherited from com.sun.portal.desktop.dp.xml.XMLDPObject
public void addMerger(DPObject dpo)(Code)(Java Doc)
public void addMergers(List m)(Code)(Java Doc)
public void appendAdvancedAttr(StringBuffer b)(Code)(Java Doc)
static void appendBuffer(String a, StringBuffer b, int indent)(Code)(Java Doc)
public void appendEndTag(StringBuffer b)(Code)(Java Doc)
public void appendLockAttr(StringBuffer b)(Code)(Java Doc)
public void appendMergeAttr(StringBuffer b)(Code)(Java Doc)
public void appendStartTag(StringBuffer b)(Code)(Java Doc)
public void checkType()(Code)(Java Doc)
void checkType(String actual)(Code)(Java Doc)
public int compareTo(Object o)(Code)(Java Doc)
Element createElement(String xml)(Code)(Java Doc)
static Element createElement(DPContext dpc, Document d, String tagName)(Code)(Java Doc)
static Element createElement(DPContext dpc, Document d, String tagName, String name)(Code)(Java Doc)
static Map createElementTable(Element e)(Code)(Java Doc)
public boolean equals(Object o)(Code)(Java Doc)
static String getCachedLocaleName(String l, String c, String v)(Code)(Java Doc)
static Element getChildElement(Element e, String tagName)(Code)(Java Doc)
static Element getChildElement(Element e, String tagName, String name)(Code)(Java Doc)
static List getChildElements(Element e, String tagName)(Code)(Java Doc)
static String getConditionalPropertiesName(String type, String value)(Code)(Java Doc)
public DPContext getContext()(Code)(Java Doc)
public boolean getDefaultAdvancedValue()(Code)(Java Doc)
public boolean getDefaultLockValue()(Code)(Java Doc)
public boolean getDefaultPropagateValue()(Code)(Java Doc)
public DocumentBuilder getDocBuilder()(Code)(Java Doc)
static DocumentBuilder getDocBuilder(DPContext dpc)(Code)(Java Doc)
public Document getDocument()(Code)(Java Doc)
public Element getElement()(Code)(Java Doc)
public DPObject getLastMerger()(Code)(Java Doc)
static String getLocaleName(String l, String c, String v)(Code)(Java Doc)
public short getMergeType()(Code)(Java Doc)
abstract protected Element getMergedElement()(Code)(Java Doc)
public List getMergers()(Code)(Java Doc)
public String getName()(Code)(Java Doc)
public DPObject getObject(Element e)(Code)(Java Doc)
public Element getParentElement()(Code)(Java Doc)
public int getPriority()(Code)(Java Doc)
public DPRoot getRoot()(Code)(Java Doc)
Element getRootElement()(Code)(Java Doc)
static Element getRootElement(Element e)(Code)(Java Doc)
abstract public String getTag()(Code)(Java Doc)
protected static Text getTextNode(Element e)(Code)(Java Doc)
public short getThisMergeType()(Code)(Java Doc)
abstract public short getType()(Code)(Java Doc)
static short getType(Element e)(Code)(Java Doc)
public String getVersion()(Code)(Java Doc)
public void indentBuffer(StringBuffer b, int indent)(Code)(Java Doc)
public boolean isAdvanced()(Code)(Java Doc)
public static boolean isAdvancedElement(Element e)(Code)(Java Doc)
static boolean isAtomicElement(Element e)(Code)(Java Doc)
static boolean isConditionalPropertiesName(String name)(Code)(Java Doc)
public boolean isDirty()(Code)(Java Doc)
public boolean isDummy()(Code)(Java Doc)
static boolean isLocaleName(String name)(Code)(Java Doc)
public boolean isLocked()(Code)(Java Doc)
public static boolean isLockedElement(Element e)(Code)(Java Doc)
public boolean isMergeAdvanced()(Code)(Java Doc)
public boolean isMergeLocked()(Code)(Java Doc)
public boolean isMergeRemove()(Code)(Java Doc)
public boolean isMergeReplace()(Code)(Java Doc)
public boolean isMerged()(Code)(Java Doc)
public boolean isRemove()(Code)(Java Doc)
public static boolean isRemoveElement(Element e)(Code)(Java Doc)
public boolean isReplace()(Code)(Java Doc)
public static boolean isReplaceElement(Element e)(Code)(Java Doc)
public boolean isThisAdvanced(Element e)(Code)(Java Doc)
public boolean isThisLocked(Element e)(Code)(Java Doc)
public boolean isThisRemove(Element e)(Code)(Java Doc)
public boolean isThisReplace(Element e)(Code)(Java Doc)
public static int max(int a, int b, int c)(Code)(Java Doc)
static List parseConditionalPropertiesName(String name)(Code)(Java Doc)
static List parseLocaleName(String name)(Code)(Java Doc)
static void putCachedLocaleName(String l, String c, String v, String name)(Code)(Java Doc)
public void putObject(DPObject dpo)(Code)(Java Doc)
public void removeObject(DPObject dpo)(Code)(Java Doc)
public void removeObject(Element e)(Code)(Java Doc)
public void setAdvanced(boolean adv)(Code)(Java Doc)
public void setDirty(boolean state)(Code)(Java Doc)
public void setDummy(boolean state)(Code)(Java Doc)
public void setElement(Element e)(Code)(Java Doc)
public void setLock(boolean lock)(Code)(Java Doc)
public void setMergeType(short type)(Code)(Java Doc)
static void setMergeTypeElement(Element e, int type)(Code)(Java Doc)
static void setName(Element e, String name)(Code)(Java Doc)
public void setPriority(int priority)(Code)(Java Doc)
public void setVersion(String version)(Code)(Java Doc)
public static boolean staticGetDefaultAdvancedValue()(Code)(Java Doc)
public static boolean staticGetDefaultLockValue()(Code)(Java Doc)
public static boolean staticGetDefaultPropagateValue()(Code)(Java Doc)
static boolean toBoolean(String name)(Code)(Java Doc)
public String toDebugString()(Code)(Java Doc)
public String toMergedXML()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
public String toString(boolean prune)(Code)(Java Doc)
static void toStringBuffer(Node n, StringBuffer b, boolean prune, int indent)(Code)(Java Doc)

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.