|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ProjectContext | |
|---|---|
| org.kuali.common.util | |
| org.kuali.common.util.spring | |
| Uses of ProjectContext in org.kuali.common.util |
|---|
| Classes in org.kuali.common.util that implement ProjectContext | |
|---|---|
class |
DefaultProjectContext
|
class |
UtilProjectContext
|
| Methods in org.kuali.common.util with parameters of type ProjectContext | |
|---|---|
static String |
ProjectUtils.getGav(ProjectContext context)
|
static Project |
ProjectUtils.loadProject(ProjectContext context)
Create a Project object from the context. |
static ProjectProperties |
ProjectUtils.loadProjectProperties(ProjectContext context)
|
| Uses of ProjectContext in org.kuali.common.util.spring |
|---|
| Methods in org.kuali.common.util.spring that return ProjectContext | |
|---|---|
ProjectContext |
GetPropertySourceFactoryBean.getProject()
|
| Methods in org.kuali.common.util.spring that return types with arguments of type ProjectContext | |
|---|---|
List<ProjectContext> |
GetPropertySourceFactoryBean.getOthers()
|
| Methods in org.kuali.common.util.spring with parameters of type ProjectContext | |
|---|---|
static org.springframework.core.env.PropertySource<?> |
SpringUtils.getGlobalPropertySource(ProjectContext project,
List<ProjectContext> others)
project needs to be a top level project eg rice-sampleapp, olefs-webapp. |
static org.springframework.core.env.PropertySource<?> |
SpringUtils.getGlobalPropertySource(ProjectContext project,
List<ProjectContext> others,
Properties properties)
project needs to be a top level project eg rice-sampleapp, olefs-webapp. |
static org.springframework.core.env.PropertySource<?> |
SpringUtils.getGlobalPropertySource(ProjectContext project,
ProjectContext other)
project needs to be a top level project eg rice-sampleapp, olefs-webapp. |
static org.springframework.core.env.PropertySource<?> |
SpringUtils.getGlobalPropertySource(ProjectContext context,
String... locations)
|
static List<ProjectProperties> |
ConfigUtils.getProjectProperties(ProjectContext... contexts)
|
static ProjectProperties |
ConfigUtils.getProjectProperties(ProjectContext context)
|
static SpringContext |
SpringUtils.getSinglePropertySourceContext(ProjectContext context,
String location)
Return a SpringContext that resolves all placeholders from the list of property locations passed in + System/Environment properties |
static SpringContext |
SpringUtils.getSpringContext(Class<?> annotatedClass,
ProjectContext project,
List<ProjectContext> others)
|
static SpringContext |
SpringUtils.getSpringContext(List<Class<?>> annotatedClasses,
ProjectContext project,
List<ProjectContext> others)
|
static SpringExecutable |
SpringUtils.getSpringExecutable(ProjectContext project,
String location,
Class<?> annotatedClass)
Return a SpringExecutable for the project, properties location, and config passed in. |
static SpringExecutable |
SpringUtils.getSpringExecutable(ProjectContext project,
String location,
List<Class<?>> annotatedClasses)
Return a SpringExecutable for the project, properties location, and config passed in. |
void |
GetPropertySourceFactoryBean.setProject(ProjectContext project)
|
| Method parameters in org.kuali.common.util.spring with type arguments of type ProjectContext | |
|---|---|
static org.springframework.core.env.PropertySource<?> |
SpringUtils.getGlobalPropertySource(ProjectContext project,
List<ProjectContext> others)
project needs to be a top level project eg rice-sampleapp, olefs-webapp. |
static org.springframework.core.env.PropertySource<?> |
SpringUtils.getGlobalPropertySource(ProjectContext project,
List<ProjectContext> others,
Properties properties)
project needs to be a top level project eg rice-sampleapp, olefs-webapp. |
static List<ProjectProperties> |
ConfigUtils.getProjectProperties(List<ProjectContext> contexts)
|
static SpringContext |
SpringUtils.getSpringContext(Class<?> annotatedClass,
ProjectContext project,
List<ProjectContext> others)
|
static SpringContext |
SpringUtils.getSpringContext(List<Class<?>> annotatedClasses,
ProjectContext project,
List<ProjectContext> others)
|
void |
GetPropertySourceFactoryBean.setOthers(List<ProjectContext> others)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||