LEONARDI Application Composer - 8.9.0.40 by W4 S.A.

leon.view.web.jquery
Class LyJQViewManager

java.lang.Object
  extended by leon.view.LyViewManager
      extended by leon.view.web.LyWebViewManager
          extended by leon.view.web.jquery.LyJQViewManager
All Implemented Interfaces:
LyViewManagerInterface

public class LyJQViewManager
extends LyWebViewManager

Communication control layer --> View Will implement remote update notifications.


Field Summary
static boolean USE_ABSOLUTE_ROOT_URL
          Indicates whether an absolute URL must be used as a root url.
 
Fields inherited from class leon.view.web.LyWebViewManager
__VERSION, _mobileStartUrl, _root_url, BROWSER_CHROME, BROWSER_CHROME_ID, BROWSER_FIREFOX, BROWSER_FIREFOX_ID, BROWSER_MSIE, BROWSER_MSIE_ID, BROWSER_NETSCAPE, BROWSER_NETSCAPE_ID, BROWSER_OPERA, BROWSER_OPERA_ID, BROWSER_OTHER, CACHED_IMAGE_MAX_SIZE, DEFAULT_POPUP_HEIGHT, DEFAULT_POPUP_WIDTH, OPTIMIZE_TABLE_GENERATION, PARAMETERS, REGISTER_PAGE_WRITERS, SEP_PW_ID, SHOW_LOCATION_PARAMETER_DIRECTORIES, SHOW_LOCATION_PARAMETER_LOCATION, SHOW_LOCATION_PARAMETER_MENUBAR, SHOW_LOCATION_PARAMETER_NAME, SHOW_LOCATION_PARAMETER_RESIZABLE, SHOW_LOCATION_PARAMETER_SCROLLBARS, SHOW_LOCATION_PARAMETER_STATUSBAR, SHOW_LOCATION_PARAMETER_TOOLBAR, TYPE_ALERT, TYPE_LOCATION, TYPE_LOCATION_NEW_WINDOW, TYPE_NO, TYPE_QUESTION, TYPE_SHOW_FILE, WEB_FILE_NEW_WINDOW
 
Fields inherited from class leon.view.LyViewManager
COMMAND_ALL, COMMAND_CANCEL, COMMAND_CLOSED, COMMAND_HELP, COMMAND_NO, COMMAND_NONE, COMMAND_OK, COMMAND_YES, EMPTY_AREA_HEIGHT, EMPTY_AREA_WIDTH, EMPTY_FORM_FIELD_HEIGHT, EMPTY_FORM_FIELD_WIDTH, EMPTY_FORM_HEIGHT, EMPTY_FORM_WIDTH, EMPTY_LABEL_HEIGHT, EMPTY_LABEL_WIDTH, EMPTY_MENUBAR_HEIGHT, EMPTY_MESSAGES_HEIGHT, EMPTY_MESSAGES_WIDTH, EMPTY_TABLE_HEIGHT, EMPTY_TABLE_WIDTH, EMPTY_TOOLBAR_HEIGHT, EMPTY_TOOLBAR_WIDTH, EMPTY_TOP_AREA_HEIGHT, EMPTY_TOP_AREA_WIDTH, SHOW_LOCATION_PARAMETER_FULL_SCREEN, SHOW_LOCATION_PARAMETER_HEIGHT, SHOW_LOCATION_PARAMETER_WIDTH, SHOW_LOCATION_PARAMETER_X, SHOW_LOCATION_PARAMETER_Y
 
Constructor Summary
LyJQViewManager(LyEnvironment environment)
          Constructor.
 
