You are on page 1of 2

CQ5 Core FeaturesAdministration Console- WCM

Side Kick Design Mode,edit mode,preview mode


Content Finder- Assets,Contents,Pages
DRAG N DROP Components Assets-PARAGRAPH, IMAGE
SEARCH AS YOU TYPE
CONEXT MENUINSTALLATION TYPEAuthor
Publisher
Minimum Requirement (Prerequisites) for CQ5 InstallationItem
Node
Property
Widget
Dialog
Component
Template
Page Component
Page-> A page is an instance of template
Page Manager->interface provides method for page level information
Environements- In Mac,Unix or Linux /opt/cq5/author
Productions-number of author and publisher instances
File VaultWorkflowsMultisite Management->

Global.jsp
SlingRequest The wrapped request object(SlingHttpServletRequest)

slingResponse- The wrapped response object(SlingHttpServletResponse)


resourceResolver-sling Resource resolver object
currentNode-JCr node of the request
log- default logge log.info
sling- sling script helper
pageProperties properties of addressed resource
properties- dialog properties for node properties
pageManager-page manager for accessing cq content page
CurrentIdesign- design of the addresses resource
currentStyle-style of the addressed resource
component-componenet object of cq5 component.
String pageTitle=properties.get(jcr:title,no title);
String pageTitle=currentPage.getProperty(jcr:title);
String pageTitle=currentNode.getProperty(jcr:title);

You might also like