代码搜索:Infrastructure
找到约 1,506 项符合「Infrastructure」的源代码
代码结果 1,506
www.eeworm.com/read/457515/1596302
java mocksecurityprofile.java
package net.java.workeffort.service;
import net.java.workeffort.infrastructure.security.ISecurityProfile;
/**
*
* Mock for SecurityProfile for testing.
*
* @author Antony Joseph
*/
pub
www.eeworm.com/read/457515/1596351
java constants.java
package net.java.workeffort.infrastructure;
/**
* The framework contants.
* @author Antony Joseph
*/
public class Constants {
/** insert */
public static final String PROCESS_TYPE_INSERT
www.eeworm.com/read/457515/1596363
java refreshrequiredexception.java
/*
*/
package net.java.workeffort.infrastructure.cache;
/**
*
* RefreshRequiredException. Thrown when a cache entry is not found for a key.
*
* @author Antony Joseph
*/
public class R
www.eeworm.com/read/457515/1596366
java labelvaluebean.java
package net.java.workeffort.infrastructure;
import java.io.Serializable;
/**
* The LabelValueBean as available in Struts distribution.
*
* Generally used to hold values for list of values. On
www.eeworm.com/read/457515/1596372
java customselecttag.java
package net.java.workeffort.infrastructure.jsptags;
import net.java.htmltag.SelectTag;
/**
* Custom select tag. If there is an 'styleClass' attribute for an element and a
* spring bind error occur
www.eeworm.com/read/457515/1596376
java customtextareatag.java
package net.java.workeffort.infrastructure.jsptags;
import net.java.htmltag.TextAreaTag;
/**
* Custom textArea tag. If there is an 'styleClass' attribute for an element and
* a spring bind error o
www.eeworm.com/read/250243/4436428
c perfmon.c
/* kernel/perfmon.c
* PPC 32 Performance Monitor Infrastructure
*
* Author: Andy Fleming
* Copyright (c) 2004 Freescale Semiconductor, Inc
*
* This program is free software; you can redistribut
www.eeworm.com/read/209036/4987858
java exampletest.java
package org.placelab.test;
/**
*
* This is how to do a test of a specific class. This is a
* simple test to show off how to use the testing infrastructure.
*/
public class ExampleTest implements