|
||||||||||
| 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.webui.core.UIContainer |
|---|
org.exoplatform.webui.core.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 |
|---|
description, icon, TABLE_COLUMN_CONTAINER |
| 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 |
|---|
AJAX_ASYNC, config, OBJECTID, UICOMPONENT, uiparent |
| Constructor Summary | |
|---|---|
UIPCVPresentation()
|
|
| Method Summary | |
|---|---|
org.exoplatform.webui.core.UIComponent |
getCommentComponent()
|
java.lang.String |
getDownloadLink(javax.jcr.Node node)
|
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)
|
org.exoplatform.webui.core.UIComponent |
getUIComponent(java.lang.String mimeType)
|
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, getAttachmentURL, getCategories, getComments, getComponentInstanceOfType, getIcons, getImage, getImageURIInProperty, getLanguage, getNodeByUUID, getPortalName, getPortletPreferenceValue, getPortletPreferenceValues, getRelations, getRepository, getRssLink, getSupportedLocalise, getTags, getTemplateSkin, getViewableLink, getViewTemplate, getVotingRate, getWebDAVServerPrefix, isEnableComment, isEnableVote, isRssLink, setEnableComment, setEnableVote, setLanguage |
| Methods inherited from class org.exoplatform.portal.webui.container.UIContainer |
|---|
getDescription, getIcon, getStorageId, setDescription, setIcon, setStorageId |
| Methods inherited from class org.exoplatform.portal.webui.portal.UIPortalComponent |
|---|
getAccessPermissions, getFactoryId, getHeight, getName, getTitle, getWidth, hasPermission, isModifiable, isShowEditControl, setAccessPermissions, setFactoryId, setHeight, 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, renderChild, renderChildren, renderChildren, renderUIComponent, replaceChild, replaceChild, setChildren, setRenderedChild, setRenderedChild, setRenderedChildrenOfTypes |
| Methods inherited from class org.exoplatform.webui.core.UIComponent |
|---|
broadcast, createEvent, createUIComponent, createUIComponent, createUIComponent, doAsync, event, event, event, getAncestorOfType, getApplicationComponent, getComponentConfig, getId, getParent, getUIComponentName, isRendered, loadConfirmMesssage, processAction, processDecode, renderEventURL, setComponentConfig, setComponentConfig, setId, setParent, setRendered, setRenderSibling, 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 NodePresentationgetNode in class UIBaseNodePresentationjava.lang.Exception
public javax.jcr.Node getOriginalNode()
throws java.lang.Exception
getOriginalNode in interface NodePresentationgetOriginalNode in class 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 UIBaseNodePresentationjava.lang.Exception
public java.lang.String getWorkspaceName()
throws java.lang.Exception
getWorkspaceName in interface NodePresentationgetWorkspaceName in class UIBaseNodePresentationjava.lang.Exception
public java.lang.String getDownloadLink(javax.jcr.Node node)
throws java.lang.Exception
getDownloadLink in interface NodePresentationgetDownloadLink in class UIBaseNodePresentationjava.lang.Exception
public java.lang.String getTemplatePath()
throws java.lang.Exception
getTemplatePath in interface NodePresentationgetTemplatePath in class 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
public org.exoplatform.webui.core.UIComponent getUIComponent(java.lang.String mimeType)
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||