Java Doc for XMLDPConditionalProperties.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
               com.sun.portal.desktop.dp.xml.XMLDPConditionalProperties

XMLDPConditionalProperties
class XMLDPConditionalProperties extends XMLDPProperties implements DPConditionalProperties,XMLDPTags(Code)



Constructor Summary
 XMLDPConditionalProperties(DPContext dpc, DPRoot r, Document d, String condition, String conditionValue)
    
 XMLDPConditionalProperties(DPContext dpc, DPRoot r, Document d, String condition, String conditionValue, Map m)
    
 XMLDPConditionalProperties(DPContext dpc, DPRoot r, Element e)
    

Method Summary
public  voidappendTypeAttr(StringBuffer b)
    
public  voidappendValueAttr(StringBuffer b)
    
static  ElementcreateElement(DPContext dpc, Document d, String condition, String conditionValue)
    
public  StringgetCondition()
    
public  StringgetConditionValue()
    
protected  ElementgetMergedElement()
    
public  StringgetTag()
    
public  shortgetType()
    
public  voidtoXML(StringBuffer b, int indent)
    


Constructor Detail
XMLDPConditionalProperties
XMLDPConditionalProperties(DPContext dpc, DPRoot r, Document d, String condition, String conditionValue)(Code)



XMLDPConditionalProperties
XMLDPConditionalProperties(DPContext dpc, DPRoot r, Document d, String condition, String conditionValue, Map m)(Code)



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




Method Detail
appendTypeAttr
public void appendTypeAttr(StringBuffer b)(Code)



appendValueAttr
public void appendValueAttr(StringBuffer b)(Code)



createElement
static Element createElement(DPContext dpc, Document d, String condition, String conditionValue)(Code)



getCondition
public String getCondition()(Code)



getConditionValue
public String getConditionValue()(Code)



getMergedElement
protected Element getMergedElement()(Code)



getTag
public String getTag()(Code)



getType
public short getType()(Code)



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



Methods inherited from com.sun.portal.desktop.dp.xml.XMLDPProperties
public DPProperty add(DPProperty dpp, List pflist)(Code)(Java Doc)
DPProperty add(DPProperty dpp, boolean copy, boolean deep, boolean dummy, List pflist)(Code)(Java Doc)
static Element createElement(DPContext dpc, Document d)(Code)(Java Doc)
public DPProperty get(String key)(Code)(Java Doc)
public DPProperty get(String key, boolean scoped)(Code)(Java Doc)
public DPProperty get(String key, List pflist, boolean exact)(Code)(Java Doc)
public DPProperty get(String key, List pflist, boolean exact, boolean scoped)(Code)(Java Doc)
public DPBoolean getBoolean(String key)(Code)(Java Doc)
public DPBoolean getBoolean(String key, List pflist, boolean exact)(Code)(Java Doc)
public DPCollection getCollection(String key)(Code)(Java Doc)
public DPCollection getCollection(String key, List pflist, boolean exact)(Code)(Java Doc)
public DPProperty getConditional(String key, List pflist, boolean exact)(Code)(Java Doc)
public DPConditionalProperties getConditionalProperties(String condition, String value)(Code)(Java Doc)
Element getConditionalPropertiesElement(String condition, String conditionValue)(Code)(Java Doc)
protected DPConditionalProperties getConditionalPropertiesFromThis(String condition, String conditionValue)(Code)(Java Doc)
public DPInteger getInteger(String key)(Code)(Java Doc)
public DPInteger getInteger(String key, List pflist, boolean exact)(Code)(Java Doc)
public DPLocale getLocale(Locale locale, boolean exact)(Code)(Java Doc)
public DPLocale getLocale(String language, String country, String variant, boolean exact)(Code)(Java Doc)
Element getLocaleElement(String language, String country, String variant, boolean exact)(Code)(Java Doc)
Element getLocaleElement(String language, String country, String variant)(Code)(Java Doc)
protected DPLocale getLocaleFromThis(String language, String country, String variant, boolean exact)(Code)(Java Doc)
List getMatchedPropertiesFilters(String key, List pflist)(Code)(Java Doc)
protected Element getMergedElement()(Code)(Java Doc)
public Set getNames()(Code)(Java Doc)
public Set getNames(boolean scoped)(Code)(Java Doc)
public DPProperty getParentProperty()(Code)(Java Doc)
public DPPropertyHolder getPropertyHolder()(Code)(Java Doc)
Element getPropertyHolderElement()(Code)(Java Doc)
protected DPPropertyHolder getPropertyHolderFromThis()(Code)(Java Doc)
public DPString getString(String key, List pflist, boolean exact)(Code)(Java Doc)
public DPString getString(String key)(Code)(Java Doc)
public String getTag()(Code)(Java Doc)
public short getType()(Code)(Java Doc)
static boolean isEmptyString(String s)(Code)(Java Doc)
boolean isPropertyFromThis(DPProperty dpp)(Code)(Java Doc)
public List matchConditionalProperties(PropertiesFilter pf)(Code)(Java Doc)
List matchConditionalPropertiesElements(PropertiesFilter pf)(Code)(Java Doc)
protected List matchConditionalPropertiesFromThis(PropertiesFilter pf)(Code)(Java Doc)
public DPProperty remove(String key, List pflist)(Code)(Java Doc)
public void set(String key, Object val, List pflist)(Code)(Java Doc)
public void setBoolean(String key, boolean val)(Code)(Java Doc)
public void setBoolean(String key, boolean val, List pflist)(Code)(Java Doc)
public void setBoolean(String key, boolean val, List pflist, boolean exact)(Code)(Java Doc)
public DPCollection setCollection(String key, Map val)(Code)(Java Doc)
public DPCollection setCollection(String key, Map val, List pflist)(Code)(Java Doc)
public DPCollection setCollection(String key, Map val, List pflist, boolean exact)(Code)(Java Doc)
public DPCollection setCollection(String key, List val)(Code)(Java Doc)
public DPCollection setCollection(String key, List val, List pflist)(Code)(Java Doc)
public DPCollection setCollection(String key, List val, List pflist, boolean exact)(Code)(Java Doc)
public void setInteger(String key, int val)(Code)(Java Doc)
public void setInteger(String key, int val, List pflist)(Code)(Java Doc)
public void setInteger(String key, int val, List pflist, boolean exact)(Code)(Java Doc)
public void setString(String key, String val)(Code)(Java Doc)
public void setString(String key, String val, List pflist)(Code)(Java Doc)
public void setString(String key, String val, List pflist, boolean exact)(Code)(Java Doc)
public void toXML(StringBuffer b, int indent)(Code)(Java Doc)

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.