Searched refs:setAttribute (Results 1 - 25 of 140) sorted by relevance

123456

/glassfish-3.1.2/tests/embedded/web/web-api/src/test/java/org/glassfish/tests/embedded/web/
H A DNewServletRequestListener.java49 sre.getServletRequest().setAttribute("abc", "def");
H A DNewFilter.java57 request.setAttribute("filterInitName", filterInitParam);
/glassfish-3.1.2/web/web-core/src/main/java/com/sun/enterprise/web/connector/grizzly/
H A DCoyoteConnectorLauncher.java118 setAttribute("maxHttpHeaderSize", "" + valueI);
131 public void setAttribute( String name, Object value ) { method in class:CoyoteConnectorLauncher
153 setAttribute(name, value);
230 setAttribute("socketFactory", valueS);
239 setAttribute("sslImplementation", valueS);
256 setAttribute("compression", valueS);
265 setAttribute("maxPostSize", "" + valueI);
273 setAttribute("keystore", k);
282 //setAttribute("keypass", k);
290 setAttribute("keystoreTyp
[all...]
/glassfish-3.1.2/web/web-ha/src/main/java/org/glassfish/web/ha/session/management/
H A DFullHASession.java91 public void setAttribute(String name, Object value) { method in class:FullHASession
92 super.setAttribute(name, value);
H A DModifiedHASession.java70 public void setAttribute(String name, Object value) { method in class:ModifiedHASession
71 super.setAttribute(name, value);
/glassfish-3.1.2/admin/util/src/main/java/org/glassfish/admin/cli/resources/
H A DResourcesXMLParser.java503 persistenceResource.setAttribute(JNDI_NAME, jndiName);
506 persistenceResource.setAttribute(FACTORY_CLASS, factoryClass);
510 persistenceResource.setAttribute(JDBC_RESOURCE_JNDI_NAME, poolName);
514 persistenceResource.setAttribute(ENABLED, sEnabled);
547 customResource.setAttribute(JNDI_NAME, jndiName);
548 customResource.setAttribute(RES_TYPE, resType);
549 customResource.setAttribute(FACTORY_CLASS, factoryClass);
552 customResource.setAttribute(ENABLED, sEnabled);
583 jndiResource.setAttribute(JNDI_NAME, jndiName);
584 jndiResource.setAttribute(JNDI_LOOKU
[all...]
/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/common/
H A DXMLContentActionReporter.java114 result.setAttribute("description", report.actionDescription);
115 result.setAttribute("exit-code", report.getActionExitCode().name());
117 result.setAttribute("failure-cause",
139 messagePart.setAttribute("type", childType);
145 p.setAttribute("name", prop.getKey().toString());
146 p.setAttribute("value", prop.getValue().toString());
148 messagePart.setAttribute("message", part.getMessage());
166 messagePart.setAttribute(prop.getKey().toString(),
H A DXMLActionReporter.java117 result.setAttribute("description", report.actionDescription);
118 result.setAttribute("exit-code", report.getActionExitCode().name());
120 result.setAttribute("failure-cause", exception.getLocalizedMessage());
140 messagePart.setAttribute("type", childType);
146 p.setAttribute("name", prop.getKey().toString());
153 p.setAttribute("value", prop.getValue().toString());
156 messagePart.setAttribute("message", part.getMessage());
175 entryElement.setAttribute("value", entry.toString());
190 entryElement.setAttribute("key", key);
197 entryElement.setAttribute("valu
[all...]
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/session/
H A DStandardSessionFacade.java177 public void setAttribute(String name, Object value) { method in class:StandardSessionFacade
178 session.setAttribute(name, value);
186 session.setAttribute(name, value);
/glassfish-3.1.2/admingui/updatecenter/src/main/java/org/glassfish/uc/admingui/
H A DUcThread.java77 session.setAttribute("_updateCountMsg", "");
85 session.setAttribute("_updateCountMsg", GuiUtil.getMessage(UpdateCenterHandlers.BUNDLE, "msg.noUpdates"));
88 session.setAttribute("_updateCountMsg", GuiUtil.getMessage(UpdateCenterHandlers.BUNDLE, "msg.updatesAvailable", new String[]{""+count}));
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/node/runtime/web/
H A DConstraintFieldNode.java160 setAttribute(value, RuntimeTagNames.MATCH_EXPR, (String) descriptor.getAttributeValue(ConstraintField.VALUE, i, ConstraintField.MATCH_EXPR));
161 setAttribute(value, RuntimeTagNames.CACHE_ON_MATCH, (String) descriptor.getAttributeValue(ConstraintField.VALUE, i, ConstraintField.CACHE_ON_MATCH));
162 setAttribute(value, RuntimeTagNames.CACHE_ON_MATCH_FAILURE, (String) descriptor.getAttributeValue(ConstraintField.VALUE, i, ConstraintField.CACHE_ON_MATCH_FAILURE));
166 setAttribute(constraintField, RuntimeTagNames.NAME, (String) descriptor.getAttributeValue(ConstraintField.NAME));
167 setAttribute(constraintField, RuntimeTagNames.SCOPE, (String) descriptor.getAttributeValue(ConstraintField.SCOPE));
168 setAttribute(constraintField, RuntimeTagNames.CACHE_ON_MATCH, (String) descriptor.getAttributeValue(ConstraintField.CACHE_ON_MATCH));
169 setAttribute(constraintField, RuntimeTagNames.CACHE_ON_MATCH_FAILURE, (String) descriptor.getAttributeValue(ConstraintField.CACHE_ON_MATCH_FAILURE));
H A DClassLoaderNode.java115 setAttribute(classLoader, RuntimeTagNames.EXTRA_CLASS_PATH, (String) descriptor.getAttributeValue(ClassLoader.EXTRA_CLASS_PATH));
116 setAttribute(classLoader, RuntimeTagNames.DELEGATE, (String) descriptor.getAttributeValue(ClassLoader.DELEGATE));
117 setAttribute(classLoader, RuntimeTagNames.DYNAMIC_RELOAD_INTERVAL, (String) descriptor.getAttributeValue(ClassLoader.DYNAMIC_RELOAD_INTERVAL));
H A DLocaleCharsetMapNode.java94 setAttribute(locale, RuntimeTagNames.LOCALE, (String) descriptor.getAttributeValue(LocaleCharsetMap.LOCALE));
95 setAttribute(locale, RuntimeTagNames.AGENT, (String) descriptor.getAttributeValue(LocaleCharsetMap.AGENT));
96 setAttribute(locale, RuntimeTagNames.CHARSET, (String) descriptor.getAttributeValue(LocaleCharsetMap.CHARSET));
H A DIdempotentUrlPatternNode.java105 setAttribute(patternNode, RuntimeTagNames.URL_PATTERN, pattern.getAttributeValue(pattern.URL_PATTERN));
110 setAttribute(patternNode, RuntimeTagNames.NUM_OF_RETRIES, pattern.getAttributeValue(pattern.NUM_OF_RETRIES));
/glassfish-3.1.2/admin/rest/src/main/java/org/glassfish/admin/rest/logviewer/
H A DLogRecord.java176 result.setAttribute("recordNumber", "" + recordNumber);
177 result.setAttribute("loggedDateTimeInMS", "" + loggedDateTime.getTime());
178 result.setAttribute("loggedLevel", loggedLevel);
179 result.setAttribute("productName", productName);
180 result.setAttribute("loggerName", loggerName);
181 result.setAttribute("nameValuePairs", nameValuePairs);
182 result.setAttribute("messageID", messageID);
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/node/runtime/connector/
H A DPrincipalNode.java94 setAttribute(principalNode, RuntimeTagNames.USER_NAME, (String) descriptor.getValue(Principal.USER_NAME));
95 setAttribute(principalNode, RuntimeTagNames.PASSWORD, (String) descriptor.getValue(Principal.PASSWORD));
96 setAttribute(principalNode, RuntimeTagNames.CREDENTIAL, (String) descriptor.getValue(Principal.CREDENTIAL));
/glassfish-3.1.2/common/internal-api/src/main/java/org/glassfish/internal/embedded/
H A DDomBuilder.java60 current.setAttribute(name,value.toString());
/glassfish-3.1.2/tests/embedded/maven-plugin/filterURIMapping/src/main/java/test/
H A DFilterTest.java56 ((HttpServletRequest)request).getSession().setAttribute("FILTER", "PASS");
/glassfish-3.1.2/tests/embedded/maven-plugin/scattered/src/main/java/test/
H A DFilterTest.java56 ((HttpServletRequest)request).getSession().setAttribute("FILTER", "PASS");
H A DServletTest2.java70 request.getSession().setAttribute("FILTER-FORWARD",request.getSession().getAttribute("FILTER"));
71 request.getSession().setAttribute("FILTER", "FAIL");
/glassfish-3.1.2/tests/embedded/maven-plugin/standalonewar/src/main/java/test/
H A DFilterTest.java56 ((HttpServletRequest)request).getSession().setAttribute("FILTER", "PASS");
H A DServletTest2.java70 request.getSession().setAttribute("FILTER-FORWARD",request.getSession().getAttribute("FILTER"));
71 request.getSession().setAttribute("FILTER", "FAIL");
/glassfish-3.1.2/admingui/jms-plugin/src/main/java/org/glassfish/admingui/plugin/jms/
H A DJMXUtil.java112 public static void setAttribute(String objectName, Attribute attributeName) { method in class:JMXUtil
114 setAttribute(new ObjectName(objectName), attributeName);
121 public static void setAttribute(ObjectName objectName, Attribute attributeName) { method in class:JMXUtil
123 getMBeanServer().setAttribute(objectName, attributeName);
/glassfish-3.1.2/web/web-ajp/src/main/java/org/apache/jk/common/
H A DJkMX.java220 mserver.setAttribute(httpServerName, new Attribute("Host", httphost));
221 mserver.setAttribute(httpServerName, new Attribute("Port", new Integer(httpport)));
224 mserver.setAttribute(httpServerName, new Attribute("AuthenticationMethod", authmode));
236 mserver.setAttribute(httpServerName, new Attribute("ProcessorName", processorName));
259 mserver.setAttribute(httpServerName, new Attribute("Host", httphost));
260 mserver.setAttribute(httpServerName, new Attribute("Port", new Integer(httpport)));
263 mserver.setAttribute(httpServerName, new Attribute("AuthenticationMethod", authmode));
275 mserver.setAttribute(httpServerName, new Attribute("ProcessorName", processorName));
294 mserver.setAttribute(jrmpServerName, new Attribute("Port",
305 mserver.setAttribute(adapto
[all...]
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/node/runtime/common/
H A DProtectionNode.java106 setAttribute(protectionNode, WebServicesTagNames.AUTH_SOURCE, protectionDesc.getAttributeValue(protectionDesc.AUTH_SOURCE));
112 setAttribute(protectionNode, WebServicesTagNames.AUTH_RECIPIENT, protectionDesc.getAttributeValue(protectionDesc.AUTH_RECIPIENT));

Completed in 74 milliseconds

123456