|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.moremotion.config.ConditionalListItem
org.moremotion.page.PageDataRequest
public class PageDataRequest
Represents a single data request for a page.
Constructor Summary | |
---|---|
PageDataRequest(java.lang.String datasrc)
|
Method Summary | |
---|---|
java.lang.String |
getDataSourceName(MoreMotionRequest request)
Returns the name of the data source. |
int |
getExtraItemsAfter(MoreMotionRequest request)
|
int |
getExtraItemsBefore(MoreMotionRequest request)
|
java.lang.String |
getName()
Returuns the name of this Data Request |
NodeSelector |
getNodeSelector(MoreMotionRequest request)
Returns the node selector of the data request |
PageConfig |
getPageConfig()
Returns the PageConfig that this Data Request resides in |
boolean |
getSelectAll(MoreMotionRequest request)
Returns true if this data request has no "node" child elements or the "selectAll"
attribute is true. |
java.lang.String |
getSourceAreaNames(MoreMotionRequest request)
|
java.lang.String |
toString()
|
Methods inherited from class org.moremotion.config.ConditionalListItem |
---|
getCondition, precondSatisfied |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PageDataRequest(java.lang.String datasrc)
Method Detail |
---|
public PageConfig getPageConfig()
public java.lang.String getName()
public boolean getSelectAll(MoreMotionRequest request) throws ConfigParameterException
true
if this data request has no "node" child elements or the "selectAll"
attribute is true.
ConfigParameterException
public java.lang.String getDataSourceName(MoreMotionRequest request) throws ConfigParameterException
ConfigParameterException
public java.lang.String getSourceAreaNames(MoreMotionRequest request) throws ConfigParameterException
ConfigParameterException
public int getExtraItemsBefore(MoreMotionRequest request) throws ConfigParameterException
ConfigParameterException
public int getExtraItemsAfter(MoreMotionRequest request) throws ConfigParameterException
ConfigParameterException
public NodeSelector getNodeSelector(MoreMotionRequest request) throws ConfigParameterException
ConfigParameterException
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |