Java Doc for BaseSitePage.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.site.impl.BaseSitePage

BaseSitePage
public class BaseSitePage implements SitePage,Identifiable(Code)

BaseSitePage is an implementation of the Site API SitePage.



Field Summary
protected  booleanm_active
     Active flag.
protected  Stringm_id
     The site id.
protected  intm_layout
     The layout.
protected  booleanm_popup
     The popup setting.
protected  ResourcePropertiesEditm_properties
     The properties.
protected  Sitem_site
     The site I belong to.
protected  Stringm_siteId
     The site id I belong to, in case I have no m_site.
protected  Stringm_skin
     The site skin, in case I have no m_site.
protected  Stringm_title
     The title.
protected  ResourceVectorm_tools
    
protected  booleanm_toolsLazy
     false while the page's tools have not yet been read in.

Constructor Summary
protected  BaseSitePage(Site site)
     Construct.
protected  BaseSitePage(Site site, String id, String title, String layout, boolean popup)
    
protected  BaseSitePage(String pageId, String title, String layout, boolean popup, String siteId, String skin)
     ReConstruct - if we don't have a site to follow up to get to certain site info.
protected  BaseSitePage(SitePage other, Site site, boolean exact)
     Construct as a copy of another.
protected  BaseSitePage(Element el, Site site)
     Construct from XML element.

Method Summary
protected  voidactivate()
     Enable editing.
public  ToolConfigurationaddTool()
    
public  ToolConfigurationaddTool(Tool reg)
    
public  ToolConfigurationaddTool(String toolId)
    
protected  voidcloseEdit()
     Close the edit object - it cannot be used after this.
public  SitegetContainingSite()
    
public  StringgetId()
    
public  intgetLayout()
    
public  StringgetLayoutTitle()
    
public  intgetPosition()
    
public  ResourcePropertiesgetProperties()
    
public  ResourcePropertiesEditgetPropertiesEdit()
    
public  StringgetReference()
    
public  StringgetReference(String rootProperty)
    
public  StringgetSiteId()
    
public  StringgetSkin()
    
public  StringgetTitle()
    
public  ToolConfigurationgetTool(String id)
    
public  ListgetTools()
    
public  CollectiongetTools(String[] toolIds)
    
public  ListgetTools(int col)
    
public  StringgetUrl()
    
public  StringgetUrl(String rootProperty)
    
public  booleanisActiveEdit()
    
public  booleanisPopUp()
    
public  voidmoveDown()
    
public  voidmoveUp()
    
public  voidremoveTool(ToolConfiguration tool)
    
public  voidsetLayout(int layout)
    
public  voidsetPopup(boolean popup)
    
public  voidsetPosition(int pos)
    
public  voidsetTitle(String title)
    
public  ElementtoXml(Document doc, Stack stack)
    

Field Detail
m_active
protected boolean m_active(Code)
Active flag.



m_id
protected String m_id(Code)
The site id.



m_layout
protected int m_layout(Code)
The layout.



m_popup
protected boolean m_popup(Code)
The popup setting.



m_properties
protected ResourcePropertiesEdit m_properties(Code)
The properties.



m_site
protected Site m_site(Code)
The site I belong to.



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



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



m_title
protected String m_title(Code)
The title.



m_tools
protected ResourceVector m_tools(Code)
the list of tool configurations for this SitePage



m_toolsLazy
protected boolean m_toolsLazy(Code)
false while the page's tools have not yet been read in.




Constructor Detail
BaseSitePage
protected BaseSitePage(Site site)(Code)
Construct. Auto-generate the id.
Parameters:
  site - The site in which this page lives.



BaseSitePage
protected BaseSitePage(Site site, String id, String title, String layout, boolean popup)(Code)
ReConstruct
Parameters:
  site - The site in which this page lives.
Parameters:
  id - The page id.
Parameters:
  title - The page title.
Parameters:
  layout - The layout as a string ("0" or not currently supported).
Parameters:
  popup - The page popup setting.



BaseSitePage
protected BaseSitePage(String pageId, String title, String layout, boolean popup, String siteId, String skin)(Code)
ReConstruct - if we don't have a site to follow up to get to certain site info.
Parameters:
  pageId - The page id.
Parameters:
  title - The page title.
Parameters:
  layout - The layout as a string ("0" or not currently supported).
Parameters:
  popup - The page popup setting.
Parameters:
  siteId - The page's site's id.
Parameters:
  skin - The page's site's skin.



BaseSitePage
protected BaseSitePage(SitePage other, Site site, boolean exact)(Code)
Construct as a copy of another.
Parameters:
  other - The other to copy.
Parameters:
  site - The site in which this page lives.
Parameters:
  exact - If true, we copy ids - else we generate new ones for page and tools.



BaseSitePage
protected BaseSitePage(Element el, Site site)(Code)
Construct from XML element.
Parameters:
  el - The XML element.
Parameters:
  site - The site in which this page lives.




Method Detail
activate
protected void activate()(Code)
Enable editing.



addTool
public ToolConfiguration addTool()(Code)



addTool
public ToolConfiguration addTool(Tool reg)(Code)



addTool
public ToolConfiguration addTool(String toolId)(Code)



closeEdit
protected void closeEdit()(Code)
Close the edit object - it cannot be used after this.



getContainingSite
public Site getContainingSite()(Code)



getId
public String getId()(Code)



getLayout
public int getLayout()(Code)



getLayoutTitle
public String getLayoutTitle()(Code)



getPosition
public int getPosition()(Code)



getProperties
public ResourceProperties getProperties()(Code)



getPropertiesEdit
public ResourcePropertiesEdit getPropertiesEdit()(Code)



getReference
public String getReference()(Code)



getReference
public String getReference(String rootProperty)(Code)



getSiteId
public String getSiteId()(Code)



getSkin
public String getSkin()(Code)



getTitle
public String getTitle()(Code)



getTool
public ToolConfiguration getTool(String id)(Code)



getTools
public List getTools()(Code)



getTools
public Collection getTools(String[] toolIds)(Code)



getTools
public List getTools(int col)(Code)



getUrl
public String getUrl()(Code)



getUrl
public String getUrl(String rootProperty)(Code)



isActiveEdit
public boolean isActiveEdit()(Code)



isPopUp
public boolean isPopUp()(Code)



moveDown
public void moveDown()(Code)



moveUp
public void moveUp()(Code)



removeTool
public void removeTool(ToolConfiguration tool)(Code)



setLayout
public void setLayout(int layout)(Code)



setPopup
public void setPopup(boolean popup)(Code)



setPosition
public void setPosition(int pos)(Code)



setTitle
public void setTitle(String title)(Code)



toXml
public Element toXml(Document doc, Stack stack)(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.