org.jbpm.formModeler.service.bb.mvc.components.handling
@Named(value="MessagesComponentFormatter") public class MessagesComponentFormatter extends Formatter
Constructor and Description |
---|
MessagesComponentFormatter() |
Modifier and Type | Method and Description |
---|---|
protected String |
localizeMessage(String message) |
protected void |
renderMessages(List messages,
List params,
String img,
String className) |
void |
service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Perform the required logic for this Formatter.
|
afterRendering, getLang, getLocale, getLocaleManager, getParameter, includePage, renderFragment, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttributeInterpreter, setTag, writeToOut
public void service(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws FormatterException
Formatter
service
in class Formatter
request
- user requestresponse
- response to the userFormatterException
- in case of an unexpected exception.protected void renderMessages(List messages, List params, String img, String className)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.