| 1 |
|
package org.trails.services; |
| 2 |
|
|
| 3 |
0 |
public class ServiceConstants |
| 4 |
|
{ |
| 5 |
|
|
| 6 |
|
|
| 7 |
|
|
| 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 |
|
} |