/glassfish-3.1.2/admin/rest/src/main/java/org/glassfish/admin/rest/cli/ |
H A D | GetTokensCommand.java | 67 @Service(name="__resolve-tokens") 79 String[] tokens; field in class:GetTokensCommand 97 properties.put("tokens", values); 99 for (String token : tokens) {
|
/glassfish-3.1.2/web/web-glue/src/main/java/com/sun/enterprise/web/util/ |
H A D | CookieTokenizer.java | 44 * Parse a Cookie: header into individual tokens according to RFC 2109. 49 * Upper bound on the number of cookie tokens to accept. The limit is 51 * (6.3) given in RFC 2109 multiplied by 2 to accomodate the 2 tokens in 52 * each name=value pair ("JSESSIONID=1234" is 2 tokens). 57 * Array of cookie tokens. Even indices contain name tokens while odd 58 * indices contain value tokens (or null). 60 private String tokens[] = new String[MAX_COOKIE_TOKENS]; field in class:CookieTokenizer 63 * Number of cookie tokens currently in the tokens[] arra [all...] |
/glassfish-3.1.2/admin/util/src/main/java/com/sun/enterprise/admin/util/ |
H A D | LineTokenReplacer.java | 64 public LineTokenReplacer(TokenValueSet tokens) { argument 65 this(tokens, null); 69 public LineTokenReplacer(TokenValueSet tokens, String charset) { argument 70 final Object[] tmp = tokens.toArray();
|
/glassfish-3.1.2/appclient/server/core/src/main/java/org/glassfish/appclient/server/core/jws/servedcontent/ |
H A D | TokenHelper.java | 65 private Properties tokens; field in class:TokenHelper 85 tHelper.tokens = tHelper.buildTokens(); 89 public Properties tokens() { method in class:TokenHelper 90 return tokens; 94 return tokens.setProperty(propName, propValue);
|
/glassfish-3.1.2/admin/server-mgmt/src/main/java/com/sun/enterprise/admin/servermgmt/pe/ |
H A D | PEDomainsManager.java | 320 * The EEDomains manager needs to have an augmented set of tokens 334 TokenValueSet tokens = getDomainXmlTokens(domainConfig); 359 addTokenValuesIfAny(tokens, layout, p, this.PROFILEPROPERTY_DOMAINXML_TOKENVALUES); 362 generateFromTemplate(tokens, tr, dx); 366 generateFromTemplate(tokens, dxt, dx); 379 final TokenValueSet tokens = PEScriptsTokens.getTokenValueSet(domainConfig); 380 createStartServ(domainConfig, tokens); 381 createStopServ(domainConfig, tokens); 385 TokenValueSet tokens) throws DomainException 392 generateFromTemplate(tokens, startServTemplat 384 createStartServ(DomainConfig domainConfig, TokenValueSet tokens) argument 401 createStopServ(DomainConfig domainConfig, TokenValueSet tokens) argument 476 handleLocalizedIndexHtmls(PEFileLayout layout, TokenValueSet tokens) argument 771 addTokenValuesIfAny(final TokenValueSet tokens, final PEFileLayout layout, final String profileName, final String propName) argument [all...] |
/glassfish-3.1.2/admin/monitor/src/main/java/org/glassfish/flashlight/datatree/impl/ |
H A D | AbstractTreeNode.java | 252 String[] tokens = pattern.split(completeName); 253 TreeNode n = findNodeInTree(tokens); 262 // we store dots and slashes encoded. THe tokens coming in to this method 268 private TreeNode findNodeInTree(String[] tokens) { argument 269 if (tokens == null) { 272 TreeNode child = getChild(tokens[0]); 275 child = getChild(decodeName(tokens[0])); 280 if (tokens.length > 1) 281 child = ((AbstractTreeNode) child).findNodeInTree(dropFirstStringToken(tokens));
|
/glassfish-3.1.2/appclient/server/core/src/main/java/org/glassfish/appclient/server/core/jws/ |
H A D | AppClientHTTPAdapter.java | 90 private final Properties tokens; field in class:AppClientHTTPAdapter 99 final Properties tokens, 107 tokens, 118 final Properties tokens, 125 this.tokens = tokens; 153 processDynamicContent(tokens, relativeURIString, gReq, gResp); 184 private void processDynamicContent(final Properties tokens, argument 205 * tokens with those that were known when this adapter was created. 209 allTokens = prepareRequestPlaceholders(tokens, gRe 97 AppClientHTTPAdapter( final String contextRoot, final Properties tokens, final File domainDir, final File installDir, final IiopService iiopService, final GlassFishORBFactory orbFactory) argument 114 AppClientHTTPAdapter( final String contextRoot, final Map<String,StaticContent> staticContent, final Map<String,DynamicContent> dynamicContent, final Properties tokens, final File domainDir, final File installDir, final IiopService iiopService, final GlassFishORBFactory orbFactory) argument [all...] |
H A D | JWSAdapterManager.java | 392 * @param tokens 401 final AppClientServerApplication contributor, final Properties tokens, 413 tokens, contributor); 427 tokens, contributor); 439 final Properties tokens, 444 dynamicContent, tokens, 459 final Properties tokens, 462 return createAndRegisterAdapter(ufContextRoot, staticContent, dynamicContent, tokens, contributor); 476 final Properties tokens, 484 dynamicContent, tokens, contributo 398 addContentForAppClient( final String appName, final String clientURIWithinEAR, final AppClientServerApplication contributor, final Properties tokens, final Map<String,StaticContent> staticContent, final Map<String,DynamicContent> dynamicContent) argument 435 createAndRegisterAdapter( final String contextRoot, final Map<String,StaticContent> staticContent, final Map<String,DynamicContent> dynamicContent, final Properties tokens, final AppClientServerApplication contributor) argument 456 addAdapterForUserFriendlyContextRoot( final Map<String,StaticContent> staticContent, final Map<String,DynamicContent> dynamicContent, final Properties tokens, final AppClientServerApplication contributor) argument 472 addAppAdapter( final String appName, final Map<String,StaticContent> staticContent, final Map<String,DynamicContent> dynamicContent, final Properties tokens, final AppClientServerApplication contributor) argument [all...] |
/glassfish-3.1.2/common/amx-core/src/main/java/org/glassfish/admin/amx/core/ |
H A D | Util.java | 565 private static String or(String... tokens) { argument 567 for (String t : tokens) {
|
/glassfish-3.1.2/admin/rest/src/main/java/org/glassfish/admin/rest/ |
H A D | ResourceUtil.java | 709 private static String or(String... tokens) { argument 711 for (String t : tokens) {
|
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/servlets/ |
H A D | WebdavServlet.java | 1135 + lock.depth + "-" + lock.owner + "-" + lock.tokens + "-" 1251 currentLock.tokens.addElement(lockToken); 1260 lock.tokens.addElement(lockToken); 1278 presentLock.tokens.addElement(lockToken); 1284 lock.tokens.addElement(lockToken); 1332 // At least one of the tokens of the locks must have been given 1334 tokenList = toRenew.tokens.elements(); 1353 tokenList = toRenew.tokens.elements(); 1422 // At least one of the tokens of the locks must have been given 1424 tokenList = lock.tokens 2719 Vector<String> tokens = new Vector<String>(); field in class:WebdavServlet.LockInfo [all...] |
/glassfish-3.1.2/admin/server-mgmt/src/main/java/com/sun/enterprise/admin/servermgmt/ |
H A D | RepositoryManager.java | 290 protected void generateFromTemplate(TokenValueSet tokens, argument 293 LineTokenReplacer replacer = new LineTokenReplacer(tokens, "UTF-8"); 819 //tokens will be added in a follow-up integration
|