A B C D E F G H I J K L M N O P R S T U V W X Y Z _
H
- handleError(HttpNimletContainer, Exception) -
Method in class com.nitido.nimbox.http.HttpNimletDriver
- This method is invoked by the handleRequest() method of the
class when this method encounters an error.
- handleFailureException(Exception) -
Method in class com.nitido.qabase.BaseTestCore
- Print out the standard failure Exception message.
- handleNameValue(String, String) -
Method in class com.nitido.nimx.nuggets.iplanetset.VCard
-
- handleNextSkin(HttpNimletContainer, String, HttpNimletOutput, int) -
Method in class com.nitido.nimbox.http.SkinDispatcherForNimlet
-
- handleNimletExecution(HttpNimletContainer, HttpNimletOutput, Skin, int) -
Method in class com.nitido.nimbox.http.SkinDispatcherForNimlet
-
- handleObjectClassChange(Directory, String, PABEntry, PABEntry) -
Method in class com.nitido.nimx.nuggets.pab.real.PABNuggetImpl
- A method that provides the potential logic for object class changes.
- handleRequest(String, HttpServletRequest, HttpServletResponse) -
Method in class com.nitido.nimbox.http.HttpNimletDriver
- This method is used to handle regular HTTP request from the
client.
- hasBadEntries() -
Method in class com.nitido.nimx.nuggets.pab.PABBatchResult
-
- hasLicenseToLoadNugget(String) -
Method in class com.nitido.nim.NiMKernel
- This method is used by the NiMKernel to check if the NiM application has
the license to load the given Nugget.
- hasRecurRule() -
Method in class com.nitido.nimx.nuggets.wcap.Component
- A convenience method to check if the component "REALLY" has a
recurrence rule.
- hasRootCause() -
Method in exception com.nitido.nimbox.http.InvalidRequestException
- This method returns true if the exception has been associated
with a root cause.
- hasRules() -
Method in class com.nitido.nimbox.http.enhanced.RulesHandler
- Check if this object holds any rules.
- HelpDeskNugget - Class in com.nitido.nimx.nuggets.helpdesk
- HelpDeskNugget is responsible for accessing and modifying personal
preference settings for the customer.
- HelpDeskNugget(NuggetVisa) -
Constructor for class com.nitido.nimx.nuggets.helpdesk.HelpDeskNugget
- Default Nugget constructor.
- HelpDeskNuggetImpl - Class in com.nitido.nimx.nuggets.helpdesk.dirpool
- HelpDeskNugget is responsible for accessing and modifying the
personal preferences of other users for iPlanet/SunONE Web Technologies
Servers that have been stored in a backend LDAP server.
- HelpDeskNuggetImpl(NuggetVisa) -
Constructor for class com.nitido.nimx.nuggets.helpdesk.dirpool.HelpDeskNuggetImpl
- Default Nugget constructor.
- HelpDeskNuggetImpl - Class in com.nitido.nimx.nuggets.helpdesk.real
- The implementation of the HelpDeskNugget.
- HelpDeskNuggetImpl(NuggetVisa) -
Constructor for class com.nitido.nimx.nuggets.helpdesk.real.HelpDeskNuggetImpl
- Default Nugget constructor.
- HEX_DIGIT_CONVERSION_ARRAY -
Static variable in class com.nitido.util.LdapUtil
-
- HOME_PHONES -
Static variable in class com.nitido.nimx.nuggets.pab.PABPerson
- HomePhone is mapped to LDAP attribute "homephones".
- HOME_POSTAL_ADDRESSES -
Static variable in class com.nitido.nimx.nuggets.pab.PABPerson
- HomePostalAddress is mapped to LDAP attribute "homepostaladdress".
- homePage -
Variable in class com.nitido.nimx.nuggets.iplanetset.VCard
-
- homePhone -
Variable in class com.nitido.nimx.nuggets.iplanetset.VCard
-
- HOMER -
Static variable in class com.nitido.nimx.nuggets.pab.stub.PABNuggetStub
- The UN of a default PABPerson entry "test-homer".
- hour -
Variable in class com.nitido.nimx.nuggets.wcap.Duration
- The number of hours in the duration.
- HOURLY -
Static variable in class com.nitido.nimx.nuggets.wcap.RecurFreq
- Predefined value for recurring on hour base.
- HOW_DELETE -
Static variable in class com.nitido.nimx.nuggets.wcap.AccessControlEntry
-
- HOW_FREE_BUSY -
Static variable in class com.nitido.nimx.nuggets.wcap.AccessControlEntry
-
- HOW_ON_BEHALF_CANCEL -
Static variable in class com.nitido.nimx.nuggets.wcap.AccessControlEntry
-
- HOW_ON_BEHALF_INVITE -
Static variable in class com.nitido.nimx.nuggets.wcap.AccessControlEntry
-
- HOW_ON_BEHALF_REPLY -
Static variable in class com.nitido.nimx.nuggets.wcap.AccessControlEntry
-
- HOW_READ -
Static variable in class com.nitido.nimx.nuggets.wcap.AccessControlEntry
-
- HOW_SCHEDULE -
Static variable in class com.nitido.nimx.nuggets.wcap.AccessControlEntry
-
- HOW_WRITE -
Static variable in class com.nitido.nimx.nuggets.wcap.AccessControlEntry
-
- HTML_VER_3_2 -
Static variable in interface com.nitido.nimbox.http.enhanced.EnhancedDispatcherConstants
- Constant for HTML version 3.2
- HTML_VER_4_0 -
Static variable in interface com.nitido.nimbox.http.enhanced.EnhancedDispatcherConstants
- Constant for HTML version 4.0
- HttpNimletConstants - Interface in com.nitido.nimbox.http
- This interface contains the set of constants used by the
HttpNimletContainer, HttpNimletDriver, HttpSessionListener, and
SkinDispatcher classes.
- HttpNimletContainer - Class in com.nitido.nimbox.http
- This an HTTP implementation of the NimletContainer interface.
- HttpNimletContainer(HttpServletRequest, HttpServletResponse, HttpNimletDriver) -
Constructor for class com.nitido.nimbox.http.HttpNimletContainer
- This methods is used to create a new instance of an
HttpNimletContainer.
- HttpNimletDriver - Class in com.nitido.nimbox.http
- The HttpNimletDriver is an adaptor for a J2EE container to support
the dispatching of Nimlets.
- HttpNimletDriver() -
Constructor for class com.nitido.nimbox.http.HttpNimletDriver
- Default constructor.
- HttpNimletInput - Class in com.nitido.nimbox.http
- The HttpNimletInput provide the HTTP implementation for the NimletInput
interface.
- HttpNimletInput(HttpNimletContainer, HashMap) -
Constructor for class com.nitido.nimbox.http.HttpNimletInput
- The default constructor.
- HttpNimletOutput - Class in com.nitido.nimbox.http
- This class implements the NimletOutput interface.
- HttpNimletOutput() -
Constructor for class com.nitido.nimbox.http.HttpNimletOutput
- This method instantiates a new NimletOutput with an
empty set of paramters.
- HttpNimletOutput(HashMap) -
Constructor for class com.nitido.nimbox.http.HttpNimletOutput
- This method instantiates a new NimletOutput with its paramters
initialized to the contents of the given HashMap.
- HttpNimletSessionListener - Class in com.nitido.nimbox.http
- The HttpNimletSessionListener is the class that works with the
HttpNimletDriver servlet.
- HttpNimletSessionListener() -
Constructor for class com.nitido.nimbox.http.HttpNimletSessionListener
-
A B C D E F G H I J K L M N O P R S T U V W X Y Z _
These JavaDoc pages are generated for release/nim_2_5-2.5.44 Copyright © 1999-2009 Nitido Inc. Proprietary and Confidential. All Rights Reserved.