Method Summary
 void addSharingManager(javax.servlet.http.HttpSession sharingHttpSession, LyJQSession sharingSession)
          Register a view manager sharing current view manager session.
 void addToReloadComponents(LyComponent object)
           
 void addToUpdateScript(java.lang.String updateScript)
           
 LyAnswerInterface answerMessage(java.lang.String infoId, boolean result)
          Answer the interface by calling the answer associated to message associated to the given ID.
 LyAnswerInterface answerMessage(java.lang.String infoId, short result)
          Answer the interface by calling the answer associated to message associated to the given ID.
 boolean areViewManagerCompatible(LyViewManager otherViewManager)
          Check if this view manager is compatible with the given view manager
 LyViewComponent buildInternalView(LyComponent component)
          (non-Javadoc).
 void copyToClipboard(java.lang.String text)
          Copy a given text to the system clipboard.
 void emptyRefreshScripts()
           
 void exit(int code)
          (non-Javadoc).
 void free()
          Free the view manager.
 void freeImage(java.lang.Object image)
          Free the resources of the image if not in the cache.
 java.lang.Object getColor(LyColor color)
          (non-Javadoc).
 java.lang.String getCookieTheme(javax.servlet.http.HttpServletRequest request)
          Return the JQuery theme registered in the cookies.
 LyView getCurrentPrintView()
           
 LyComponent getCurrentTreeMapView()
           
 java.lang.String getCustomThemes()
          Returns the list of available custom themes.
 java.lang.Object getDefaultImage()
          Construct a default image.
 java.lang.String getDefaultPageResource()
          Returns the name of the resource to be used for default page.
 java.lang.String getDownloadAction()
          Return the action that allow to download temporary resources but dependant from the viewer type (for ex: url / partial url for web).
 java.lang.Object getFont(LyFont font)
          (non-Javadoc).
 boolean getIsPortlet()
           
 java.lang.String getNewWindowScriptsString()
           
 java.lang.StringBuffer getReloadDivScripts(java.util.Map<java.lang.String,LyComponent> components)
          get reload components scripts
 java.lang.Object getScaledInstance(java.lang.Object image, int width, int height)
          Creates a scaled version of the given image.
 java.lang.String getScriptsDir()
          Returns the url of the directory that contains the Javascript files.
 java.lang.String getScriptsDocDir()
          Returns the path of the directory that contains the Javascript files.
 javax.servlet.ServletContext getServletContext()
           
 java.lang.String getSharedSessionMessage()
          Returns the message that must be displayed in the sharing box.
 LyJQViewManager getSharingManager(javax.servlet.http.HttpSession sharingHttpSession)
          Return the view manager sharing current view manager session from a given http session.
 int[] getSizes(java.lang.Object image)
          Gets images sizes.
 java.lang.String getSlaveSessionClassName()
          Returns the name of the Java class that must be used to instanciate a new slave session.
 long getStopPushTime()
           
 int getStringWidth(LyFont font, java.lang.String text)
          (non-Javadoc).
 java.lang.String getThemes()
          Returns the list of available themes.
 java.lang.String getUpdateScripts(boolean emptyScripts)
           
 LyTemplatesUtilsBean getVeloTemplatesBean()
           
 java.util.Vector<LyView> getViewList()
           
 LyJQPage instanciatePageWriter(LyComponent component, boolean writeDivOnly)
           
 boolean isAutoCompleteEvent()
           
 boolean isComponentToRefresh(java.lang.String compId)
           
 boolean isPortletMode()
          Indicates whether this view manager is in portlet mode.
 boolean isPrintMode()
           
 boolean isRequestInProgress()
           
 boolean isRtlMode()
          Indicates whether RTL (right to left) mode is activated
 boolean isSameImage(java.lang.Object image1, java.lang.Object image2)
          Compare two images pixel by pixel.
 boolean isSelectedTab(LyTabs tabs, java.lang.String tabId)
           
 boolean isSessionClosing()
           
 boolean isShared()
          Indicates whether current view manager is being shared.
 boolean isSharing()
          Indicates whether current view manager is sharing another view manager.
 java.lang.Object loadImageFromStream(java.lang.Object component, java.io.InputStream resource)
          Retrieves an image from a Stream.
 void redirectToHomePage()
           
 void redirectToHomePage(LyView closedView)
          Sends a Javascript script to redirect to home page.
 void setAutoCompleteEvent(boolean _isAutoCompleteEvent)
           
 void setCurrentPrintView(LyView currentView)
           
 void setCurrentTreeMapView(LyComponent view)
           
 void setIsPortlet(boolean isportlet)
           
 void setPopupMenu(LyPopupMenu popup)
          Sets the popup menu with the given value.
 void setPrintMode(boolean isPrintMode)
          set request print mode
 void setRequestInProgress(boolean inProgress)
           
 void setServletContext(javax.servlet.ServletContext _context)
           
 void setServletRequest(javax.servlet.http.HttpServletRequest request)
           
 void setSessionClosing()
           
 void setStopPush()
           
 void shareSession(java.lang.Object sharedSession, java.util.Vector<java.lang.Object> sharingSessions, java.lang.String applicationId)
          Share a session with other sessions.
 void showLocation(LyComponent source, java.lang.String location, boolean newWindow, java.util.Hashtable<java.lang.Short,java.lang.String> parameters)
          Shows a location to the user.
 void stopSharingSession()
          Stop the sharing process of current session.
 void swapSession(java.lang.Object newSession, java.lang.Object oldSession, java.lang.String applicationId)
          Swap two sessions.
 boolean useCustomizedFilecomponent()
          Indicates whether file components must be customized in web browser.
 void waitForLoading(java.lang.Object component, java.lang.Object image)
          Waits for the image loading if the headless mode is null or set to true.
 
