src/main/java/de/uapcore/lightpit/ResponseType.java

changeset 43
9abf0bf44c7b
parent 34
824d4042c857
equal deleted inserted replaced
42:f962ff9dd44e 43:9abf0bf44c7b
31 31
32 public enum ResponseType { 32 public enum ResponseType {
33 /** 33 /**
34 * Renders a full HTML view including the header. 34 * Renders a full HTML view including the header.
35 */ 35 */
36 HTML_FULL, 36 HTML,
37 /** 37 /**
38 * Renders a HTML fragment only. 38 * Renders a HTML fragment only.
39 * May be used for AJAX responses. 39 * May be used for AJAX responses.
40 */ 40 */
41 HTML_FRAGMENT, 41 HTML_FRAGMENT,

mercurial