@Component(value="cuba_LinkHandler")
@Scope(value="prototype")
public class LinkHandler
extends java.lang.Object
WebConfig.getLinkHandlerActions()
actions.
LinkHandlerProcessor
by their priority and gives control to first possible to handle processor.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NAME |
Constructor and Description |
---|
LinkHandler(App app,
java.lang.String action,
java.util.Map<java.lang.String,java.lang.String> requestParams) |
Modifier and Type | Method and Description |
---|---|
boolean |
canHandleLink()
Check state of LinkHandler and application.
|
void |
handle()
Called to handle the link.
|
public static final java.lang.String NAME
public LinkHandler(App app, java.lang.String action, java.util.Map<java.lang.String,java.lang.String> requestParams)