Uses of Class
com.jalios.jcms.context.JcmsJspContext
-
-
Uses of JcmsJspContext in com.jalios.jcms
Subclasses of JcmsJspContext in com.jalios.jcms Modifier and Type Class Description class
AddArticleHandler
Add article handler for the topbar publish modal.Methods in com.jalios.jcms with parameters of type JcmsJspContext Modifier and Type Method Description static boolean
ResourceHelper. canBeAccessed(java.lang.String jspRelativePath, JcmsJspContext jcmsContext)
Check if the specified JSP is authorized to be accessed (either directly or through dynamic include).boolean
Data. getBooleanFieldValue(JcmsJspContext ctxt, java.lang.String fieldName)
Gets the boolean value of the specified field name for thisData
.java.util.TreeSet<Category>
Data. getCategoryFieldValue(JcmsJspContext ctxt, java.lang.String fieldName)
Gets the Category value of the specified field name for thisData
.double
Data. getDoubleFieldValue(JcmsJspContext ctxt, java.lang.String fieldName)
Gets the double value of the specified field name for thisData
.java.lang.Object
Data. getFieldValue(JcmsJspContext ctxt, java.lang.String fieldName)
Gets the value of the givenObject
field name for thisData
.int
Data. getIntFieldValue(JcmsJspContext ctxt, java.lang.String fieldName)
Gets the integer value of the specified field name for thisData
.long
Data. getLongFieldValue(JcmsJspContext ctxt, java.lang.String fieldName)
Gets the long value of the specified field name for thisData
.java.lang.String
Publication. getTemplatePath(JcmsJspContext ctxt)
Returns the template path for the current contextstatic void
Group. printTreeGroup(Workspace ws, java.lang.String paramName, javax.servlet.jsp.JspWriter out, java.lang.String userLang, JcmsJspContext context)
Print a navigation tree for group splitted by workspaces (except if a workspace is provided). -
Uses of JcmsJspContext in com.jalios.jcms.a11y.avoidancelinks
Subclasses of JcmsJspContext in com.jalios.jcms.a11y.avoidancelinks Modifier and Type Class Description class
AvoidanceLinkAdminEditHandler
-
Uses of JcmsJspContext in com.jalios.jcms.accessibility
Subclasses of JcmsJspContext in com.jalios.jcms.accessibility Modifier and Type Class Description class
SwitchAccessibilityContextHandler
-
Uses of JcmsJspContext in com.jalios.jcms.ajax
Methods in com.jalios.jcms.ajax with parameters of type JcmsJspContext Modifier and Type Method Description void
CtxMenuPolicyManager. initCtxMenu(MemberCtxMenu ctxMenu, JcmsJspContext jcmsContext)
void
CtxMenuPolicyManager. initCtxMenu(PublicationCtxMenu ctxMenu, JcmsJspContext jcmsContext)
void
CtxMenuPolicyManager. initCtxMenu(WidgetCtxMenu ctxMenu, JcmsJspContext jcmsContext)
void
AjaxManager. registerContext(JcmsJspContext ctxt)
Register a JcmsJspAjaxContext for the given JcmsJspContext in the session.void
PublicationCtxMenu. setCategoryParam(JcmsJspContext ctxt, java.lang.String cidsParam)
void
JcmsJspAjaxContext. setJcmsContext(JcmsJspContext jcmsContext)
Constructors in com.jalios.jcms.ajax with parameters of type JcmsJspContext Constructor Description AbstractCtxMenu(JcmsJspContext ctxt)
CategoryCtxMenu(JcmsJspContext ctxt)
JcmsJspAjaxContext(JcmsJspContext ctxt)
MemberCtxMenu(JcmsJspContext ctxt)
PortletCtxMenu(JcmsJspContext ctxt)
PublicationCtxMenu(JcmsJspContext ctxt)
WidgetCtxMenu(JcmsJspContext ctxt)
-
Uses of JcmsJspContext in com.jalios.jcms.alert
Subclasses of JcmsJspContext in com.jalios.jcms.alert Modifier and Type Class Description class
AlertAppHandler
Handler to display alerts, and recommendations in an APP.class
AlertHandler
A super handler to query loggedMember's alerts.class
AlertTopbarHandler
Handler to display alerts in topbar menu.class
EditAlertRuleHandler
class
MemberAlertSettingsHandler
Handler for Member's alert settings.class
SendAlertHandler
-
Uses of JcmsJspContext in com.jalios.jcms.analytics.ui
Subclasses of JcmsJspContext in com.jalios.jcms.analytics.ui Modifier and Type Class Description class
AdminHandler
class
ReportHandler
-
Uses of JcmsJspContext in com.jalios.jcms.application
Subclasses of JcmsJspContext in com.jalios.jcms.application Modifier and Type Class Description class
ApplicationAppHandler
Handler for the app store applicationclass
ApplicationAppModalHandler
class
ApplicationDefaultAppHandler
class
ApplicationDeployHandler
class
ApplicationLauncherActionsHandler
Handler for all application actionsclass
ApplicationQueryHandler
Handler to query applicationsclass
EditShortcutStepHandler
class
RecommendApplicationHandler
class
ResetApplicationLauncherModal
class
WorkspaceApplicationShortcutHandler
Workspace application shortcut handler to override the app URL (JCMS-7511) -
Uses of JcmsJspContext in com.jalios.jcms.archive
Subclasses of JcmsJspContext in com.jalios.jcms.archive Modifier and Type Class Description class
ArchiveBrowserHandler
This form handler process Archive Browser actions.class
ArchiveQueryHandler
Holder class and form handler of all parameters to be used for a query of archive. -
Uses of JcmsJspContext in com.jalios.jcms.backoffice
Subclasses of JcmsJspContext in com.jalios.jcms.backoffice Modifier and Type Class Description class
BackOfficeActionHandler
class
BackOfficeDisplayHandler
-
Uses of JcmsJspContext in com.jalios.jcms.caddy
Subclasses of JcmsJspContext in com.jalios.jcms.caddy Modifier and Type Class Description class
AbstractCaddyManagerHandler
This form handler is the super class of the formhandler class to process Caddy Manager actions.class
AbstractMemberCaddyManagerHandler
This form handler is the super class of the formhandler class to process Member Caddy Manager actions.class
CaddyPopinHandler
This handler is used to add or remove content to the caddy.class
CategoryCaddyManagerHandler
class
DBMemberCaddyManagerHandler
class
GroupCaddyManagerHandler
class
MemberCaddyManagerHandler
class
PublicationCaddyManagerHandler
This form handler process Publication Caddy Manager actions.class
WorkspaceCaddyManagerHandler
-
Uses of JcmsJspContext in com.jalios.jcms.categorycleaner
Subclasses of JcmsJspContext in com.jalios.jcms.categorycleaner Modifier and Type Class Description class
CategoryCleanerHandler
-
Uses of JcmsJspContext in com.jalios.jcms.context
Methods in com.jalios.jcms.context with parameters of type JcmsJspContext Modifier and Type Method Description void
AbstractJcmsAjaxContext. setJcmsContext(JcmsJspContext jcmsContext)
Sets the following values from values found in the specified JcmsJspContext.
Values are not retrieved from context if they have already been set through their setter.Constructors in com.jalios.jcms.context with parameters of type JcmsJspContext Constructor Description AbstractJcmsAjaxContext(JcmsJspContext ctxt)
Build a new JcmsAjaxContext based on information available in the JcmsJspContext. -
Uses of JcmsJspContext in com.jalios.jcms.fileprocessor
Subclasses of JcmsJspContext in com.jalios.jcms.fileprocessor Modifier and Type Class Description class
LegacyWitnessFileImportHandler
-
Uses of JcmsJspContext in com.jalios.jcms.fileprocessor.ui
Subclasses of JcmsJspContext in com.jalios.jcms.fileprocessor.ui Modifier and Type Class Description class
FileProcessorAdminHandler
FormHandler that provides informations shown in FileProcessor admin page. -
Uses of JcmsJspContext in com.jalios.jcms.handler
Subclasses of JcmsJspContext in com.jalios.jcms.handler Modifier and Type Class Description class
AbstractMemberQueryHandler<E>
Superclass of member query handlers.class
AbstractQueryHandler<E>
Superclass of query handlers.class
AllMemberQueryHandler
Holder class and form handler of all parameters to be used for a query of DBMembers.class
AssociatedPDFUploadHandler
Upload and attach a .pdf file to the specified FileDocument.class
AttachPublicationHandler
class
AttachWorkspaceHandler
class
AuthKeyGeneratorHandler
This form handler generate Authentication Keys.class
CacheManagerHandler
This form handler process Cache Manager actions.class
CategoryQueryHandler
Holder class and form handler of all parameters to be used for a query of categories.class
CheckRightsHandler
class
DBMemberQueryHandler
Holder class and form handler of all parameters to be used for a query of DBMembers.class
DeployManagerDownloadHandler
class
DeployManagerUpgradeHandler
class
DeployManagerUpgradeUploadHandler
Check and deploy an uploaded webapp to the right webapp location.class
DuplicateModalHandler
class
EditAclHandler
class
EditCatHandler
This form handler processeseditCat.jsp
forms.class
EditDataFormHandler<T extends Data>
This class is the super class of all FormHandlers which manage stored data.class
EditDataHandler
This class is the super class of all FormHandler which manage stored data.class
EditDataIdHandler
class
EditDBFileDocumentHandler
class
EditExtraDataHandler
This form handler processes Data's Extra Data forms.class
EditFileDocumentHandler
class
EditFormHandler
This form handler processesForm
forms.class
EditGroupHandler
This form handler processGroup
forms.class
EditMemberHandler
This form handler processesMember
forms.class
EditMemberPhotoHandler
This form handler processesMember
photo.class
EditNotificationCriteriaHandler
class
EditNotificationHandler
class
EditPublicationHandler
This form handler processesPublication
forms.class
EditRemoteDocumentHandler
class
EditTypeExtensionHandler
This form handler processesDataExtension
forms.class
ExportCatListHandler
Exports a tree of categories to a .txt file.class
FriendlyURLsHandler
class
GroupQueryHandler
Holder class and form handler of all parameters to be used for a query of groups.class
ImportCatListHandler
Upload and parse a .txt file containing tree of categories to import in JCMS.class
JcmsFormHandler
This abstract class is the super class of all the Form Handler classes (i.e.class
JcmsUploadFormHandler
class
JSyncManagerHandler
This form handler processes JSyncManager's form.class
JWTGeneratorHandler
class
MailEditHandler
This form handler processesdoEditMail.jsp
form.class
MailPasswordHandler
This form handler processes password reset request from administrator.class
MediaInfosHandler
class
MemberListHandler
This form handler processesadmin/memberList.jsp
form in administration area.class
MemberQueryHandler
Holder class and form handler of all parameters to be used for a query of members.class
MembersCsvImportHandler
This handler is used to perform Member CSV import through JCMS modal.class
MergeCategoryHandler
class
MergeFileDocumentHandler
class
ModalPromptHandler
class
PluginDataInfosHandler
class
PortletWorkflowHandler
class
PropertiesEditorHandler
Handler providing property editionclass
PropertiesHandler
class
PubBrowserHandler
class
PubChooserHandler
class
PubChooserUploadHandler
class
QueryHandler
Holder class and form handler of all parameters to be used for a query.class
ResetPasswordHandler
Handle lost password request from end user.class
StoreCleanerHandler
class
TypeEditorHandler
This form handler processes the Type Editor form.class
TypeListEditorHandler
This form handler processes the Type List Editor forms.class
UpgradeManagerHandler
class
ValidateStateChangePublicationHandler
class
VersionHandler
class
WFEditorHandler
This form handler processeswfEditor.jsp
form.class
WorkReportHandler
class
WorkspaceQueryHandler
Deprecated.since jcms-10.0.1 useWorkspaceQueryHandler
insteadclass
ZipFilesHandler
-
Uses of JcmsJspContext in com.jalios.jcms.jportal
Subclasses of JcmsJspContext in com.jalios.jcms.jportal Modifier and Type Class Description class
AddJPortalServiceHandler
class
EditAbstractJPortalHandler
class
JBlockEditorHandler
class
JPortalAddPorletHandler
class
JPortalCreateHandler
class
JPortalDisplayHandler
class
JPortalDuplicateHandler
class
JPortalEditorHandler
class
JPortalEditPorletHandler
class
JPortalEditPortletUIHandler
class
JPortalHistoryHandler
class
JPortalPublishHandler
-
Uses of JcmsJspContext in com.jalios.jcms.jportal.handler
Subclasses of JcmsJspContext in com.jalios.jcms.jportal.handler Modifier and Type Class Description class
JPortalFrontFilesHandler
-
Uses of JcmsJspContext in com.jalios.jcms.l10n
Subclasses of JcmsJspContext in com.jalios.jcms.l10n Modifier and Type Class Description class
ProcessL10nHandler
-
Uses of JcmsJspContext in com.jalios.jcms.ldap
Subclasses of JcmsJspContext in com.jalios.jcms.ldap Modifier and Type Class Description class
SyncLdapHandler
This form handler performs LDAP synchronization.Methods in com.jalios.jcms.ldap with parameters of type JcmsJspContext Modifier and Type Method Description static void
SyncLdapHandler. synchronizeMembers(java.util.Iterator<Member> mbrIterator, JcmsJspContext ctxt)
Synchronize all LDAP account return by the specified Iterator of Member.static void
SyncLdapHandler. synchronizeMembers(java.util.Set<Member> memberSet, JcmsJspContext ctxt)
Synchronize all LDAP account in the specified Set of Member. -
Uses of JcmsJspContext in com.jalios.jcms.mashup
Subclasses of JcmsJspContext in com.jalios.jcms.mashup Modifier and Type Class Description class
ImportConflictHandler
This form handler processes importConflictList.jsp actionsclass
ImportManagerHandler
This form handler processes ImportManager's form. -
Uses of JcmsJspContext in com.jalios.jcms.media
Subclasses of JcmsJspContext in com.jalios.jcms.media Modifier and Type Class Description class
EditAbstractMediaHandler
class
EditImageHandler
class
MediaBrowserHandler
This handler controls the MediaBrowser.class
MediaTracksHandler
Provide Media tracks management -
Uses of JcmsJspContext in com.jalios.jcms.monitoring
Subclasses of JcmsJspContext in com.jalios.jcms.monitoring Modifier and Type Class Description class
MonitoringChartHandler
-
Uses of JcmsJspContext in com.jalios.jcms.plugin
Subclasses of JcmsJspContext in com.jalios.jcms.plugin Modifier and Type Class Description class
DisplayPluginHandler
This class is used to handle modification on Plugins.class
EditPluginHandler
This class is used to handle modification on Plugins. -
Uses of JcmsJspContext in com.jalios.jcms.policy
Methods in com.jalios.jcms.policy with parameters of type JcmsJspContext Modifier and Type Method Description boolean
BasicPortalPolicyFilter. getBooleanFieldValue(JcmsJspContext ctxt, java.lang.String fieldName, Data data, boolean computedValue)
boolean
PortalPolicyFilter. getBooleanFieldValue(JcmsJspContext ctxt, java.lang.String fieldName, Data data, boolean computedValue)
Returns an alternate value for the given boolean field and given Data.java.util.TreeSet<Category>
BasicPortalPolicyFilter. getCategoryFieldValue(JcmsJspContext ctxt, java.lang.String fieldName, Data data, java.util.TreeSet<Category> computedValue)
java.util.TreeSet<Category>
PortalPolicyFilter. getCategoryFieldValue(JcmsJspContext ctxt, java.lang.String fieldName, Data data, java.util.TreeSet<Category> computedValue)
Returns an alternate value for the given Category field and given Data.double
BasicPortalPolicyFilter. getDoubleFieldValue(JcmsJspContext ctxt, java.lang.String fieldName, Data data, double computedValue)
double
PortalPolicyFilter. getDoubleFieldValue(JcmsJspContext ctxt, java.lang.String fieldName, Data data, double computedValue)
Returns an alternate value for the given double field and given Data.java.lang.Object
BasicPortalPolicyFilter. getFieldValue(JcmsJspContext ctxt, java.lang.String fieldName, Data data, java.lang.Object computedValue)
java.lang.Object
PortalPolicyFilter. getFieldValue(JcmsJspContext ctxt, java.lang.String fieldName, Data data, java.lang.Object computedValue)
Returns an alternate value for the given field and given Data.int
BasicPortalPolicyFilter. getIntFieldValue(JcmsJspContext ctxt, java.lang.String fieldName, Data data, int computedValue)
int
PortalPolicyFilter. getIntFieldValue(JcmsJspContext ctxt, java.lang.String fieldName, Data data, int computedValue)
Returns an alternate value for the given int field and given Data.long
BasicPortalPolicyFilter. getLongFieldValue(JcmsJspContext ctxt, java.lang.String fieldName, Data data, long computedValue)
long
PortalPolicyFilter. getLongFieldValue(JcmsJspContext ctxt, java.lang.String fieldName, Data data, long computedValue)
Returns an alternate value for the given long field and given Data.void
BasicCtxMenuPolicyFilter. initCtxMenu(MemberCtxMenu ctxMenu, JcmsJspContext jcmsContext)
void
BasicCtxMenuPolicyFilter. initCtxMenu(PublicationCtxMenu ctxMenu, JcmsJspContext jcmsContext)
void
BasicCtxMenuPolicyFilter. initCtxMenu(WidgetCtxMenu ctxMenu, JcmsJspContext jcmsContext)
void
CtxMenuPolicyFilter. initCtxMenu(MemberCtxMenu ctxMenu, JcmsJspContext jcmsContext)
Initialize the contextual menu.
This method is called when the Context Menu object class is created.void
CtxMenuPolicyFilter. initCtxMenu(PublicationCtxMenu ctxMenu, JcmsJspContext jcmsContext)
Initialize the contextual menu.
This method is called when the Context Menu object class is created.void
CtxMenuPolicyFilter. initCtxMenu(WidgetCtxMenu ctxMenu, JcmsJspContext jcmsContext)
Initialize the contextual menu.
This method is called when the Context Menu object class is created.void
BasicPortalPolicyFilter. initHeaders(java.util.Map header, java.lang.String key, JcmsJspContext context)
void
PortalPolicyFilter. initHeaders(java.util.Map header, java.lang.String key, JcmsJspContext context)
Initialise header data to include in HTML headers in the Front and Back Office.void
BasicPortalPolicyFilter. initJavaScriptCodeSet(java.util.Set<java.lang.String> jsCodeSet, JcmsJspContext context)
void
PortalPolicyFilter. initJavaScriptCodeSet(java.util.Set<java.lang.String> jsCodeSet, JcmsJspContext context)
Setup the javascript codes to be invoked on page load for current page.void
BasicPortalPolicyFilter. initJavaScriptSet(java.util.Set<java.lang.String> jsSet, JcmsJspContext context)
void
PortalPolicyFilter. initJavaScriptSet(java.util.Set<java.lang.String> jsSet, JcmsJspContext context)
Setup the javascript files to be included for current page.void
BasicPortalPolicyFilter. setupHeaders(java.util.Map header, java.lang.String key, JcmsJspContext context)
void
PortalPolicyFilter. setupHeaders(java.util.Map header, java.lang.String key, JcmsJspContext context)
Setup header data to include in HTML headers in the Front and Back Office. -
Uses of JcmsJspContext in com.jalios.jcms.portlet
Subclasses of JcmsJspContext in com.jalios.jcms.portlet Modifier and Type Class Description class
EditPortalElementHandler
class
EditPortalHandler
class
EditPortalRedirectHandler
class
EditPortletCollectionHandler
class
EditPortletHandler
class
EditPortletLogHandler
class
EditPortletParentHandler
class
EditPortletSkinableHandler
class
PortletDisplayHandler
Methods in com.jalios.jcms.portlet with parameters of type JcmsJspContext Modifier and Type Method Description static java.util.Set<UILinkItem>
PortletDisplayHandler. getActions(java.lang.Class clazz, java.lang.String prefix, Workspace workspace, Member member, JcmsJspContext jcmsContext, Data data)
static java.util.Set<UILinkItem>
PortletDisplayHandler. getActions(java.lang.String prefix, Workspace workspace, Member member, JcmsJspContext jcmsContext, Data data)
boolean
PortalPolicyManager. getBooleanFieldValue(JcmsJspContext ctxt, java.lang.String fieldName, Data data, boolean computedValue)
java.util.TreeSet<Category>
PortalPolicyManager. getCategoryFieldValue(JcmsJspContext ctxt, java.lang.String fieldName, Data data, java.util.TreeSet<Category> computedValue)
double
PortalPolicyManager. getDoubleFieldValue(JcmsJspContext ctxt, java.lang.String fieldName, Data data, double computedValue)
java.lang.Object
PortalPolicyManager. getFieldValue(JcmsJspContext ctxt, java.lang.String fieldName, Data data, java.lang.Object computedValue)
int
PortalPolicyManager. getIntFieldValue(JcmsJspContext ctxt, java.lang.String fieldName, Data data, int computedValue)
long
PortalPolicyManager. getLongFieldValue(JcmsJspContext ctxt, java.lang.String fieldName, Data data, long computedValue)
java.lang.String
PortalElement. getPreview(JcmsJspContext ctxt, int width, int height, java.lang.String defaultImagePath)
Retrieve the preview image of this Portlet in the specified context and dimensions.java.lang.String
PortalElement. getSkinPath(JcmsJspContext ctxt)
Returns the template skin path for the given usagestatic void
PortalManager. handleDisplayRequest(JcmsJspContext context, DisplayContext display, long startPageRequest)
Called by display.jsp to set all request attributes from computed display context.ControllerStatus
AbstractPortalJspCollection. handleSortable(JcmsJspContext jcmsContext)
Handle a sortable request (ie a DnD) received for this portletControllerStatus
PortletCollection. handleSortable(JcmsJspContext jcmsContext)
Handle a sortable request (ie a DnD) received for this portletvoid
PortalPolicyManager. initHeaders(java.util.Map<java.lang.String,java.lang.String> header, java.lang.String key, JcmsJspContext context)
void
PortalPolicyManager. initJavaScriptCodeSet(java.util.Set<java.lang.String> jsCodeSet, JcmsJspContext context)
void
PortalPolicyManager. initJavaScriptSet(java.util.Set<java.lang.String> jsSet, JcmsJspContext context)
void
PortalPolicyManager. setupHeaders(java.util.Map<java.lang.String,java.lang.String> header, java.lang.String key, JcmsJspContext context)
-
Uses of JcmsJspContext in com.jalios.jcms.publicationfollower
Subclasses of JcmsJspContext in com.jalios.jcms.publicationfollower Modifier and Type Class Description class
PublicationFollowerHandler
Handle request to follow or unfollow a publication. -
Uses of JcmsJspContext in com.jalios.jcms.publiclink
Subclasses of JcmsJspContext in com.jalios.jcms.publiclink Modifier and Type Class Description class
EditPublicLinkHandler
class
PublicDownloadHandler
class
PublicLinkAppHandler
-
Uses of JcmsJspContext in com.jalios.jcms.recommendation
Subclasses of JcmsJspContext in com.jalios.jcms.recommendation Modifier and Type Class Description class
RecommendationHandler
This class is the handler for the form to send a Recommendation.class
RecommendationReaderTrackerHandler
Class to query Recommendation's reader trackers. -
Uses of JcmsJspContext in com.jalios.jcms.search
Subclasses of JcmsJspContext in com.jalios.jcms.search Modifier and Type Class Description class
AdminSearchEnginesHandler
This handler is used in the admin area to provide action on search engine.class
QueryAppHandler
-
Uses of JcmsJspContext in com.jalios.jcms.shortcut
Subclasses of JcmsJspContext in com.jalios.jcms.shortcut Modifier and Type Class Description class
AsyncShortcutHandler
Handler for Shortcuts which returns a json used to modify asynchronously the Shortcut -
Uses of JcmsJspContext in com.jalios.jcms.taglib
Fields in com.jalios.jcms.taglib declared as JcmsJspContext Modifier and Type Field Description protected JcmsJspContext
LoginTag. jcmsContext
protected JcmsJspContext
WorkspaceTag. jcmsContext
Methods in com.jalios.jcms.taglib with parameters of type JcmsJspContext Modifier and Type Method Description protected boolean
EditTag. canEditData(Data data, Member loggedMember, JcmsJspContext jcmsContext)
void
TreeCatViewTag.TreeCatView. filterRights(JcmsJspContext ctxt, java.util.Collection<Category> nodes)
Filter node's collection with given parameter and filterprotected void
EditTag. generateUpdateIcon(JcmsJspContext jcmsContext, java.lang.String anchorParam, Data data, java.lang.StringBuffer sb)
static java.lang.String
EditTag. getAddIcon(JcmsJspContext context, java.lang.String queryString, java.util.Set<java.lang.Class<?>> typeSet, java.lang.String cids, boolean popup, java.lang.String redirect, java.lang.String param, java.lang.String layerId)
protected java.lang.String
EditTag. getAnchorParams(JcmsJspContext jcmsContext, java.util.Set<Category> categorySet)
static java.lang.String
EditTag. getEditIcon(JcmsJspContext context, java.lang.String id, java.lang.String redirect, java.lang.String param, boolean popup, java.lang.String fields)
java.lang.String
TreeCatViewTag.TreeCatView. getTreeLink(Data node, JcmsJspContext ctxt)
Return the links associated to the given Datajava.lang.String
TreeViewTag.TreeView. getTreeLink(Data node, JcmsJspContext ctxt)
Return the links associated to the given Datajava.lang.String
TreeViewTag.TreeView. getTreeLink(java.lang.String link, JcmsJspContext ctxt)
Resolve the links regexpvoid
TreeCatViewTag.TreeCatView. handleDragDrop(JcmsJspContext ctxt)
Handle Actions like drag and dropstatic void
WysiwygTag. wrapWysiwygInlineEdition(javax.servlet.jsp.JspWriter writer, JcmsJspContext jcmsContext, java.lang.String html, Data data, java.lang.String fieldName)
Print the specified HTML in the JspWriter, wrapped with the required HTML to provide inline edition of the corresponding field, if authorized for the current logged member and specified field option. -
Uses of JcmsJspContext in com.jalios.jcms.taglib.settings.impl
Methods in com.jalios.jcms.taglib.settings.impl with parameters of type JcmsJspContext Modifier and Type Method Description static void
TypeSettings. addFrontEndDependencies(JcmsJspContext context)
static void
WysiwygSettings. addFrontEndDependencies(JcmsJspContext jcmsContext, java.lang.String configId)
-
Uses of JcmsJspContext in com.jalios.jcms.test
Methods in com.jalios.jcms.test that return JcmsJspContext Modifier and Type Method Description protected JcmsJspContext
JcmsTestCase. getMockJcmsJspContext()
Retrieve a mock explorer JcmsJspContext.protected JcmsJspContext
JcmsTestCase. getMockJcmsJspContext(javax.servlet.http.HttpServletRequest request)
Retrieve a mock explorer JcmsJspContext based on the specified requeststatic JcmsJspContext
JcmsTestCaseUtil. getMockJcmsJspContext()
Retrieve a mock explorer JcmsJspContext.static JcmsJspContext
JcmsTestCaseUtil. getMockJcmsJspContext(javax.servlet.http.HttpServletRequest request)
Retrieve a mock explorer JcmsJspContext based on the specified request -
Uses of JcmsJspContext in com.jalios.jcms.tools
Subclasses of JcmsJspContext in com.jalios.jcms.tools Modifier and Type Class Description class
ProfilerHandler
-
Uses of JcmsJspContext in com.jalios.jcms.tracking
Subclasses of JcmsJspContext in com.jalios.jcms.tracking Modifier and Type Class Description class
ReadAckHandler
class
ReaderTrackerHandler
Handler for publication's reader trackers modal.class
ReaderTrackerQueryHandler
Class to query publication's reader trackers. -
Uses of JcmsJspContext in com.jalios.jcms.trash
Subclasses of JcmsJspContext in com.jalios.jcms.trash Modifier and Type Class Description class
TrashAppHandler
Handler used to access Trash application. -
Uses of JcmsJspContext in com.jalios.jcms.uicomponent
Methods in com.jalios.jcms.uicomponent with parameters of type JcmsJspContext Modifier and Type Method Description protected static void
WebAssetsUtils. addCSSResources(JcmsJspContext jcmsContext, java.lang.String feature)
Adds CSS resources to jcmsContext resources declared using feature id.protected static void
WebAssetsUtils. addJSResources(JcmsJspContext jcmsContext, java.lang.String feature)
Adds JS resources to jcmsContext resources declared using feature id.static void
WebAssetsUtils. addScrollbarWebAssets(JcmsJspContext jcmsContext)
Add web assets for the scrollbar library.static void
WebAssetsUtils. addWebAssets(JcmsJspContext jcmsContext, java.lang.String feature)
Adds given feature web assets to given context.static java.lang.String
LoginUtil. getLoginWallpaper(JcmsJspContext jcmsContext)
protected static java.lang.String
LoginUtil. getSessionWallpaper(JcmsJspContext jcmsContext)
protected static void
LoginUtil. setSessionWallpaper(JcmsJspContext jcmsContext, java.lang.String wallpaper)
-
Uses of JcmsJspContext in com.jalios.jcms.uicomponent.autocomplete
Subclasses of JcmsJspContext in com.jalios.jcms.uicomponent.autocomplete Modifier and Type Class Description class
AbstractAutocompleteHandler<T>
class
AbstractSearchAutocompleteHandler<T extends AutocompleteResult<? extends Publication>>
class
TopbarSearchAutocompleteHandler
-
Uses of JcmsJspContext in com.jalios.jcms.uicomponent.autocomplete.mention
Subclasses of JcmsJspContext in com.jalios.jcms.uicomponent.autocomplete.mention Modifier and Type Class Description class
MentionAutocompleteHandler
-
Uses of JcmsJspContext in com.jalios.jcms.uicomponent.icon
Subclasses of JcmsJspContext in com.jalios.jcms.uicomponent.icon Modifier and Type Class Description class
IconChooserModalHandler
Modal handler to search for icons -
Uses of JcmsJspContext in com.jalios.jcms.uicomponent.image.editor
Subclasses of JcmsJspContext in com.jalios.jcms.uicomponent.image.editor Modifier and Type Class Description class
ImageEditorActionHandler
Methods in com.jalios.jcms.uicomponent.image.editor with parameters of type JcmsJspContext Modifier and Type Method Description void
ImageEditorManager. addImageEditorFrontEndDependencies(JcmsJspContext context)
Adds javascript / css required to have image editor -
Uses of JcmsJspContext in com.jalios.jcms.uicomponent.indicator
Subclasses of JcmsJspContext in com.jalios.jcms.uicomponent.indicator Modifier and Type Class Description class
PortletIndicatorDisplayHandler
An handler to display the portlet indicator fieldsMethods in com.jalios.jcms.uicomponent.indicator that return JcmsJspContext Modifier and Type Method Description JcmsJspContext
IndicatorContext. getJcmsContext()
Constructors in com.jalios.jcms.uicomponent.indicator with parameters of type JcmsJspContext Constructor Description IndicatorContext(Member member, java.lang.String userLang, java.util.Locale userLocale, Workspace workspace, generated.PortletIndicator portletIndicator, JcmsJspContext jcmsContext)
-
Uses of JcmsJspContext in com.jalios.jcms.uicomponent.linkitems
Methods in com.jalios.jcms.uicomponent.linkitems that return JcmsJspContext Modifier and Type Method Description JcmsJspContext
UILinkItemsContext. getJcmsContext()
Methods in com.jalios.jcms.uicomponent.linkitems with parameters of type JcmsJspContext Modifier and Type Method Description static java.util.Set<UILinkItem>
UILinkItemsUtils. getLinkItems(java.lang.Class dataClass, java.lang.Class stopClass, java.lang.String prefix, Workspace workspace, Member member, JcmsJspContext jcmsContext, Data data)
Returns a set ofUILinkItem
by searching for the given dataClass and prefix, and searching for this class superclass links The stop class is available to stop thestatic java.util.Set<UILinkItem>
UILinkItemsUtils. getLinkItems(java.lang.Class dataClass, java.lang.String prefix, Workspace workspace, Member member, JcmsJspContext jcmsContext, Data data)
Returns a set ofUILinkItem
by searching for the given dataClass and prefix, and searching for this class superclass links The stop class is available to stop thestatic java.util.Set<UILinkItem>
UILinkItemsUtils. getLinkItems(java.lang.String prefix, Workspace workspace, Member member, JcmsJspContext jcmsContext, Data data)
Constructors in com.jalios.jcms.uicomponent.linkitems with parameters of type JcmsJspContext Constructor Description UILinkItemsContext(Workspace currentWS, Member member, JcmsJspContext jcmsContext, java.lang.String prefix, java.lang.String key, Data data, PortalInterface portal)
-
Uses of JcmsJspContext in com.jalios.jcms.uicomponent.sidebar
Subclasses of JcmsJspContext in com.jalios.jcms.uicomponent.sidebar Modifier and Type Class Description class
SidebarHandler
-
Uses of JcmsJspContext in com.jalios.jcms.uicomponent.topbar
Subclasses of JcmsJspContext in com.jalios.jcms.uicomponent.topbar Modifier and Type Class Description class
TopbarApplicationMenuBadgeHandler
class
TopbarHandler
Constructors in com.jalios.jcms.uicomponent.topbar with parameters of type JcmsJspContext Constructor Description TopbarMenuInfoFilter(Member member, JcmsJspContext context)
-
Uses of JcmsJspContext in com.jalios.jcms.unifiedinsert
Subclasses of JcmsJspContext in com.jalios.jcms.unifiedinsert Modifier and Type Class Description class
UnifiedInsertHandler
JavaBean used to process Unified insertion action.Methods in com.jalios.jcms.unifiedinsert with parameters of type JcmsJspContext Modifier and Type Method Description static void
InsertionContext. addScripts(JcmsJspContext jcmsContext, javax.servlet.http.HttpServletRequest request)
Constructors in com.jalios.jcms.unifiedinsert with parameters of type JcmsJspContext Constructor Description InsertionContext(java.lang.String configurationId, JcmsJspContext ctxt)
-
Uses of JcmsJspContext in com.jalios.jcms.upload
Subclasses of JcmsJspContext in com.jalios.jcms.upload Modifier and Type Class Description class
DocUploadHandler
This form handler processes document upload.Methods in com.jalios.jcms.upload with parameters of type JcmsJspContext Modifier and Type Method Description void
UploadManager. addUploadComponentScripts(JcmsJspContext ctxt)
Add all required CSS and JS files needed for an upload component to the current JSP contextjava.lang.String
UploadManager. getUploadComponent(JcmsJspContext ctxt, java.lang.String pfield)
Returns a String HTML component for upload.java.lang.String
UploadManager. getUploadComponent(JcmsJspContext ctxt, java.lang.String pfield, java.lang.String pdrop, java.lang.String pbrowse, boolean showFiles, boolean showLogs)
Returns a String HTML component for upload.void
UploadManager. removeAllFileItem(JcmsJspContext ctxt, java.lang.String token, java.lang.String field)
org.apache.commons.fileupload.FileItem
UploadManager. removeFileItem(JcmsJspContext ctxt, java.lang.String token, java.lang.String field, java.lang.String filename)
Remove from session the first FileItem with the given namevoid
UploadManager. storeFileItem(JcmsJspContext ctxt, java.lang.String token, java.lang.String field, org.apache.commons.fileupload.FileItem fileItem)
Store the given FileItem in session to be retrieved later by DocUpload mechanism. -
Uses of JcmsJspContext in com.jalios.jcms.webpage
Subclasses of JcmsJspContext in com.jalios.jcms.webpage Modifier and Type Class Description class
WebPageQueryHandler
-
Uses of JcmsJspContext in com.jalios.jcms.workspace
Subclasses of JcmsJspContext in com.jalios.jcms.workspace Modifier and Type Class Description class
AbstractEditWorkspaceHandler
This form handler processGroup
forms.class
EditWorkflowInstanceHandler
class
EditWorkspaceCommonHandler
This form handler processWorkspace
forms.class
EditWorkspaceHandler
This form handler processWorkspace
forms.class
EditWorkspaceRoleHandler
This form handler processGroup
forms.class
EditWorkspaceTypeHandler
This form handler processGroup
forms.class
EditWSTypeEntryHandler
This class handle create/update/delete form action on WSTypeEntryclass
FavoriteWorkspaceHandler
Allows a Member to add, or remove a favorite Workspace or clear its favorites.class
WorkspaceQueryHandler
Search for Workspace, by checking rights, workspace belonging, and testing if member is worker of the workspace.class
WorkspaceWizardHandler
This form handler processWorkspace
duplication through a wizard.Methods in com.jalios.jcms.workspace with parameters of type JcmsJspContext Modifier and Type Method Description static void
TreeHelper. printWorkspacesTree(Workspace mbrWorkspace, boolean showGroups, java.lang.String groupParamName, javax.servlet.jsp.JspWriter out, java.lang.String userLang, JcmsJspContext context, Member loggedMember)
Print a navigation tree for group split by workspaces (except if a workspace is provided).static void
TreeHelper. printWSNodeContent(Workspace workspace, TreeHelper.WSTreeMemo treeMemo, JcmsJspContext context, javax.servlet.jsp.JspWriter out, boolean open)
-
Uses of JcmsJspContext in com.jalios.jcms.wysiwyg
Subclasses of JcmsJspContext in com.jalios.jcms.wysiwyg Modifier and Type Class Description class
WysiwygInlineEditionHandler
Java bean providing processing of for inline edition of wysiwyg fields. -
Uses of JcmsJspContext in com.jalios.jcms.wysiwyg.image
Subclasses of JcmsJspContext in com.jalios.jcms.wysiwyg.image Modifier and Type Class Description class
ImageUploadHandler
-
Uses of JcmsJspContext in generated
Subclasses of JcmsJspContext in generated with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw Modifier and Type Class Description class
generated.EditJPortalHandler
class
generated.EditShortcutHandler
-