|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.web.bean.dialog.BaseDialogBean
org.alfresco.web.bean.preview.BasePreviewBean
public abstract class BasePreviewBean
Backing bean for the Preview Document in Template action page
Field Summary | |
---|---|
protected BrowseBean |
browseBean
BrowseBean instance |
protected org.alfresco.service.cmr.repository.TemplateImageResolver |
imageResolver
Template Image resolver helper |
protected NavigationBean |
navigator
The NavigationBean bean reference |
protected org.alfresco.service.cmr.repository.NodeRef |
template
The selected Template Id |
Fields inherited from class org.alfresco.web.bean.dialog.BaseDialogBean |
---|
isFinished, parameters |
Constructor Summary | |
---|---|
BasePreviewBean()
|
Method Summary | |
---|---|
java.lang.String |
getId()
Returns the id of the current node |
java.lang.String |
getName()
Returns the name of the current node |
abstract Node |
getNode()
Returns the node this bean is currently working with |
java.lang.String |
getTemplate()
|
abstract java.util.Map |
getTemplateModel()
Returns a model for use by the template on the Preview page. |
org.alfresco.service.cmr.repository.NodeRef |
getTemplateRef()
|
void |
setBrowseBean(BrowseBean browseBean)
|
void |
setNavigator(NavigationBean navigator)
|
void |
setTemplate(java.lang.String template)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected BrowseBean browseBean
protected NavigationBean navigator
protected org.alfresco.service.cmr.repository.NodeRef template
protected org.alfresco.service.cmr.repository.TemplateImageResolver imageResolver
Constructor Detail |
---|
public BasePreviewBean()
Method Detail |
---|
public void setBrowseBean(BrowseBean browseBean)
setBrowseBean
in class BaseDialogBean
browseBean
- The BrowseBean to set.public void setNavigator(NavigationBean navigator)
setNavigator
in class BaseDialogBean
navigator
- The NavigationBean to set.public abstract Node getNode()
public java.lang.String getId()
public java.lang.String getName()
public abstract java.util.Map getTemplateModel()
public org.alfresco.service.cmr.repository.NodeRef getTemplateRef()
public java.lang.String getTemplate()
public void setTemplate(java.lang.String template)
template
- The template Id to set.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |