Java Doc for BaseToolConfiguration.java in  » ERP-CRM-Financial » sakai » org » sakaiproject » site » impl » 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 » ERP CRM Financial » sakai » org.sakaiproject.site.impl 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.sakaiproject.util.Placement
      org.sakaiproject.site.impl.BaseToolConfiguration

BaseToolConfiguration
public class BaseToolConfiguration extends org.sakaiproject.util.Placement implements ToolConfiguration,Identifiable(Code)

BaseToolConfiguration is an implementation of the Site API's ToolConfiguration.



Field Summary
protected  booleanm_configLazy
     True if the placement conf has not been read yet.
protected  Stringm_layoutHints
     The layout hints.
protected  SitePagem_page
     The SitePage I belong to.
protected  Stringm_pageId
     The page id I belong to, in case I have no m_page.
protected  intm_pageOrder
     The order within the page.
protected  Stringm_siteId
     The site id I belong to, in case I have no m_page.
protected  Stringm_skin
     The site skin, in case I have no m_page.

Constructor Summary
protected  BaseToolConfiguration(SitePage page, String id, String toolId, String title, String layoutHints, int pageOrder)
    
protected  BaseToolConfiguration(String id, String toolId, String title, String layoutHints, String pageId, String siteId, String skin, int pageOrder)
     ReConstruct - if we don't have a page to follow up to get to certain page and site info.
protected  BaseToolConfiguration(ToolConfiguration other, SitePage page, boolean exact)
     Construct as a copy of another.
protected  BaseToolConfiguration(SitePage page)
     Construct using a tool registration for default information.
protected  BaseToolConfiguration(Tool reg, SitePage page)
     Construct using a tool registration for default information.
protected  BaseToolConfiguration(String toolId, SitePage page)
     Construct using a tool id.
protected  BaseToolConfiguration(Element el, SitePage page)
     Construct from XML element.

Method Summary
public  SitePagegetContainingPage()
    
public  StringgetContext()
    
public  StringgetLayoutHints()
    
protected  PropertiesgetMyConfig()
    
public  StringgetPageId()
    
public  intgetPageOrder()
    
public  PropertiesgetPlacementConfig()
    
public  StringgetSiteId()
    
public  StringgetSkin()
    
public  voidmoveDown()
    
public  voidmoveUp()
    
public  int[]parseLayoutHints()
    
public  voidsave()
    
public  voidsetLayoutHints(String hints)
    
public  ElementtoXml(Document doc, Stack stack)
    

Field Detail
m_configLazy
protected boolean m_configLazy(Code)
True if the placement conf has not been read yet.



m_layoutHints
protected String m_layoutHints(Code)
The layout hints.



m_page
protected SitePage m_page(Code)
The SitePage I belong to.



m_pageId
protected String m_pageId(Code)
The page id I belong to, in case I have no m_page.



m_pageOrder
protected int m_pageOrder(Code)
The order within the page.



m_siteId
protected String m_siteId(Code)
The site id I belong to, in case I have no m_page.



m_skin
protected String m_skin(Code)
The site skin, in case I have no m_page.




Constructor Detail
BaseToolConfiguration
protected BaseToolConfiguration(SitePage page, String id, String toolId, String title, String layoutHints, int pageOrder)(Code)
ReConstruct
Parameters:
  page - The page in which this tool lives.
Parameters:
  id - The tool (placement) id.
Parameters:
  toolId - The id (registration code) of the tool to place here.
Parameters:
  title - The tool title.
Parameters:
  layoutHints - The layout hints.
Parameters:
  pageOrder - The order within the page.



BaseToolConfiguration
protected BaseToolConfiguration(String id, String toolId, String title, String layoutHints, String pageId, String siteId, String skin, int pageOrder)(Code)
ReConstruct - if we don't have a page to follow up to get to certain page and site info.
Parameters:
  id - The tool (placement) id.
Parameters:
  toolId - The id (registration code) of the tool to place here.
Parameters:
  title - The tool title.
Parameters:
  layoutHints - The layout hints.
Parameters:
  pageId - The page id in which this tool lives.
Parameters:
  siteId - The site id in which this tool lives.
Parameters:
  skin - The site's skin.
Parameters:
  pageOrder - The order within the page.



BaseToolConfiguration
protected BaseToolConfiguration(ToolConfiguration other, SitePage page, boolean exact)(Code)
Construct as a copy of another.
Parameters:
  other - The other to copy.
Parameters:
  page - The page in which this tool lives.
Parameters:
  exact - If true, we copy ids - else we generate a new one.



BaseToolConfiguration
protected BaseToolConfiguration(SitePage page)(Code)
Construct using a tool registration for default information.
Parameters:
  reg - The tool registration.
Parameters:
  page - The page in which this tool lives.



BaseToolConfiguration
protected BaseToolConfiguration(Tool reg, SitePage page)(Code)
Construct using a tool registration for default information.
Parameters:
  reg - The tool registration.
Parameters:
  page - The page in which this tool lives.



BaseToolConfiguration
protected BaseToolConfiguration(String toolId, SitePage page)(Code)
Construct using a tool id.
Parameters:
  toolId - The tool id.
Parameters:
  page - The page in which this tool lives.



BaseToolConfiguration
protected BaseToolConfiguration(Element el, SitePage page)(Code)
Construct from XML element.
Parameters:
  el - The XML element.
Parameters:
  page - The page in which this tool lives.




Method Detail
getContainingPage
public SitePage getContainingPage()(Code)



getContext
public String getContext()(Code)



getLayoutHints
public String getLayoutHints()(Code)



getMyConfig
protected Properties getMyConfig()(Code)
Acces the m_config, which is inherited and not visible to this package outside this class -ggolden



getPageId
public String getPageId()(Code)



getPageOrder
public int getPageOrder()(Code)



getPlacementConfig
public Properties getPlacementConfig()(Code)



getSiteId
public String getSiteId()(Code)



getSkin
public String getSkin()(Code)



moveDown
public void moveDown()(Code)



moveUp
public void moveUp()(Code)



parseLayoutHints
public int[] parseLayoutHints()(Code)



save
public void save()(Code)



setLayoutHints
public void setLayoutHints(String hints)(Code)



toXml
public Element toXml(Document doc, Stack stack)(Code)



Fields inherited from org.sakaiproject.util.Placement
protected Properties m_config(Code)(Java Doc)
protected String m_context(Code)(Java Doc)
protected String m_id(Code)(Java Doc)
protected String m_title(Code)(Java Doc)
protected Tool m_tool(Code)(Java Doc)
protected String m_toolId(Code)(Java Doc)

Methods inherited from org.sakaiproject.util.Placement
public boolean equals(Object obj)(Code)(Java Doc)
public Properties getConfig()(Code)(Java Doc)
public String getContext()(Code)(Java Doc)
public String getId()(Code)(Java Doc)
public Properties getPlacementConfig()(Code)(Java Doc)
public String getTitle()(Code)(Java Doc)
public Tool getTool()(Code)(Java Doc)
public String getToolId()(Code)(Java Doc)
public int hashCode()(Code)(Java Doc)
public void save()(Code)(Java Doc)
public void setContext(String context)(Code)(Java Doc)
public void setId(String id)(Code)(Java Doc)
public void setTitle(String title)(Code)(Java Doc)
public void setTool(String toolId, Tool tool)(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.