Methods inherited from class leon.view.web.LyWebViewManager
activateAdditionalRefreshScriptsBuffer, addAdditionalRefreshScripts, addAdditionalRefreshScripts, addNewWindowScript, addPageWriter, addPopupViewMapping, addRefreshingView, addReloadFrame, addReloadFrame, askQuestion, buildWebDecoration, clearAdditionalRefreshScripts, clearRefreshingView, clearReloadFrame, clearReloadFrames, clearTemporaryResources, encodeImage, encodeString, forceScrolling, generateScriptsInclusion, getAdditionalRefreshScripts, getAdditionalRefreshScripts, getBrowser, getBrowserVersion, getClose, getCurrentWindowName, getDecoration, getLastPopupViewController, getMainTargetFrame, getMessage, getMessage, getMessage, getMessageAnswerURL, getMobileStartURL, getNewWindowScripts, getPageWriter, getPageWriter, getPopupViewMapping, getPropertiesFromContext, getRefreshRate, getReloadFrames, getRootURL, getTargetCode, getTemporaryLocation, hideView, isBrowserSupported, isMultipleSession, isMultiSession, isReload, messageActionPerformed, needsUpdate, removeMessageAnswer, removePageWriter, setBrowser, setClose, setCurrentWindowName, setDecoration, setMessage, setMessage, setMessageAnswerUrl, setMobileStartURL, setPageWriter, setReload, setRootURL, setTargetCode, setWaiting, showError, showFile, showLocation, showMessage, showPDFPreview, showView, showWarning, updateControllersStackList, useCacheForImage, usePopupView, writeDivs
 
Methods inherited from class leon.view.LyViewManager
addDemandListener, addView, beep, buildChartConverter, buildErrorImage, buildInternalView, buildInternalView, containsView, execGui, execGui, findDefinition, getControllerStackSize, getDelay, getDemandTransmitter, getEnvironment, getMaxScreenSize, getMaxWindowSize, getPdfPrintManager, getPluginId, getPrintManager, getScreenSize, getTemporaryDir, getView, getView, getViewCount, getWaitingCounter, hasPerspective, hasProperty, loadDefinitions, loadDefinitions, moveCursor, prepareGui, processDemand, raiseError, registerDefinition, removeDemandListener, removeView, replay, repostGuiEvents, setPluginId, showComments, showPerspective, startGui, stopGui, takeSnapshot, takeSnapshot, unregisterDefinition
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

USE_ABSOLUTE_ROOT_URL

public static boolean USE_ABSOLUTE_ROOT_URL
Indicates whether an absolute URL must be used as a root url.

Constructor Detail

LyJQViewManager

public LyJQViewManager(LyEnvironment environment)
Constructor.

Parameters:
environment - the application environment
Method Detail

free

public void free()
Description copied from class: LyViewManager
Free the view manager. Clears all

Specified by:
free in interface LyViewManagerInterface
Overrides:
free in class LyWebViewManager
See Also:
LyViewManagerInterface.free()

getDefaultPageResource

public java.lang.String getDefaultPageResource()
Returns the name of the resource to be used for default page.

Overrides:
getDefaultPageResource in class LyWebViewManager

getScriptsDir

public java.lang.String getScriptsDir()
Returns the url of the directory that contains the Javascript files.

Overrides:
getScriptsDir in class LyWebViewManager
Returns:
the url of the directory that contains the Javascript files.

getScriptsDocDir

public java.lang.String getScriptsDocDir()
Returns the path of the directory that contains the Javascript files.

