Package org.eclnt.jsfserver.rttools
Class StreamStoreDetailUI
java.lang.Object
org.eclnt.jsfserver.pagebean.PageBean
org.eclnt.jsfserver.managedbean.DefaultDispatchedPageBean
org.eclnt.workplace.WorkpageDispatchedPageBean
org.eclnt.jsfserver.rttools.StreamStoreDetailUI
- All Implemented Interfaces:
Serializable,IPageBean,IDynamicContentBindingObject,IPrepareByWorkpageStartInfo
public class StreamStoreDetailUI
extends WorkpageDispatchedPageBean
implements Serializable, IPrepareByWorkpageStartInfo
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class org.eclnt.jsfserver.pagebean.PageBean
m_pageModifier -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionName of page that is managed by the bean.booleanbooleanInside the page definition the bean is addressed via a certain root expression - e.g.voidonCheck(ActionEvent event) voidonSave(ActionEvent event) voidDefault preparation.voidprepare(String absPath, String streamStoreRootWS, boolean withTenantManagement, StreamStoreDetailUI.IListener listener) Special preparation when using the editor for a given directory.voidprepare(IWorkpageStartInfo workpageStartInfo) Workplace preparation.voidsetContent(String value) voidsetDividerPosition(String value) voidsetListener(StreamStoreDetailUI.IListener listener) Methods inherited from class org.eclnt.workplace.WorkpageDispatchedPageBean
getOwningDispatcher, getWorkpage, getWorkpageContainer, setDispatcherMethods inherited from class org.eclnt.jsfserver.pagebean.PageBean
buildContentReplaceString, closePopup, getActualRootExpression, getModalModelessPopupForPopupPageBean, getPageModifier, getPopups, getStamp, initializePageModifier, onBeforeRendering, openModalPopup, openModelessPopup, pbx, readPageLayoutXML, setActualRootExpression
-
Field Details
-
PARAM_ABSPATH
-
PARAM_STREAMSTOREFILEROOTWS
-
PARAM_WITHTENANTMANAGEMENT
-
-
Constructor Details
-
StreamStoreDetailUI
-
-
Method Details
-
getPageName
Description copied from interface:IPageBeanName of page that is managed by the bean. This can either be a static return value that stays fix for the whole lifecycle of the bean, or it may also be a value that changed - in case there are several pages that are possible to be managed by the page bean.- Specified by:
getPageNamein interfaceIPageBean- Specified by:
getPageNamein classPageBean
-
getRootExpressionUsedInPage
Description copied from interface:IPageBeanInside the page definition the bean is addressed via a certain root expression - e.g. "#{d.XYZBean}". The page bean management requires this expression in order to execute certain expression replacements when loading the page at runtime.- Specified by:
getRootExpressionUsedInPagein interfaceIPageBean- Specified by:
getRootExpressionUsedInPagein classPageBean
-
getContent
-
setContent
-
getTemplate
-
setDividerPosition
-
getDividerPosition
-
getListener
-
setListener
-
getRenderTextEditor
public boolean getRenderTextEditor() -
getRenderDynBeanEditor
public boolean getRenderDynBeanEditor() -
getDynBeanTree
-
prepare
Workplace preparation.- Specified by:
preparein interfaceIPrepareByWorkpageStartInfo
-
prepare
public void prepare(String absPath, String streamStoreRootWS, boolean withTenantManagement, StreamStoreDetailUI.IListener listener) Special preparation when using the editor for a given directory. Currently used within the CaptainCasa Tool environment. - This is NOT the default constructor! -
prepare
Default preparation.- Parameters:
absPath- Access path to the content within the stream store.
-
onSave
-
onCheck
-