1 15 package org.apache.tapestry.portlet; 16 17 21 public class PortletConstants 22 { 23 27 public static final String RENDER_SERVICE = "render"; 28 29 32 33 public static final String EXCEPTION_SERVICE = "exception"; 34 35 39 40 public static final String PORTLET_EXCEPTION_MARKUP_ATTRIBUTE = "org.apache.tapestry.portlet.PortletExceptionMarkup"; 41 42 46 47 public static final String PORTLET_MODE = "portlet-mode"; 48 49 53 54 public static final String WINDOW_STATE = "window-state"; 55 56 private PortletConstants() 57 { 58 } 60 } | Popular Tags |