Overrides:
getScriptsDocDir in class LyWebViewManager
Returns:
the path of the directory that contains the Javascript files.

swapSession

public void swapSession(java.lang.Object newSession,
                        java.lang.Object oldSession,
                        java.lang.String applicationId)
Swap two sessions.

Overrides:
swapSession in class LyViewManager
Parameters:
newSession - the new session
oldSession - the old session
applicationId - the application id

shareSession

public void shareSession(java.lang.Object sharedSession,
                         java.util.Vector<java.lang.Object> sharingSessions,
                         java.lang.String applicationId)
Share a session with other sessions.

Overrides:
shareSession in class LyViewManager
Parameters:
sharedSession - the shared session
sharingSessions - the list of sessions sharing the shared session
applicationId - the application id

stopSharingSession

public void stopSharingSession()
Stop the sharing process of current session.


addSharingManager

public void addSharingManager(javax.servlet.http.HttpSession sharingHttpSession,
                              LyJQSession sharingSession)
Register a view manager sharing current view manager session.

Parameters:
sharingHttpSession - http session of the sharing view manager
sharingManager - view manager sharing current view manager session

getSharingManager

public LyJQViewManager getSharingManager(javax.servlet.http.HttpSession sharingHttpSession)
Return the view manager sharing current view manager session from a given http session.

Parameters:
sharingHttpSession - http session corresponding to the sharing view manager
Returns:
the sharing view manager if it exists, false otherwise

isShared

public boolean isShared()
Indicates whether current view manager is being shared.

Overrides:
isShared in class LyViewManager
Returns:
true if current view manager is being shared, false otherwise.

isSharing

public boolean isSharing()
Indicates whether current view manager is sharing another view manager.

Returns:
true if current view manager is sharing another view manager, false otherwise.

getSharedSessionMessage

public java.lang.String getSharedSessionMessage()
Returns the message that must be displayed in the sharing box.


redirectToHomePage

public void redirectToHomePage()

redirectToHomePage

public void redirectToHomePage(LyView closedView)
Sends a Javascript script to redirect to home page.


buildInternalView

public LyViewComponent buildInternalView(LyComponent component)
(non-Javadoc).

Overrides:
buildInternalView in class LyWebViewManager
See Also:
LyViewManager.buildInternalView(leon.view.LyComponent)

getColor

public java.lang.Object getColor(LyColor color)
(non-Javadoc).

Specified by:
getColor in interface LyViewManagerInterface
Specified by:
getColor in class LyViewManager
Parameters:
color - The leonardi color.
Returns:
A reference to the requested color, or null if it could not be found.
See Also:
LyViewManagerInterface.getColor(leon.misc.LyColor)

getFont

public java.lang.Object getFont(LyFont font)
(non-Javadoc).

Specified by:
getFont in interface LyViewManagerInterface
Specified by:
getFont in class LyViewManager
Parameters:
font - The leonardi font.
Returns:
A reference to the requested font, or null if it could not be found.
See Also:
LyViewManagerInterface.getFont(leon.misc.LyFont)

getStringWidth

public int getStringWidth(LyFont font,
                          java.lang.String text)
(non-Javadoc).

Specified by:
getStringWidth in interface LyViewManagerInterface
Specified by:
getStringWidth in class LyViewManager
Parameters:
font - The leonardi font.
text - The string value.
Returns:
The width of given string for given font.
See Also:
LyViewManagerInterface.getStringWidth(leon.misc.LyFont, java.lang.String)

getDefaultImage

public java.lang.Object getDefaultImage()
Construct a default image.

Specified by:
getDefaultImage in interface LyViewManagerInterface
Specified by:
getDefaultImage in class LyViewManager
Returns:
the built default image
See Also:
LyImageUtils.getDefaultImage(), LyViewManagerInterface.getDefaultImage()

getScaledInstance

public java.lang.Object getScaledInstance(java.lang.Object image,
                                          int width,
                                          int height)
Creates a scaled version of the given image.

Specified by:
getScaledInstance in interface LyViewManagerInterface
Specified by:
getScaledInstance in class LyViewManager
Parameters:
image - The image to scale.
width - The width to which to scale the image.
height - The height to which to scale the image.
Returns:
A scaled version of the image.
See Also:
LyImageUtils.getScaledInstance(Image, int, int), LyViewManagerInterface.getScaledInstance(Object, int, int)

