1 9 10 package com.opensymphony.module.sitemesh; 11 12 24 public interface RequestConstants { 25 29 String FILTER_APPLIED = "__sitemesh__filterapplied"; 30 31 35 String PAGE = "__sitemesh__page"; 36 37 42 String DECORATOR = "__sitemesh__decorator"; 43 44 49 String ROBOT = "__sitemesh__robot"; 50 51 55 String USING_STREAM = "__sitemesh__using_stream"; 56 } | Popular Tags |