Modifier and Type | Method and Description |
---|---|
void |
TableBreak.init(ComponentBean bean,
ContentContext newContext) |
Modifier and Type | Method and Description |
---|---|
ComponentBean |
IContentVisualComponent.getComponentBean()
get the internal data
|
ComponentBean |
AbstractVisualComponent.getComponentBean() |
Modifier and Type | Method and Description |
---|---|
static List<ComponentBean> |
ComponentFactory.getContentByType(ContentContext ctx,
String type) |
Constructor and Description |
---|
ComponentBean(ComponentBean bean) |
ContentElementList(ComponentBean[] beans,
ContentContext ctx,
MenuElement inPage,
boolean allArea) |
Unknown(ContentContext newCtx,
ComponentBean bean) |
Modifier and Type | Method and Description |
---|---|
protected void |
DynamicComponentFactory.init(ComponentBean bean,
ContentContext ctx) |
void |
DynamicComponent.init(ComponentBean bean,
ContentContext newContext) |
IContentVisualComponent |
DynamicComponent.newInstance(ComponentBean bean,
ContentContext newCtx,
MenuElement page) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractFileComponent.init(ComponentBean bean,
ContentContext ctx) |
Modifier and Type | Method and Description |
---|---|
protected void |
GenericForm.init(ComponentBean bean,
ContentContext ctx) |
protected void |
FormMailingComponent.init(ComponentBean bean,
ContentContext ctx) |
protected void |
AddressFormRegisterComponent.init(ComponentBean bean,
ContentContext ctx) |
Modifier and Type | Method and Description |
---|---|
void |
Image.init(ComponentBean bean,
ContentContext ctx) |
Modifier and Type | Method and Description |
---|---|
void |
SmartExternalLinkImportation.init(ComponentBean bean,
ContentContext newContext) |
void |
SmartExternalLink.init(ComponentBean bean,
ContentContext newContext) |
void |
SimpleInternalLink.init(ComponentBean bean,
ContentContext newContext) |
void |
RSSReader.init(ComponentBean bean,
ContentContext newContext) |
void |
RSSLink.init(ComponentBean bean,
ContentContext newContext) |
void |
PageReferenceComponent.init(ComponentBean bean,
ContentContext newContext) |
void |
PageMirrorComponent.init(ComponentBean bean,
ContentContext newContext) |
void |
MirrorComponent.init(ComponentBean bean,
ContentContext newContext) |
void |
LanguageMirrorComponent.init(ComponentBean bean,
ContentContext newContext) |
void |
InternalLink.init(ComponentBean bean,
ContentContext newContext) |
void |
ExternalLink.init(ComponentBean bean,
ContentContext newContext) |
void |
ChangeLanguageLink.init(ComponentBean bean,
ContentContext newContext) |
void |
AnchorLink.init(ComponentBean bean,
ContentContext newContext) |
Modifier and Type | Method and Description |
---|---|
void |
FAQComponent.init(ComponentBean bean,
ContentContext newContext) |
Modifier and Type | Method and Description |
---|---|
void |
Tags.init(ComponentBean bean,
ContentContext newContext) |
Modifier and Type | Method and Description |
---|---|
protected void |
Multimedia.init(ComponentBean bean,
ContentContext ctx) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractPropertiesComponent.init(ComponentBean bean,
ContentContext newContext) |
Modifier and Type | Method and Description |
---|---|
protected void |
DynamicParagraph.init(ComponentBean bean,
ContentContext ctx) |
protected void |
ContactText.init(ComponentBean bean,
ContentContext ctx) |
Modifier and Type | Method and Description |
---|---|
protected void |
SubTitle.init(ComponentBean bean,
ContentContext ctx) |
void |
Heading.init(ComponentBean bean,
ContentContext newContext) |
Modifier and Type | Method and Description |
---|---|
protected void |
UserRegistration.init(ComponentBean bean,
ContentContext ctx) |
void |
UserLogin.init(ComponentBean bean,
ContentContext ctx) |
Modifier and Type | Method and Description |
---|---|
protected void |
SimplePoll.init(ComponentBean bean,
ContentContext ctx) |
IContentVisualComponent |
ReactionComponent.newInstance(ComponentBean bean,
ContentContext newCtx,
MenuElement page) |
Modifier and Type | Method and Description |
---|---|
static List<ComponentBean> |
ContentHelper.createContentFromArray(GlobalContext gc,
InputStream in,
String name,
String lang) |
static List<ComponentBean> |
ContentHelper.createContentFromDocx(GlobalContext gc,
InputStream in,
String name,
String lang) |
static List<ComponentBean> |
ContentHelper.createContentFromODT(GlobalContext gc,
InputStream in,
String name,
String lang) |
static List<ComponentBean> |
ContentHelper.createContentWithHTML(String html,
String lg) |
static List<ComponentBean> |
ContentHelper.getAllComponentsOfChildren(MenuElement page)
get all component in a page and children of the page.
|
Modifier and Type | Method and Description |
---|---|
static void |
ComponentHelper.changeAllArea(Iterable<ComponentBean> beans,
String newArea)
change all area of a componentBean list.
|
Modifier and Type | Method and Description |
---|---|
ComponentBean[] |
MenuElement.getAllLocalContentBean() |
ComponentBean[] |
MenuElement.getContent() |
Modifier and Type | Method and Description |
---|---|
List<ComponentBean> |
MenuElement.getContentAsList() |
Modifier and Type | Method and Description |
---|---|
void |
MenuElement.addContent(String parentId,
ComponentBean bean) |
void |
MenuElement.addContent(String parentId,
ComponentBean bean,
boolean realeaseCache) |
void |
MenuElement.setContent(ComponentBean[] newContent) |
void |
MenuElement.setContentStayCache(ComponentBean[] newContent) |
Modifier and Type | Method and Description |
---|---|
ComponentBean |
ClipBoard.getCopiedComponent(ContentContext ctx) |
Modifier and Type | Method and Description |
---|---|
static int |
ConvertToCurrentVersion.convert(ContentContext ctx,
ComponentBean bean,
String version) |
String |
ContentService.createContent(ContentContext ctx,
ComponentBean inBean,
String parentId,
boolean releaseCache) |
String |
ContentService.createContent(ContentContext ctx,
MenuElement page,
ComponentBean inBean,
String parentId,
boolean releaseCache) |
String |
ContentService.createContent(ContentContext ctx,
MenuElement page,
String area,
String parentId,
ComponentBean inBean,
boolean releaseCache) |
String |
ContentService.createContentAtEnd(ContentContext ctx,
ComponentBean inBean,
boolean releaseCache) |
String |
ContentService.createContentWidthId(ContentContext ctx,
MenuElement page,
String area,
String parentId,
ComponentBean inBean,
boolean releaseCache) |
Modifier and Type | Method and Description |
---|---|
String |
ContentService.createContent(ContentContext ctx,
Collection<ComponentBean> inBean,
String parentId,
boolean releaseCache) |
String |
ContentService.createContent(ContentContext ctx,
MenuElement page,
Iterable<ComponentBean> inBean,
String parentId,
boolean releaseCache) |
Modifier and Type | Field and Description |
---|---|
protected List<ComponentBean> |
SharedContent.content |
Modifier and Type | Method and Description |
---|---|
protected ComponentBean |
LocalImageSharedContentProvider.getComponentBean(String name,
String category,
String specialValue,
String lg) |
protected ComponentBean |
LocalFileSharedContentProvider.getComponentBean(String name,
String category,
String specialValue,
String lg) |
Modifier and Type | Method and Description |
---|---|
List<ComponentBean> |
SharedContent.getContent()
get the content as javlo ComponentBean.
|
Modifier and Type | Method and Description |
---|---|
protected String |
LocalImageSharedContentProvider.getPreviewURL(ContentContext ctx,
ComponentBean compBean) |
protected String |
LocalFileSharedContentProvider.getPreviewURL(ContentContext ctx,
ComponentBean compBean) |
Constructor and Description |
---|
SharedContent(String id,
ComponentBean content) |
Constructor and Description |
---|
SharedContent(String id,
Collection<ComponentBean> content) |
Constructor and Description |
---|
FotogrphSharedContent(String id,
Collection<ComponentBean> content) |
Constructor and Description |
---|
RemoteImageSharedContent(String id,
Collection<ComponentBean> content,
String folder) |
Constructor and Description |
---|
StockvaultSharedContent(String id,
Collection<ComponentBean> content) |
Constructor and Description |
---|
URLSharedContent(String id,
Collection<ComponentBean> content) |
Modifier and Type | Method and Description |
---|---|
static List<ComponentBean> |
DocxUtils.extractContent(GlobalContext globalContext,
InputStream in,
String resourceFolder) |
Copyright © 2012-2018. All Rights Reserved.