| Modifier and Type | Field and Description |
|---|---|
private TargetConfiguration |
SheptController.configuration |
| Modifier and Type | Method and Description |
|---|---|
static TargetConfiguration |
ComponentUtils.getChainConfiguration(org.springframework.context.ApplicationContext ctx,
ComponentToken token) |
private static TargetConfiguration |
ComponentUtils.getChainConfiguration(org.springframework.context.ApplicationContext ctx,
String linkName,
String sourceName) |
static TargetConfiguration |
ComponentUtils.getChainConfiguration(javax.servlet.http.HttpServletRequest request,
ComponentToken token) |
| Modifier and Type | Method and Description |
|---|---|
protected static List<TargetConfiguration> |
ComponentUtils.getChainConfigurations(org.springframework.context.ApplicationContext ctx,
String sourceName) |
| Modifier and Type | Method and Description |
|---|---|
static String |
ComponentUtils.getComponentInfo(javax.servlet.http.HttpServletRequest request,
TargetConfiguration cc,
Object model) |
void |
SheptController.setConfiguration(TargetConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
protected FilterDefinition |
RefreshableListCommandFactory.createFilter(TargetConfiguration config)
build a filter and check the configuration
Criteria API: Both filterClass and entityClass must be specified
Query API (HQL): Only filterClass must be specified
Example: filterClass and entityClass must be specified
Note that the default ComponentConfiguration will initialize an empty filterClass with the entityClass
|
protected ReloadableAssociation |
AssociationCommandFactory.createFilter(TargetConfiguration cc,
Method mth,
Object model) |
protected Object |
AssociationCommandFactory.createWrappedEntity(TargetConfiguration config,
Method mth,
Object model) |
protected Object |
AssociationCommandFactory.createWrappedList(TargetConfiguration config,
Method mth,
Object model) |
abstract Object |
AbstractCommandFactory.getCommand(TargetConfiguration config,
Object referencedModel) |
Object |
AssociationCommandFactory.getCommand(TargetConfiguration config,
Object model) |
Object |
EditItemCommandFactory.getCommand(TargetConfiguration config,
Object referencedModel) |
Object |
TargetCommandFactory.getCommand(TargetConfiguration config,
Object referencedModel) |
Object |
RefreshableListCommandFactory.getCommand(TargetConfiguration config,
Object referencedModel) |
protected void |
RefreshableListCommandFactory.initializeFilter(FilterDefinition fil,
TargetConfiguration config)
Special case: if filter is a HibernateCriteriaFilter we must populate the entityClass property
|
| Modifier and Type | Class and Description |
|---|---|
class |
ChainConfiguration |
Copyright © 2014. All Rights Reserved.