Content Assembler API 2.1.2

Uses of Class
com.endeca.content.assembler.ContentContext

Packages that use ContentContext
com.endeca.content Contains the core Content Assembler API. 
com.endeca.content.assembler Contains the core Content Assembler implementation. 
 

Uses of ContentContext in com.endeca.content
 

Methods in com.endeca.content with parameters of type ContentContext
static ContentException ContentExceptionFactory.forBadContentContext(ContentContext pContentContext)
          Manufactures a ContentException indicating that the evaluation context was not of the expected type.
static ContentException ContentExceptionFactory.forGeneralError(ContentContext pContentContext, java.lang.Exception pCause)
          Manufactures a ContentException with the given cause.
static ContentException ContentExceptionFactory.forGeneralError(ContentContext pContentContext, java.lang.String pMessage)
          Manufactures a ContentException with the given error message
static ContentException ContentExceptionFactory.forUnexpectedNodeType(ContentContext pContentContext, short pNodeType)
          Manufactures a ContentException indicating that an unexpected XML node type was encountered.
static ContentException ContentExceptionFactory.forUnexpectedTagName(ContentContext pContentContext, java.lang.String pTagName)
          Manufactures a ContentException indicating that an unexpected tag name was encountered.
static ContentException ContentExceptionFactory.forUnexpectedTagName(ContentContext pContentContext, java.lang.String pTagName, java.lang.String pExpectedTagName)
          Manufactures a ContentException indicating that an unexpected tag name was encountered.
 

Uses of ContentContext in com.endeca.content.assembler
 

Methods in com.endeca.content.assembler with parameters of type ContentContext
 ContentItem ContentAssembler.assemble(ContentContext pContentContext, ContentResource pContentResource)
          Assembles a ContentResource into a ContentItem.
 java.lang.Object TagHandler.evaluate(ContentContext pContentContext, org.w3c.dom.Element pElement)
          Evaluates the given XML element and returns the result.
 java.lang.Object ContentAssembler.evaluate(ContentContext pContentContext, org.w3c.dom.Element pElement)
          Finds the appropriate TagHandler, invokes its evaluate method, and returns the result.
 java.util.List ContentResourceLocator.locateContentResources(ContentContext pContentContext, java.lang.String pRuleZone)
          Finds and returns content resources corresponding to the given zone.
 


Content Assembler API 2.1.2

Copyright © 2012 Endeca Technologies, Inc. All Rights Reserved.
@VERSION
PRODUCT: Content Assembler API (ContentAssemblerAPIJava)
VERSION: 2.1.2
BUILD:   54DEV
ARCH_OS: n/a
DATE:    2012-02-16T20:28:44-0500