Coverage Report - org.trails.services.ServiceConstants
 
Classes in this File Line Coverage Branch Coverage Complexity
ServiceConstants
0% 
N/A 
0
 
 1  
 package org.trails.services;
 2  
 
 3  0
 public class ServiceConstants
 4  
 {
 5  
 
 6  
         /**
 7  
          * The name of the service responsible for processing the request.
 8  
          */
 9  
         public static final String SERVICE = org.apache.tapestry.services.ServiceConstants.SERVICE;
 10  
 
 11  
         public static final String MODEL = "model";
 12  
         public static final String PAERNT_MODEL = "parentModel";
 13  
         public static final String PAGE_TYPE = "pageType";
 14  
         public static final String CLASS_DESCRIPTOR = "classDescriptor";
 15  
         public static final String CALLBACK_STACK = "callbackStack";
 16  
 
 17  
         public static final String ASSOC_DESCRIPTOR = "associationDescriptor";
 18  
 
 19  
 }