waitForLoading

public void waitForLoading(java.lang.Object component,
                           java.lang.Object image)
                    throws java.lang.InterruptedException
Waits for the image loading if the headless mode is null or set to true.

Specified by:
waitForLoading in interface LyViewManagerInterface
Specified by:
waitForLoading in class LyViewManager
Parameters:
component - The image loading client
image - Image to load.
Throws:
java.lang.InterruptedException - if the wait is interruptued
See Also:
LyImageUtils.waitForLoading(Component, Image), LyViewManagerInterface.waitForLoading(Object, Object)

isSameImage

public boolean isSameImage(java.lang.Object image1,
                           java.lang.Object image2)
                    throws java.lang.InterruptedException
Compare two images pixel by pixel.

Specified by:
isSameImage in class LyViewManager
Parameters:
image1 - first image to compare
image2 - second image to compare
Returns:
true if images are identical.
Throws:
java.lang.InterruptedException - exception if problems on grabber or loading.
See Also:
LyImageUtils.isSameImage(Image, Image), LyViewManager.isSameImage(java.lang.Object, java.lang.Object)

freeImage

public void freeImage(java.lang.Object image)
Free the resources of the image if not in the cache.

Specified by:
freeImage in interface LyViewManagerInterface
Specified by:
freeImage in class LyViewManager
Parameters:
image - The image that must be freed.
See Also:
LyImageUtils.freeImage(Image), LyViewManagerInterface.freeImage(java.lang.Object)

exit

public void exit(int code)
(non-Javadoc).

Specified by:
exit in interface LyViewManagerInterface
Overrides:
exit in class LyWebViewManager
Parameters:
code - exit code of the application.
See Also:
LyViewManagerInterface.exit(int)

copyToClipboard

public void copyToClipboard(java.lang.String text)
Copy a given text to the system clipboard.

Specified by:
copyToClipboard in class LyViewManager
Parameters:
text - the text to be copied to the clipboard.

areViewManagerCompatible

public boolean areViewManagerCompatible(LyViewManager otherViewManager)
Check if this view manager is compatible with the given view manager

Overrides:
areViewManagerCompatible in class LyViewManager
Parameters:
otherViewManager - the other view manager
Returns:
true if both view manager are compatible

getDownloadAction

public java.lang.String getDownloadAction()
Description copied from class: LyViewManager
Return the action that allow to download temporary resources but dependant from the viewer type (for ex: url / partial url for web).

Specified by:
getDownloadAction in class LyViewManager

getServletContext

public javax.servlet.ServletContext getServletContext()
Returns:
the _context

setServletContext

public void setServletContext(javax.servlet.ServletContext _context)
Parameters:
_context - the _context to set

setPopupMenu

public void setPopupMenu(LyPopupMenu popup)
Sets the popup menu with the given value.

Parameters:
popup - the new popup menu

setServletRequest

public void setServletRequest(javax.servlet.http.HttpServletRequest request)

isSelectedTab

public boolean isSelectedTab(LyTabs tabs,
                             java.lang.String tabId)

getReloadDivScripts

public java.lang.StringBuffer getReloadDivScripts(java.util.Map<java.lang.String,LyComponent> components)
get reload components scripts

Returns:
javascript to reload modified components

getVeloTemplatesBean

public LyTemplatesUtilsBean getVeloTemplatesBean()

emptyRefreshScripts

public void emptyRefreshScripts()

getSizes

public int[] getSizes(java.lang.Object image)
Description copied from class: LyViewManager
Gets images sizes.

Specified by:
getSizes in interface LyViewManagerInterface
Specified by:
getSizes in class LyViewManager
Parameters:
image - the image
Returns:
Image size (table with 2 entries).

addToUpdateScript

public void addToUpdateScript(java.lang.String updateScript)

addToReloadComponents

public void addToReloadComponents(LyComponent object)

getUpdateScripts

public java.lang.String getUpdateScripts(boolean emptyScripts)

setRequestInProgress

public void setRequestInProgress(boolean inProgress)

isRequestInProgress

public boolean isRequestInProgress()

setStopPush

public void setStopPush()

setSessionClosing

public void setSessionClosing()

isSessionClosing

public boolean isSessionClosing()

getStopPushTime

public long getStopPushTime()

getViewList

public java.util.Vector<LyView> getViewList()

