Searched refs:SCOPE (Results 1 - 7 of 7) sorted by relevance

/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/node/runtime/web/
H A DCacheMappingNode.java93 if (RuntimeTagNames.SCOPE.equals(attributes.getQName(i))) {
98 descriptor.setAttributeValue(CacheMapping.TIMEOUT, index-1, CacheMapping.SCOPE, attributes.getValue(i));
108 if (RuntimeTagNames.SCOPE.equals(attributes.getQName(i))) {
109 descriptor.setAttributeValue(CacheMapping.REFRESH_FIELD, 0, CacheMapping.SCOPE, attributes.getValue(i));
119 if (RuntimeTagNames.SCOPE.equals(attributes.getQName(i))) {
121 descriptor.setAttributeValue(CacheMapping.KEY_FIELD, index-1, CacheMapping.SCOPE, attributes.getValue(i));
163 String scope = descriptor.getAttributeValue(CacheMapping.TIMEOUT, CacheMapping.SCOPE);
165 setAttribute(timeout, RuntimeTagNames.SCOPE, scope);
173 setAttribute(refreshField, RuntimeTagNames.SCOPE,
174 (String) descriptor.getAttributeValue(CacheMapping.REFRESH_FIELD, CacheMapping.SCOPE));
[all...]
H A DConstraintFieldNode.java82 if (RuntimeTagNames.SCOPE.equals(attributes.getQName(i))) {
83 descriptor.setAttributeValue(ConstraintField.SCOPE,
167 setAttribute(constraintField, RuntimeTagNames.SCOPE, (String) descriptor.getAttributeValue(ConstraintField.SCOPE));
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/runtime/web/
H A DConstraintField.java57 static public final String SCOPE = "Scope"; field in class:ConstraintField
69 setAttributeValue(SCOPE, "request.parameter");
H A DCacheMapping.java60 static public final String SCOPE = "Scope"; field in class:CacheMapping
72 setAttributeValue(KEY_FIELD, SCOPE, "request.parameter");
73 setAttributeValue(REFRESH_FIELD, SCOPE, "request.parameter");
/glassfish-3.1.2/web/web-naming/src/main/java/org/apache/naming/
H A DResourceRef.java98 public static final String SCOPE = "scope"; field in class:ResourceRef
140 refAddr = new StringRefAddr(SCOPE, scope);
/glassfish-3.1.2/web/web-glue/src/main/java/com/sun/enterprise/web/
H A DCacheModule.java284 com.sun.enterprise.deployment.runtime.web.CacheMapping.SCOPE);
298 com.sun.enterprise.deployment.runtime.web.CacheMapping.SCOPE);
320 i, com.sun.enterprise.deployment.runtime.web.CacheMapping.SCOPE);
342 com.sun.enterprise.deployment.runtime.web.ConstraintField.SCOPE);
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/xml/
H A DRuntimeTagNames.java311 public static final String SCOPE = "scope"; field in interface:RuntimeTagNames

Completed in 24 milliseconds