Searched refs:custom (Results 1 - 20 of 20) sorted by relevance

/glassfish-3.1.2/admin/rest/src/main/java/org/glassfish/admin/rest/resources/custom/
H A DTokenResource.java41 package org.glassfish.admin.rest.resources.custom;
H A DSetDomainConfigResource.java41 package org.glassfish.admin.rest.resources.custom;
H A DFindHttpProtocolResource.java41 package org.glassfish.admin.rest.resources.custom;
H A DJmxServiceUrlsResource.java41 package org.glassfish.admin.rest.resources.custom;
H A DLogNamesResource.java40 package org.glassfish.admin.rest.resources.custom;
H A DManagementProxyResource.java41 package org.glassfish.admin.rest.resources.custom;
H A DStructuredLogViewerResource.java40 package org.glassfish.admin.rest.resources.custom;
H A DLogViewerResource.java35 package org.glassfish.admin.rest.resources.custom;
H A DSystemPropertiesCliResource.java40 package org.glassfish.admin.rest.resources.custom;
/glassfish-3.1.2/tests/embedded/maven-plugin/websockets/src/main/webapp/javascripts/
H A Dmoo.fx.pack.js51 return this.custom(this.element.scrollTop, this.element.scrollHeight-this.element.offsetHeight);
55 return this.custom(this.element.scrollTop, 0);
76 custom: function(from, to){
H A Dmoo.fx.js97 custom: function(from, to){
150 custom: function(obj){
/glassfish-3.1.2/connectors/connectors-internal-api/src/main/java/org/glassfish/resources/custom/factory/
H A DPropertiesFactory.java41 package org.glassfish.resources.custom.factory;
50 public static final String filePropertyName = "org.glassfish.resources.custom.factory.PropertiesFactory.fileName";
H A DPrimitivesAndStringFactory.java41 package org.glassfish.resources.custom.factory;
H A DURLObjectFactory.java41 package org.glassfish.resources.custom.factory;
H A DJavaBeanFactory.java41 package org.glassfish.resources.custom.factory;
/glassfish-3.1.2/admingui/jdbc/src/main/resources/
H A DjdbcConnectionPoolAdvanceJS.inc79 }else if (isConnValidation && val == 'custom-validation') {
117 if (isConnValidation && methodVal == 'custom-validation'){
/glassfish-3.1.2/tests/amx/src/org/glassfish/admin/amxtest/config/
H A DCustomMBeanConfigTest.java64 private static final String TEST_NAME_BASE = "custom";
98 final CustomMBeanConfig custom =
104 return custom;
137 warning("CustomMBeanConfigTest: No custom MBeans to test");
236 printVerbose("custom MBeans already registered:\n" +
279 warning("after removing custom MBeans, " +
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/core/
H A DApplicationDispatcherForward.java160 * Searches and processes a custom error page for the given status code.
209 custom(request, response, responseFacade, errorPage, context);
233 private static void custom(HttpServletRequest request, method in class:ApplicationDispatcherForward
H A DStandardHostValve.java300 // A custom error-page has not been defined for the exception
341 // Handle a custom error page for this status code
422 protected boolean custom(Request request, Response response, method in class:StandardHostValve
478 // Indicate that we have successfully processed this custom page
482 // Report our failure to process this custom page
669 if (custom(request, response, errorPage)) {
/glassfish-3.1.2/admin/rest/src/main/java/org/glassfish/admin/rest/
H A DLazyJerseyInit.java72 import org.glassfish.admin.rest.resources.custom.ManagementProxyResource;

Completed in 90 milliseconds