Java Doc for StructureStylesheetUserPreferences.java in  » Portal » uPortal_rel-2-6-1-GA » org » jasig » portal » 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 » uPortal_rel 2 6 1 GA » org.jasig.portal 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.jasig.portal.StylesheetUserPreferences
      org.jasig.portal.ThemeStylesheetUserPreferences
         org.jasig.portal.StructureStylesheetUserPreferences

All known Subclasses:   org.jasig.portal.layout.dlm.DistributedUserPreferences,
StructureStylesheetUserPreferences
public class StructureStylesheetUserPreferences extends ThemeStylesheetUserPreferences (Code)
User preferences for stylesheets performing structure transformation
author:
   Peter Kharchenko
version:
   $Revision: 35879 $


Field Summary
protected  ArrayListdefaultFolderAttributeValues
    
protected  HashtablefolderAttributeNumbers
    
protected  HashtablefolderAttributeValues
    

Constructor Summary
public  StructureStylesheetUserPreferences()
    
public  StructureStylesheetUserPreferences(StructureStylesheetUserPreferences fsup)
    
public  StructureStylesheetUserPreferences(ThemeStylesheetUserPreferences tsup)
     If instantiated with a theme stylesheet this object will be used only for theme type work and so don't instantiate the variables added by this class.

Method Summary
public  voidaddFolder(String folderID)
    
public  voidaddFolderAttribute(String attributeName, String defaultValue)
    
public  StringgetCacheKey()
    
public  StringgetDefinedFolderAttributeValue(String folderID, String attributeName)
     Returns folder attribute value only if it has been assigned specifically.
public  EnumerationgetFolderAttributeNames()
    
public  StringgetFolderAttributeValue(String folderID, String attributeName)
    
public  EnumerationgetFolders()
    
public  booleanhasFolder(String folderID)
    
public  ObjectnewInstance()
     Provides a copy of this object with all fields instantiated to reflect the values of this object.
public  voidremoveFolder(String folderID)
    
public  voidremoveFolderAttribute(String attributeName)
    
public  voidsetFolderAttributeDefaultValue(String attributeName, String defaultValue)
    
public  voidsetFolderAttributeValue(String folderID, String attributeName, String attributeValue)
    

Field Detail
defaultFolderAttributeValues
protected ArrayList defaultFolderAttributeValues(Code)



folderAttributeNumbers
protected Hashtable folderAttributeNumbers(Code)



folderAttributeValues
protected Hashtable folderAttributeValues(Code)




Constructor Detail
StructureStylesheetUserPreferences
public StructureStylesheetUserPreferences()(Code)



StructureStylesheetUserPreferences
public StructureStylesheetUserPreferences(StructureStylesheetUserPreferences fsup)(Code)



StructureStylesheetUserPreferences
public StructureStylesheetUserPreferences(ThemeStylesheetUserPreferences tsup)(Code)
If instantiated with a theme stylesheet this object will be used only for theme type work and so don't instantiate the variables added by this class. Used in DLM.




Method Detail
addFolder
public void addFolder(String folderID)(Code)



addFolderAttribute
public void addFolderAttribute(String attributeName, String defaultValue)(Code)



getCacheKey
public String getCacheKey()(Code)



getDefinedFolderAttributeValue
public String getDefinedFolderAttributeValue(String folderID, String attributeName)(Code)
Returns folder attribute value only if it has been assigned specifically.
Parameters:
  folderID - folder id
Parameters:
  attributeName - name of the attribute attribute value or null if the value is determined by the attribute default



getFolderAttributeNames
public Enumeration getFolderAttributeNames()(Code)



getFolderAttributeValue
public String getFolderAttributeValue(String folderID, String attributeName)(Code)



getFolders
public Enumeration getFolders()(Code)



hasFolder
public boolean hasFolder(String folderID)(Code)



newInstance
public Object newInstance()(Code)
Provides a copy of this object with all fields instantiated to reflect the values of this object. This allows subclasses to override to add correct copying behavior for their added fields. a copy of this object



removeFolder
public void removeFolder(String folderID)(Code)



removeFolderAttribute
public void removeFolderAttribute(String attributeName)(Code)



setFolderAttributeDefaultValue
public void setFolderAttributeDefaultValue(String attributeName, String defaultValue)(Code)



setFolderAttributeValue
public void setFolderAttributeValue(String folderID, String attributeName, String attributeValue)(Code)



Fields inherited from org.jasig.portal.ThemeStylesheetUserPreferences
protected Hashtable channelAttributeNumbers(Code)(Java Doc)
protected Hashtable channelAttributeValues(Code)(Java Doc)
protected ArrayList defaultChannelAttributeValues(Code)(Java Doc)

Methods inherited from org.jasig.portal.ThemeStylesheetUserPreferences
public void addChannel(String channelSubscribeId)(Code)(Java Doc)
public void addChannelAttribute(String attributeName, String defaultValue)(Code)(Java Doc)
public String getCacheKey()(Code)(Java Doc)
public Enumeration getChannelAttributeNames()(Code)(Java Doc)
public String getChannelAttributeValue(String channelSubscribeId, String attributeName)(Code)(Java Doc)
public Enumeration getChannels()(Code)(Java Doc)
public String getDefinedChannelAttributeValue(String channelSubscribeId, String attributeName)(Code)(Java Doc)
public boolean hasChannel(String channelSubscribeId)(Code)(Java Doc)
public Object newInstance()(Code)(Java Doc)
public void removeChannel(String channelSubscribeId)(Code)(Java Doc)
public void removeChannelAttribute(String attributeName)(Code)(Java Doc)
public void setChannelAttributeDefaultValue(String attributeName, String defaultValue)(Code)(Java Doc)
public void setChannelAttributeValue(String channelSubscribeId, String attributeName, String attributeValue)(Code)(Java Doc)

Methods inherited from org.jasig.portal.StylesheetUserPreferences
public void deleteParameter(String parameterName)(Code)(Java Doc)
public String getCacheKey()(Code)(Java Doc)
public String getParameterValue(String parameterName)(Code)(Java Doc)
public Hashtable getParameterValues()(Code)(Java Doc)
public int getStylesheetId()(Code)(Java Doc)
public Object newInstance()(Code)(Java Doc)
public void putParameterValue(String parameterName, String parameterValue)(Code)(Java Doc)
public void setParameterValues(Hashtable parameters)(Code)(Java Doc)
public void setStylesheetId(int n)(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.