Search Results
OK to copy?
Examples 1 through 10 of
1293 (0.089 seconds)
Class:
com.technoetic.xplanner.soap.domain.ProjectData
©,
Rating:
0% of 0,
C1
Class: org.springframework.context.support.FactoryBeanAndApplicationListener ©, Rating: 0% of 0, C1
Class: com.technoetic.xplanner.tags.displaytag.PersonIdDecorator ©, Rating: 0% of 0, C1
Class: org.springframework.util.AssertTests ©, Rating: 0% of 0, C1
Class: com.technoetic.xplanner.tags.ContentTitleArgTag ©, Rating: 0% of 0, C1
Class: org.springframework.aop.framework.LockMixinAdvisor ©, Rating: 0% of 0, C1
Class: org.springframework.core.SpringVersion ©, Rating: 0% of 0, C1
Class: org.springframework.aop.framework.InvocationCheckExposedInvocationTestBean ©, Rating: 0% of 0, C1
Class: org.springframework.beans.factory.BeanIsNotAFactoryException ©, Rating: 0% of 0, C1
Class: org.apache.catalina.cluster.tcp.WorkerThread ©, Rating: 0% of 0, C1
Class: org.springframework.context.support.FactoryBeanAndApplicationListener ©, Rating: 0% of 0, C1
Class: com.technoetic.xplanner.tags.displaytag.PersonIdDecorator ©, Rating: 0% of 0, C1
14 private static Person getPerson(int id) {
15 try {
16 return (Person) ThreadSession.get().get(Person.class, new Integer(id));
17 } catch (HibernateException e) {
18 return null;
Class: org.springframework.util.AssertTests ©, Rating: 0% of 0, C1
17 public void testInstanceOf() {
18 Set set = new HashSet();
19 Assert.isInstanceOf(HashSet.class, set);
20 try {
21 Assert.isInstanceOf(HashMap.class, set);
Class: com.technoetic.xplanner.tags.ContentTitleArgTag ©, Rating: 0% of 0, C1
08
09 public int doEndTag() throws JspException {
10 ContentTitleTag tag = (ContentTitleTag)findAncestorWithClass(this, ContentTitleTag.class);
11 if (value != null) {
12 tag.addTitleArgument(value);
Class: org.springframework.aop.framework.LockMixinAdvisor ©, Rating: 0% of 0, C1
Class: org.springframework.core.SpringVersion ©, Rating: 0% of 0, C1
30 */
31 public static String getVersion() {
32 return SpringVersion.class.getPackage().getImplementationVersion();
33 }
34
Class: org.springframework.aop.framework.InvocationCheckExposedInvocationTestBean ©, Rating: 0% of 0, C1
30 TestCase.assertTrue(invocation.getThis() == this);
31 TestCase.assertTrue("Invocation should be on ITestBean: " + invocation.getMethod(),
32 ITestBean.class.isAssignableFrom(invocation.getMethod().getDeclaringClass()));
33 }
34 }
Class: org.springframework.beans.factory.BeanIsNotAFactoryException ©, Rating: 0% of 0, C1
34 */
35 public BeanIsNotAFactoryException(String name, Class actualType) {
36 super(name, FactoryBean.class, actualType);
37 }
38
Class: org.apache.catalina.cluster.tcp.WorkerThread ©, Rating: 0% of 0, C1
21 {
22 private static org.apache.commons.logging.Log log =
23 org.apache.commons.logging.LogFactory.getLog( WorkerThread.class );
24 protected ThreadPool pool;
25 protected boolean doRun = true;