Package de.uplanet.lucy.server.binding
Interface IWebPageBinding
- All Superinterfaces:
IWebAppBinding
-
Method Summary
Methods inherited from interface de.uplanet.lucy.server.binding.IWebAppBinding
getAppGuid, getValue, hasSystemProperty, hasValue, isValueAvailable, removeValue, setValue, systemProperty
-
Method Details
-
getPageGuid
String getPageGuid()- Returns:
- Returns the page GUID.
-
isRenderingPhase
boolean isRenderingPhase()- Returns:
- Returns
true
for the rendering phase orfalse
for the action phase.
-