getCookieTheme

public java.lang.String getCookieTheme(javax.servlet.http.HttpServletRequest request)
Return the JQuery theme registered in the cookies.


getThemes

public java.lang.String getThemes()
Returns the list of available themes.


getCustomThemes

public java.lang.String getCustomThemes()
Returns the list of available custom themes.


loadImageFromStream

public java.lang.Object loadImageFromStream(java.lang.Object component,
                                            java.io.InputStream resource)
                                     throws java.io.IOException
Description copied from class: LyViewManager
Retrieves an image from a Stream.

Specified by:
loadImageFromStream in interface LyViewManagerInterface
Specified by:
loadImageFromStream in class LyViewManager
Parameters:
component - The client of the image creation.
resource - stream inputStream to the image data
Returns:
the image or null if an error occurs
Throws:
java.io.IOException - if something is wrong during the process

answerMessage

public LyAnswerInterface answerMessage(java.lang.String infoId,
                                       boolean result)
Answer the interface by calling the answer associated to message associated to the given ID.

Overrides:
answerMessage in class LyWebViewManager
Parameters:
infoId - the id of the answer message
result - true if the user chose "yes" or "ok", false otherwise
Returns:
the answer interface

answerMessage

public LyAnswerInterface answerMessage(java.lang.String infoId,
                                       short result)
Answer the interface by calling the answer associated to message associated to the given ID.

Overrides:
answerMessage in class LyWebViewManager
Parameters:
infoId - the id of the answer message
result - true if the user chossed "yes" or "ok", false otherwise
Returns:
the answer interface

showLocation

public void showLocation(LyComponent source,
                         java.lang.String location,
                         boolean newWindow,
                         java.util.Hashtable<java.lang.Short,java.lang.String> parameters)
Description copied from class: LyViewManager
Shows a location to the user.

Overrides:
showLocation in class LyWebViewManager
Parameters:
source - view element which raises the location
location - location
newWindow - indicates whether a new window must be opened
parameters - list of parameters

getNewWindowScriptsString

public java.lang.String getNewWindowScriptsString()

getSlaveSessionClassName

public java.lang.String getSlaveSessionClassName()
Returns the name of the Java class that must be used to instanciate a new slave session.

Overrides:
getSlaveSessionClassName in class LyViewManager
Returns:
null if default session class must be used, a full java path otherwise.

setPrintMode

public void setPrintMode(boolean isPrintMode)
set request print mode

Parameters:
isPrintMode -

isPrintMode

public boolean isPrintMode()

getCurrentTreeMapView

public LyComponent getCurrentTreeMapView()

setCurrentTreeMapView

public void setCurrentTreeMapView(LyComponent view)

setCurrentPrintView

public void setCurrentPrintView(LyView currentView)

getCurrentPrintView

public LyView getCurrentPrintView()

isComponentToRefresh

public boolean isComponentToRefresh(java.lang.String compId)

instanciatePageWriter

public LyJQPage instanciatePageWriter(LyComponent component,
                                      boolean writeDivOnly)

isAutoCompleteEvent

public boolean isAutoCompleteEvent()
Returns:
the _isAutoCompleteEvent

setAutoCompleteEvent

public void setAutoCompleteEvent(boolean _isAutoCompleteEvent)
Parameters:
_isAutoCompleteEvent - the _isAutoCompleteEvent to set

useCustomizedFilecomponent

public boolean useCustomizedFilecomponent()
Indicates whether file components must be customized in web browser. Customization is not used with IE since there are security issues with IE file selector: use standard file selector

Returns:
true if a customized file selector must be used, false otherwise

isRtlMode

public boolean isRtlMode()
Indicates whether RTL (right to left) mode is activated

Specified by:
isRtlMode in interface LyViewManagerInterface
Overrides:
isRtlMode in class LyViewManager
Returns:
true is RTL mode is activated, false otherwise.

isPortletMode

public boolean isPortletMode()
Description copied from class: LyViewManager
Indicates whether this view manager is in portlet mode.

Overrides:
isPortletMode in class LyViewManager
Returns:
true if portlet mode is activated, false otherwise.

getIsPortlet

public boolean getIsPortlet()

setIsPortlet

public void setIsPortlet(boolean isportlet)

(c) January 2013 - W4 S.A.

Website: W4 S.A., contact us: support@w4global.com