|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.webui.core.UIComponent
org.exoplatform.webui.core.UIContainer
org.exoplatform.portal.webui.portal.UIPortalComponent
org.exoplatform.portal.webui.container.UIContainer
org.exoplatform.ecm.webui.presentation.UIBaseNodePresentation
org.exoplatform.wcm.webui.pcv.UIPCVPresentation
public class UIPCVPresentation
The Class UIContentViewer.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.exoplatform.portal.webui.container.UIContainer |
|---|
org.exoplatform.portal.webui.container.UIContainer.SelectTabActionListener |
| Field Summary | |
|---|---|
static java.lang.String |
ACCESS_CONTROL_EXC
The Constant ACCESS_CONTROL_EXC. |
static java.lang.String |
CONTENT_NOT_FOUND_EXC
The Constant CONTENT_NOT_FOUND_EXC. |
static java.lang.String |
CONTENT_NOT_PRINTED
Content can't be printed. |
static java.lang.String |
CONTENT_UNSUPPORT_EXC
The Constant CONTENT_UNSUPPORT_EXC. |
static java.lang.String |
OBSOLETE_CONTENT
Content is obsolete. |
static java.lang.String |
PARAMETER_REGX
The Constant PARAMETER_REGX. |
| Fields inherited from class org.exoplatform.portal.webui.container.UIContainer |
|---|
creator, description, icon, modifier |
| Fields inherited from class org.exoplatform.portal.webui.portal.UIPortalComponent |
|---|
COMPONENT_EDIT_MODE, COMPONENT_VIEW_MODE, factoryId, height_, mode_, name_, template_, width_ |
| Fields inherited from class org.exoplatform.webui.core.UIComponent |
|---|
config, OBJECTID, UICOMPONENT, uiparent |
| Constructor Summary | |
|---|---|
UIPCVPresentation()
|
|
| Method Summary | |
|---|---|
org.exoplatform.webui.core.UIComponent |
getCommentComponent()
|
javax.jcr.Node |
getNode()
|
java.lang.String |
getNodeType()
|
javax.jcr.Node |
getOriginalNode()
|
org.exoplatform.webui.core.UIComponent |
getRemoveAttach()
|
org.exoplatform.webui.core.UIComponent |
getRemoveComment()
|
java.lang.String |
getRepositoryName()
|
java.lang.String |
getTemplate()
|
java.lang.String |
getTemplatePath()
|
org.exoplatform.resolver.ResourceResolver |
getTemplateResourceResolver(org.exoplatform.webui.application.WebuiRequestContext context,
java.lang.String template)
|
java.lang.String |
getWorkspaceName()
|
boolean |
isNodeTypeSupported()
|
void |
processRender(org.exoplatform.webui.application.WebuiRequestContext context)
|
void |
setNode(javax.jcr.Node node)
|
void |
setOriginalNode(javax.jcr.Node originalNode)
Sets the orginal node. |
void |
setRepository(java.lang.String repository)
Sets the repository. |
void |
setWorkspace(java.lang.String workspace)
Sets the workspace. |
| Methods inherited from class org.exoplatform.ecm.webui.presentation.UIBaseNodePresentation |
|---|
encodeHTML, getAttachments, getCategories, getCmtOwner, getComments, getComponentInstanceOfType, getDownloadLink, getIcons, getImage, getImageURIInProperty, getLanguage, getNodeByUUID, getPortalName, getPortletPreferenceValue, getPortletPreferenceValues, getRelations, getRepository, getRssLink, getSupportedLocalise, getTags, getTemplateSkin, getViewTemplate, getVotingRate, getWebDAVServerPrefix, isEnableComment, isEnableVote, isRssLink, setEnableComment, setEnableVote, setLanguage |
| Methods inherited from class org.exoplatform.portal.webui.container.UIContainer |
|---|
getCreator, getDescription, getIcon, getModifier, setCreator, setDescription, setIcon, setModifier |
| Methods inherited from class org.exoplatform.portal.webui.portal.UIPortalComponent |
|---|
getFactoryId, getHeight, getMode, getName, getTitle, getWidth, isEditMode, isModifiable, isShowEditControl, setFactoryId, setHeight, setMode, setModifiable, setName, setShowEditControl, setTemplate, setTitle, setWidth |
| Methods inherited from class org.exoplatform.webui.core.UIContainer |
|---|
addChild, addChild, findComponentById, findComponentOfType, findFirstComponentOfType, getChild, getChild, getChildById, getChildren, hasChildren, removeChild, removeChildById, renderChild, renderChild, renderChild, renderChildren, renderChildren, renderUIComponent, replaceChild, replaceChild, setChildren, setRenderedChild, setRenderedChild, setRenderedChildrenOfTypes, visit |
| Methods inherited from class org.exoplatform.webui.core.UIComponent |
|---|
broadcast, createEvent, createUIComponent, createUIComponent, createUIComponent, event, event, event, getAncestorOfType, getApplicationComponent, getComponentConfig, getId, getParent, getUIComponentName, isRendered, loadConfirmMesssage, processAction, processDecode, setComponentConfig, setComponentConfig, setId, setParent, setRendered, setRenderSibbling, url, url, url |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String CONTENT_NOT_FOUND_EXC
public static final java.lang.String ACCESS_CONTROL_EXC
public static final java.lang.String CONTENT_UNSUPPORT_EXC
public static final java.lang.String CONTENT_NOT_PRINTED
public static final java.lang.String OBSOLETE_CONTENT
public static final java.lang.String PARAMETER_REGX
| Constructor Detail |
|---|
public UIPCVPresentation()
| Method Detail |
|---|
public javax.jcr.Node getNode()
throws java.lang.Exception
getNode in interface org.exoplatform.ecm.webui.presentation.NodePresentationgetNode in class org.exoplatform.ecm.webui.presentation.UIBaseNodePresentationjava.lang.Exception
public javax.jcr.Node getOriginalNode()
throws java.lang.Exception
getOriginalNode in interface org.exoplatform.ecm.webui.presentation.NodePresentationgetOriginalNode in class org.exoplatform.ecm.webui.presentation.UIBaseNodePresentationjava.lang.Exceptionpublic void setOriginalNode(javax.jcr.Node originalNode)
orginalNode - the new orginal node
public java.lang.String getRepositoryName()
throws java.lang.Exception
getRepositoryName in class org.exoplatform.ecm.webui.presentation.UIBaseNodePresentationjava.lang.Exception
public java.lang.String getWorkspaceName()
throws java.lang.Exception
getWorkspaceName in interface org.exoplatform.ecm.webui.presentation.NodePresentationgetWorkspaceName in class org.exoplatform.ecm.webui.presentation.UIBaseNodePresentationjava.lang.Exception
public java.lang.String getTemplatePath()
throws java.lang.Exception
getTemplatePath in interface org.exoplatform.ecm.webui.presentation.NodePresentationgetTemplatePath in class org.exoplatform.ecm.webui.presentation.UIBaseNodePresentationjava.lang.Exceptionpublic java.lang.String getTemplate()
getTemplate in class org.exoplatform.portal.webui.portal.UIPortalComponent
public org.exoplatform.resolver.ResourceResolver getTemplateResourceResolver(org.exoplatform.webui.application.WebuiRequestContext context,
java.lang.String template)
getTemplateResourceResolver in class org.exoplatform.webui.core.UIComponent
public java.lang.String getNodeType()
throws java.lang.Exception
java.lang.Exceptionpublic boolean isNodeTypeSupported()
public void setNode(javax.jcr.Node node)
public void setRepository(java.lang.String repository)
repository - the new repositorypublic void setWorkspace(java.lang.String workspace)
workspace - the new workspace
public void processRender(org.exoplatform.webui.application.WebuiRequestContext context)
throws java.lang.Exception
processRender in class org.exoplatform.webui.core.UIComponentjava.lang.Exceptionpublic org.exoplatform.webui.core.UIComponent getCommentComponent()
public org.exoplatform.webui.core.UIComponent getRemoveAttach()
throws java.lang.Exception
java.lang.Exception
public org.exoplatform.webui.core.UIComponent getRemoveComment()
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||