| Modifier and Type | Method and Description |
|---|---|
static ViewPostMetadata |
ViewLifecycle.buildView(View view,
Object model,
javax.servlet.http.HttpServletRequest request,
Map<String,String> parameters)
Executes the view lifecycle on the given
View instance which will prepare it for
rendering |
static ViewPostMetadata |
ViewLifecycle.getViewPostMetadata()
Returns the view post metadata instance associated with the view and lifecycle.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ViewLifecycle.encapsulateLifecycle(View view,
Object model,
ViewPostMetadata viewPostMetadata,
ComponentPostMetadata refreshComponentPostMetadata,
javax.servlet.http.HttpServletRequest request,
Runnable lifecycleProcess)
Encapsulate a new view lifecycle process on the current thread.
|
static Component |
ViewLifecycle.performComponentLifecycle(View view,
Object model,
javax.servlet.http.HttpServletRequest request,
ViewPostMetadata viewPostMetadata,
String componentId)
Performs a lifecycle process to rebuild the component given by the update id.
|
static void |
LifecycleBase.performPostLifecycleProcessing(View view,
Object model,
ViewPostMetadata viewPostMetadata) |
| Modifier and Type | Method and Description |
|---|---|
AttributeQueryResult |
AttributeQueryService.performFieldQuery(ViewPostMetadata viewPostMetadata,
String fieldId,
Map<String,String> queryParameters)
Executes the
AttributeQuery associated with the field given by the id. |
AttributeQueryResult |
AttributeQueryService.performFieldSuggestQuery(ViewPostMetadata viewPostMetadata,
String fieldId,
String fieldTerm,
Map<String,String> queryParameters)
Executes the
AttributeQuery associated with the Suggest widget within
the field given by the Id. |
| Modifier and Type | Method and Description |
|---|---|
AttributeQueryResult |
AttributeQueryServiceImpl.performFieldQuery(ViewPostMetadata viewPostMetadata,
String fieldId,
Map<String,String> queryParameters)
Executes the
AttributeQuery associated with the field given by the id. |
AttributeQueryResult |
AttributeQueryServiceImpl.performFieldSuggestQuery(ViewPostMetadata viewPostMetadata,
String fieldId,
String fieldTerm,
Map<String,String> queryParameters)
Executes the
AttributeQuery associated with the Suggest widget within
the field given by the Id. |
| Modifier and Type | Method and Description |
|---|---|
static Component |
ComponentFactory.getNewInstanceForRefresh(ViewPostMetadata viewPostMetadata,
String id)
Returns a new
Component instance for the given bean id from the spring factory. |
| Modifier and Type | Method and Description |
|---|---|
ViewPostMetadata |
ViewModel.getViewPostMetadata()
Gets the
ViewPostMetadata that has been built up from processing
of a view. |
| Modifier and Type | Method and Description |
|---|---|
void |
ViewModel.setViewPostMetadata(ViewPostMetadata viewPostMetadata) |
| Modifier and Type | Field and Description |
|---|---|
protected ViewPostMetadata |
UifFormBase.viewPostMetadata |
| Modifier and Type | Method and Description |
|---|---|
ViewPostMetadata |
UifFormBase.getViewPostMetadata()
Gets the
ViewPostMetadata that has been built up from processing
of a view. |
| Modifier and Type | Method and Description |
|---|---|
void |
UifFormBase.setViewPostMetadata(ViewPostMetadata viewPostMetadata) |
Copyright © 2005–2018 The Kuali Foundation. All rights reserved.