Searched defs:TagSupport (Results 1 - 1 of 1) sorted by relevance
| /glassfish-3.1.2/admingui/common/src/main/java/org/glassfish/admingui/common/handlers/ |
| H A D | TagSupport.java | 64 public class TagSupport { class 308 List<Tag> results = TagSupport.queryTags(tagName, tagViewId, user); 425 TagSupport.addTag("bar", "deploy.jsf?a=z&c=e", "Display Name", "jane"); 426 TagSupport.addTag("bar", "/index.jsf?a=z&c=f", "Display Name", "jane"); 427 TagSupport.addTag("bar", "/index.jsf?a=z&c=e", "Display Name", "jane"); 428 TagSupport.addTag("bar", "deploy.jsf?a=z&c=g", "Display Name", "jane"); 429 TagSupport.addTag("bar", "indexdeployjsf?a=z&c=h", "Display Name", "jack"); 430 TagSupport.addTag("bar", "/index.jsf?deploy=z&c=i", "Display Name", "jack"); 431 TagSupport.addTag("foo", "/index.jsf?a=z&c=j", "Display Name", "jack"); 432 TagSupport [all...] |
Completed in 8 milliseconds