Package | Description |
---|---|
org.javlo.component.core | |
org.javlo.component.form | |
org.javlo.component.image | |
org.javlo.data | |
org.javlo.helper | |
org.javlo.i18n | |
org.javlo.message | |
org.javlo.template |
Modifier and Type | Method and Description |
---|---|
GenericMessage |
IContentVisualComponent.getConfigMessage(ContentContext ctx)
warning message on config tab
|
GenericMessage |
AbstractVisualComponent.getConfigMessage(ContentContext ctx) |
GenericMessage |
IContentVisualComponent.getContentMessage(ContentContext ctx)
warning message on content tab
|
GenericMessage |
AbstractVisualComponent.getContentMessage(ContentContext ctx) |
GenericMessage |
IContentVisualComponent.getMessage()
get a message for the component.
|
GenericMessage |
AbstractVisualComponent.getMessage() |
GenericMessage |
IContentVisualComponent.getTextMessage(ContentContext ctx)
warning message on text tab
|
GenericMessage |
AbstractVisualComponent.getTextMessage(ContentContext ctx) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractVisualComponent.setMessage(GenericMessage inMsg) |
Modifier and Type | Method and Description |
---|---|
GenericMessage |
FormComponent.getI18nMessage(ContentContext ctx,
String fieldName) |
GenericMessage |
FormComponent.getMessage(ContentContext ctx,
String fieldName) |
GenericMessage |
Form.getMessage(String fieldName) |
static GenericMessage |
Contact.validation(String field,
String value) |
Modifier and Type | Method and Description |
---|---|
GenericMessage |
GlobalImage.getMessage() |
GenericMessage |
GlobalImage.getTextMessage(ContentContext ctx) |
Modifier and Type | Method and Description |
---|---|
void |
GlobalImage.setMessage(GenericMessage inMsg) |
Modifier and Type | Method and Description |
---|---|
GenericMessage |
InfoBean.getGlobalMessage() |
Modifier and Type | Method and Description |
---|---|
static String |
XHTMLHelper.getErrorMessage(ContentContext ctx,
String field,
GenericMessage message) |
static String |
XHTMLHelper.getRowCheckbox(ContentContext ctx,
String field,
String label,
String value,
GenericMessage message) |
static String |
XHTMLHelper.getRowInput(ContentContext ctx,
String field,
String value,
GenericMessage message) |
static String |
XHTMLHelper.getRowInput(ContentContext ctx,
String field,
String label,
String value,
GenericMessage message,
String type) |
static String |
XHTMLHelper.getRowInput(ContentContext ctx,
String field,
String label,
String value,
GenericMessage message,
String[][] content) |
Modifier and Type | Method and Description |
---|---|
static int |
XMLManipulationHelper.convertHTMLtoTemplate(GlobalContext globalContext,
Template template,
I18nAccess i18nAccess,
File htmlFile,
File jspFile,
Map<String,String> tagsID,
List<String> areas,
List<String> resources,
List<TemplatePlugin> templatePlugins,
List<GenericMessage> messages,
String fontIncluding) |
Modifier and Type | Method and Description |
---|---|
GenericMessage |
I18nMessage.getMessage() |
Constructor and Description |
---|
I18nMessage(GenericMessage newMessage,
javax.servlet.http.HttpServletRequest request) |
Modifier and Type | Field and Description |
---|---|
static GenericMessage |
GenericMessage.EMPTY_MESSAGE |
Modifier and Type | Method and Description |
---|---|
GenericMessage |
MessageRepository.getGlobalMessage() |
GenericMessage |
MessageRepository.getMessage(String key) |
Modifier and Type | Method and Description |
---|---|
Collection<GenericMessage> |
MessageRepository.outAllMessages() |
Modifier and Type | Method and Description |
---|---|
void |
MessageRepository.addMessage(GenericMessage msg) |
void |
MessageRepository.setGlobalMessage(GenericMessage globalMessage)
set a new global message. if the type of the current message is more
important or equal the new message is ignored.
|
void |
MessageRepository.setGlobalMessageAndNotification(ContentContext ctx,
GenericMessage globalMessage) |
void |
MessageRepository.setGlobalMessageAndNotification(ContentContext ctx,
GenericMessage globalMessage,
boolean admin)
set a new global message. if the type of the current message is more
important or equal the new message is ignored.
|
void |
MessageRepository.setGlobalMessageAndNotificationToAll(ContentContext ctx,
GenericMessage globalMessage,
boolean admin)
set a new global message. if the type of the current message is more
important or equal the new message is ignored.
|
void |
MessageRepository.setGlobalMessageForced(GenericMessage globalMessage)
set a new global message. if the type of the current message is more
important or equal the new message is ignored.
|
Constructor and Description |
---|
GenericMessage(GenericMessage msg) |
Modifier and Type | Method and Description |
---|---|
List<GenericMessage> |
Template.checkRenderer(GlobalContext globalContext,
I18nAccess i18nAccess)
check the structure of the template.
|
Copyright © 2012-2018. All Rights Reserved.