public class ViewResourceDelegateDesc extends Object
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
EPTYPE |
static EPTypeClass |
EPTYPEARRAY |
static ViewResourceDelegateDesc[] |
SINGLE_ELEMENT_ARRAY |
Constructor and Description |
---|
ViewResourceDelegateDesc(boolean hasPrevious,
StateMgmtSetting previousStateSettingsOpt,
SortedSet<Integer> priorRequests) |
Modifier and Type | Method and Description |
---|---|
StateMgmtSetting |
getPreviousStateSettingsOpt() |
SortedSet<Integer> |
getPriorRequests() |
static boolean |
hasPrior(ViewResourceDelegateDesc[] delegates) |
boolean |
isHasPrevious() |
CodegenExpression |
toExpression() |
static CodegenExpression |
toExpression(ViewResourceDelegateDesc[] descs) |
public static final EPTypeClass EPTYPE
public static final EPTypeClass EPTYPEARRAY
public static final ViewResourceDelegateDesc[] SINGLE_ELEMENT_ARRAY
public ViewResourceDelegateDesc(boolean hasPrevious, StateMgmtSetting previousStateSettingsOpt, SortedSet<Integer> priorRequests)
public static CodegenExpression toExpression(ViewResourceDelegateDesc[] descs)
public boolean isHasPrevious()
public StateMgmtSetting getPreviousStateSettingsOpt()
public CodegenExpression toExpression()
public static boolean hasPrior(ViewResourceDelegateDesc[] delegates)
Copyright © 2005–2021. All rights reserved.