com.ibm.xsp.page.compiled
Class PageParam

java.lang.Object
  extended by com.ibm.xsp.page.compiled.PageParam

public class PageParam
extends java.lang.Object

Used in one of the classes in the generated XPage .java file, not intended to be used programmatically by application developers or third party Java developers. See AbstractCompiledPage. The constructor and methods are likely to change.


Constructor Summary
PageParam(com.ibm.xsp.page.compiled.DispatcherParameter param, javax.faces.context.FacesContext context, java.lang.String renderKitId, java.util.Locale locale, int localizedStringsIndex, boolean isCustomControl)
           
 
Method Summary
 javax.faces.context.FacesContext getContext()
           
 PageErrorHandler getErrorHandler()
           
 java.util.Locale getLocale()
           
 int getLocalizedStringsIndex()
           
 FacesPageDriver getPageDriver()
           
 java.lang.String getPageName()
           
 java.lang.String getRenderKitId()
           
 boolean isCustomControl()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageParam

public PageParam(com.ibm.xsp.page.compiled.DispatcherParameter param,
                 javax.faces.context.FacesContext context,
                 java.lang.String renderKitId,
                 java.util.Locale locale,
                 int localizedStringsIndex,
                 boolean isCustomControl)
Method Detail

getPageDriver

public FacesPageDriver getPageDriver()

getPageName

public java.lang.String getPageName()

getContext

public javax.faces.context.FacesContext getContext()

getLocale

public java.util.Locale getLocale()

getRenderKitId

public java.lang.String getRenderKitId()

getErrorHandler

public PageErrorHandler getErrorHandler()
Returns:
the errorHandler

getLocalizedStringsIndex

public int getLocalizedStringsIndex()

isCustomControl

public boolean isCustomControl()
Returns:
the isCustomControl