Modifier and Type | Method and Description |
---|---|
Model |
ActionFragment.getModel() |
Modifier and Type | Method and Description |
---|---|
Model |
TextFragment.getModel() |
Model |
RegionFragment.getModel() |
Model |
GenericFragment.getModel() |
Model |
Fragment.getModel() |
abstract Model |
AbstractFragment.getModel() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractModel |
class |
Feed |
class |
FeedItem |
class |
Html |
class |
Menu |
class |
MenuItem |
class |
Navigation |
class |
NavigationItem |
class |
Region |
class |
Text |
Modifier and Type | Method and Description |
---|---|
Model |
Model.addItem(Model model) |
Model |
AbstractModel.addItem(Model model) |
Model |
Info.getModel() |
Model |
Model.insertItem(int order,
Model model) |
Model |
AbstractModel.insertItem(int index,
Model model) |
Modifier and Type | Method and Description |
---|---|
List<Model> |
Model.getItems() |
List<Model> |
AbstractModel.getItems() |
Modifier and Type | Method and Description |
---|---|
Model |
Model.addItem(Model model) |
Model |
AbstractModel.addItem(Model model) |
Model |
Model.insertItem(int order,
Model model) |
Model |
AbstractModel.insertItem(int index,
Model model) |
void |
Info.setModel(Model model) |
Modifier and Type | Method and Description |
---|---|
Model |
RenderingInfo.getModel() |
Modifier and Type | Method and Description |
---|---|
void |
RenderingInfo.setModel(Model model) |
Modifier and Type | Class and Description |
---|---|
class |
RegionModel |
Modifier and Type | Method and Description |
---|---|
Model |
AreaFragment.getModel() |
Modifier and Type | Method and Description |
---|---|
Model |
RecentBlogPostsFragment.getModel()
Retrieves a certain number of blog posts with information about the last
BlogPost-s that are made under an BlogSite that is received
as parameter.
|
Model |
BlogSiteArchiveFragment.getModel() |
Modifier and Type | Class and Description |
---|---|
class |
BlogPostListModel
Model related to the BlogPost-s in the fragment initialization
mechanism.
|
class |
BlogPostModel
Model related to the BlogPost-s in the fragment initialization
mechanism.
|
class |
BlogSiteArchiveDayModel
Model related to the BlogSite-s archive in the fragment initialization
mechanism.
|
class |
BlogSiteArchiveListModel
Model related to the BlogSite-s archive in the fragment initialization
mechanism.
|
class |
BlogSiteArchiveMonthModel
Model related to the BlogSite-s archive in the fragment initialization
mechanism
|
class |
BlogSiteArchiveYearModel
Model related to the BlogSite-s archive in the fragment initialization
mechanism.
|
Modifier and Type | Method and Description |
---|---|
Model |
TagFragment.getModel()
Returns the list with the details about the Tag-s that have been
created under a web page.
|
Model |
TagCloudFragment.getModel()
Returns the details about the tag cloud that have been created under a
webpage.
|
Model |
SearchResultsFragment.getModel()
Searches a certain webPage between all the pages under a WebSite
that contains in title, description , main content or attached files the
given searchParam.
|
Model |
PageLastCommentsFragment.getModel()
Retrieves the comments that are bounded to a WebPage
|
Model |
MinisiteLastPublishedFragment.getModel()
Retrieves a certain number of pages with information about the last
modified WebPage-s that are made under an WebSite or
WebPage that is received as parameter.
|
Model |
MinisiteLastCommentsFragment.getModel()
Retrieves a certain number of comments that are last added under a
WebPage under a WebSite.
|
Model |
ContextualLinkFragment.getModel()
Returns the list with the details about the Contextual Link-s that
have been created under a WebSite or Webpage document
type.
|
Model |
AllWebpageFragment.getModel()
Returns all the WebPage-s that are direct children of the received
document.
|
Modifier and Type | Class and Description |
---|---|
class |
CommentListModel
Model related to comments that are bounded to a WebPage in the
fragment initialization mechanism.
|
class |
CommentModel
Model related to comments that are bounded to a WebPage in the
fragment initialization mechanism
|
class |
ContextualLinkListModel
Model related to the list with the details about the Contextual Link-s
that have been created under a WebSite or Webpage document
type, in the fragment initialization mechanism.
|
class |
ContextualLinkModel
Model related to the list with the details about the Contextual Link-s
that have been created under a WebSite or Webpage document
type, in the fragment initialization mechanism.
|
class |
SearchListModel
Model related to searching a certain webPage between all the pages under a
WebSite that contains in title, description , main content or
attached files the given searchParam.
|
class |
SearchModel
Model related to searching a certain webPage between all the pages under a
WebSite that contains in title, description , main content or
attached files the given searchParam.
|
class |
TagCloudListModel
Model related to the details about the tag cloud.
|
class |
TagCloudModel
Model related to the details about the tag cloud.
|
class |
TagListModel
Model related to the list with the details about the Tag-s that have
been created under a webpage, in the fragment initialization mechanism.
|
class |
TagModel
Model related to the list with the details about the Tag-s that have
been created under a webpage, in the fragment initialization mechanism.
|
class |
WebpageCommentListModel
Model related to the comments that are last added under a WebPage
under a WebSite, in the fragment initialization mechanism.
|
class |
WebpageCommentModel
Model related to the comments that are last added under a WebPage
under a WebSite, in the fragment initialization mechanism.
|
class |
WebpageListModel
Model related to the WebPage-s in the fragment initialization
mechanism.
|
class |
WebpageModel
Model related to the WebPage-s in the fragment initialization
mechanism.
|
Copyright © 2011 Nuxeo SA. All Rights Reserved.