public class LegacyType2Action extends Object implements Action
Modifier and Type | Field and Description |
---|---|
COM.FutureTense.Interfaces.ICS |
ics
Inject an ICS into the action for convenience
|
protected String |
mappedAsset
Bind map key to local variable
|
Model |
model
Provide a place to put the data that will be passed into the page context for use with expression language
|
protected String |
myRenderMode
Bind rendermode to local variable
|
protected TemplateAssetAccess |
templateAssetAccess
Provide a DAO that allows an asset to be easily mapped
|
Constructor and Description |
---|
LegacyType2Action() |
Modifier and Type | Method and Description |
---|---|
void |
handleRequest(COM.FutureTense.Interfaces.ICS ics)
Process and handle the request.
|
@InjectForRequest public COM.FutureTense.Interfaces.ICS ics
@InjectForRequest public Model model
@InjectForRequest protected TemplateAssetAccess templateAssetAccess
protected String myRenderMode
protected String mappedAsset
public void handleRequest(COM.FutureTense.Interfaces.ICS ics)
Action
handleRequest
in interface Action
ics
- Content Server context.Copyright © 2016–2017. All rights reserved.