Search Results
OK to copy?
Examples 1 through 10 of
78 (0.0010 seconds)
Class:
com.technoetic.xplanner.tags.ContentTitleTag
©,
Rating:
0% of 0,
C2
Class: com.technoetic.xplanner.tags.ContentTitleTag ©, Rating: 0% of 0, C2
Class: org.apache.catalina.launcher.CatalinaLaunchFilter ©, Rating: 0% of 0, C2
Class: org.apache.catalina.cluster.mcast.McastMembership ©, Rating: 0% of 0, C2
Class: org.apache.catalina.startup.ClassLoaderFactory ©, Rating: 0% of 0, C3
Class: org.apache.catalina.mbeans.GroupMBean ©, Rating: 0% of 0, C1
Class: org.apache.catalina.mbeans.GroupMBean ©, Rating: 0% of 0, C1
Class: org.apache.axis.deployment.wsdd.WSDDJAXRPCHandlerInfoChain ©, Rating: 0% of 0, C2
Class: org.apache.axis.deployment.wsdd.WSDDJAXRPCHandlerInfo ©, Rating: 0% of 0, C3
Class: org.apache.catalina.mbeans.UserMBean ©, Rating: 0% of 0, C1
32 }
33 } else {
34 formattedTitle = MessageFormat.format(title, titleArguments.toArray());
35 }
36 ContentTag tag = (ContentTag)findAncestorWithClass(this, ContentTag.class);
Class: com.technoetic.xplanner.tags.ContentTitleTag ©, Rating: 0% of 0, C2
27 throw new JspException("no resource bundle in request");
28 }
29 formattedTitle = resources.getMessage(titleKey, titleArguments.toArray());
30 } else {
31 formattedTitle = getBodyContent().getString().trim();
Class: org.apache.catalina.launcher.CatalinaLaunchFilter ©, Rating: 0% of 0, C2
61 boolean waitForChild = launchCommand.getWaitforchild();
62 ArrayList argsList = launchCommand.getArgs();
63 String[] args = (String[])argsList.toArray(new String[argsList.size()]);
64
65 // Evaluate main class
Class: org.apache.catalina.cluster.mcast.McastMembership ©, Rating: 0% of 0, C2
101 }//while
102 McastMember[] result = new McastMember[list.size()];
103 list.toArray(result);
104 for ( int j=0; j<result.length; j++) map.remove(result[j].getName());
105 return result;
Class: org.apache.catalina.startup.ClassLoaderFactory ©, Rating: 0% of 0, C3
154
155 // Construct the class loader itself
156 URL[] array = (URL[]) list.toArray(new URL[list.size()]);
157 StandardClassLoader classLoader = null;
158 if (parent == null)
Class: org.apache.catalina.mbeans.GroupMBean ©, Rating: 0% of 0, C1
Class: org.apache.catalina.mbeans.GroupMBean ©, Rating: 0% of 0, C1
Class: org.apache.axis.deployment.wsdd.WSDDJAXRPCHandlerInfoChain ©, Rating: 0% of 0, C2
129 }
130 _roles =new String[roleList.size()];
131 _roles = (String[]) roleList.toArray(_roles);
132 _hiChainFactory.setRoles(_roles);
133 }
Class: org.apache.axis.deployment.wsdd.WSDDJAXRPCHandlerInfo ©, Rating: 0% of 0, C3
130 }
131 QName[] headers = new QName[headerList.size()];
132 _headers = (QName[]) headerList.toArray(headers);
133 }
134 }
Class: org.apache.catalina.mbeans.UserMBean ©, Rating: 0% of 0, C1