-
br.com.caelum.vraptor.serialization.Serializer.include()
-
ch.entwine.weblounge.dispatcher.DispatchListener.include()
Includes the request and returns true
or discards it an returns false
.
@param request the request to include
@param response the response
@param url the url to include
@return true
if the include is handled, false
otherwise
-
cofh.repack.codechicken.lib.vec.Rectangle4i.include()
-
com.adaptrex.core.ext.data.DataConfig.include()
-
com.adaptrex.core.ext.data.Model.include()
-
com.adaptrex.core.ext.data.Store.include()
-
com.barchart.feed.api.Agent.include()
Subscribes to and attaches agent to provided instruments.
@param instruments
-
com.caucho.server.webapp.RequestDispatcherImpl.include()
-
com.darylteo.nio.DirectoryWatcher.include()
-
com.dotcms.repackage.javax.portlet.PortletRequestDispatcher.include()
-
com.graphaware.common.policy.NodeInclusionPolicy.include()
-
com.graphaware.common.policy.NodePropertyInclusionPolicy.include()
-
com.graphaware.common.policy.RelationshipPropertyInclusionPolicy.include()
-
com.liferay.portlet.PortletRequestDispatcherImpl.include()
-
com.netflix.governator.annotations.Modules.include()
-
com.opensymphony.xwork2.util.finder.UrlSet.include()
-
com.volantis.mcs.eclipse.common.odom.ODOMSelectionFilter.include()
Indicate whether an element should be included. The element name is checked against each filter name in our list of filters. If the name matches any of the filtered names, false is returned denoting that the element should not be included. If the name does not match any of the filter names, true is returned denoting that the element should be included. An element with a null name will not match any element in the filter.
@param element the ODOMElement
to filter.
@return true if the Element should be included, false otherwise.
@see ODOMElement
-
edu.brown.workload.filters.ProcParameterValueFilter.include()
Add a parameter index and value equality pair
@param param_idx
@param param_value
@return
-
edu.brown.workload.filters.ProcedureNameFilter.include()
Add the given catalog object names to this filter's whitelist
@param names
-
er.extensions.eof.ERXKeyFilter.include()
Includes the given set of keys in this filter, wrapping them in ERXKey objects for you.
@param keyNames the names of the keys to include
-
flexjson.JSONSerializer.include()
This takes in a dot expression representing fields to include when serialize method is called. You can hand it one or more fields. Examples are: "hobbies", "hobbies.people", "people.emails", or "character.inventory". When using dot notation each field between the dots will be included in the serialization process. The order of evaluation is the order in which you call the include method. The first call to include will be evaluated before other calls to include or exclude. The field expressions are evaluated in order you pass to this method.
@param fields one or more field expressions to include.
@return this instance for method chaining.
-
freemarker.core.Environment.include()
Emulates
include
directive, except that
name
must be tempate root relative.
It's the same as include(getTemplateForInclusion(name, encoding, parse))
. But, you may want to separately call these two methods, so you can determine the source of exceptions more precisely, and thus achieve more intelligent error handling.
@see #getTemplateForInclusion(String name,String encoding,boolean parse)
@see #include(Template includedTemplate)
-
io.druid.query.metadata.metadata.ColumnIncluderator.include()
-
javax.portlet.PortletRequestDispatcher.include()
-
javax.servlet.RequestDispatcher.include()
-
javax.servlet.jsp.PageContext.include()
Causes the resource specified to be processed as part of the current ServletRequest and ServletResponse being processed by the calling Thread. The output of the target resources processing of the request is written directly to the ServletResponse output stream.
The current JspWriter "out" for this JSP is flushed as a side-effect of this call, prior to processing the include.
If the relativeUrlPath begins with a "/" then the URL specified is calculated relative to the DOCROOT of the ServletContext
for this JSP. If the path does not begin with a "/" then the URL specified is calculated relative to the URL of the request that was mapped to the calling JSP.
It is only valid to call this method from a Thread
executing within a _jspService(...)
method of a JSP.
@param relativeUrlPath specifies the relative URL path to the target resource to be included
@throws ServletException
@throws IOException
@throws IllegalArgumentException if the target resource URL is unresolvable
@throws SecurityException if target resource cannot be accessed by caller
-
jst.ScriptRuntime.include()
-
net.minecraftforge.gradle.tasks.abstractutil.ExtractTask.include()
-
org.apache.catalina.core.ApplicationDispatcher.include()
Include the response from another resource in the current response. Any runtime exception, IOException, or ServletException thrown by the called servlet will be propogated to the caller.
@param request The servlet request that is including this one
@param response The servlet response to be appended to
@exception IOException if an input/output error occurs
@exception ServletException if a servlet exception occurs
-
org.apache.isis.core.runtime.snapshot.XmlSnapshot.include()
-
org.apache.maven.artifact.resolver.filter.AndArtifactFilter.include()
-
org.apache.maven.artifact.resolver.filter.ArtifactFilter.include()
-
org.apache.maven.artifact.resolver.filter.ExcludesArtifactFilter.include()
-
org.apache.maven.artifact.resolver.filter.ScopeArtifactFilter.include()
-
org.apache.tapestry.beaneditor.BeanModel.include()
Re-orders the properties of the model into the specified order. Existing properties that are not indicated are <>.
@param propertyNames the names of properties to be retained
@return the model for further modifications
-
org.apache.tapestry5.beaneditor.BeanModel.include()
Re-orders the properties of the model into the specified order. Existing properties that are not indicated are <>.
@param propertyNames the names of properties to be retained
@return the model for further modifications
-
org.apache.tiles.context.TilesRequestContext.include()
Includes the response from the specified URL in the current response output.
@param path The path to include.
@throws IOException If something goes wrong during inclusion.
-
org.apache.tiles.request.DispatchRequest.include()
Includes the response from the specified URL in the current response output.
@param path The path to include.
@throws IOException If something goes wrong during inclusion.
-
org.archive.cdxserver.filter.CollapseFieldFilter.include()
-
org.archive.cdxserver.filter.FieldRegexFilter.include()
-
org.codehaus.jackson.map.annotate.JsonSerialize.include()
-
org.codehaus.plexus.archiver.ArchiveFileFilter.include()
-
org.eclipse.jgit.api.MergeCommand.include()
@param commit a reference to a commit which is merged with the current head
@return {@code this}
-
org.eclipse.jgit.api.RevertCommand.include()
@param commit a reference to a commit which is reverted into the current head
@return {@code this}
-
org.eclipse.jgit.revwalk.filter.RevFilter.include()
Determine if the supplied commit should be included in results.
@param walker the active walker this filter is being invoked from within.
@param cmit the commit currently being tested. The commit has been parsed and its body is available for inspection only if the filter returns true from {@link #requiresCommitBody()}.
@return true to include this commit in the results; false to have thiscommit be omitted entirely from the results.
@throws StopWalkException the filter knows for certain that no additional commits can ever match, and the current commit doesn't match either. The walk is halted and no more results are provided.
@throws MissingObjectException an object the filter needs to consult to determine its answer does not exist in the Git repository the walker is operating on. Filtering this commit is impossible without the object.
@throws IncorrectObjectTypeException an object the filter needed to consult was not of the expected object type. This usually indicates a corrupt repository, as an object link is referencing the wrong type.
@throws IOException a loose object or pack file could not be read to obtain data necessary for the filter to make its decision.
-
org.eclipse.jgit.transport.BundleWriter.include()
Include an object (and everything reachable from it) in the bundle.
@param name name the recipient can discover this object as from the bundle's list of advertised refs . The name must be a valid ref format and must not have already been included in this bundle writer.
@param id object to pack. Multiple refs may point to the same object.
-
org.elasticsearch.action.mlt.MoreLikeThisRequest.include()
Whether to include the queried document. Defaults to false.
-
org.gatein.wci.ServletContainer.include()
Generic detyped request dispatch to a servlet context using the include mechanism.
@param targetServletContext the target servlet context to dispatch to
@param request the request valid in the current servlet context
@param response the response valid in the current servlet context
@param callback the callback to perform after the dispatch operation
@param handback the handback object that will be provided to the callback
@return the object returned by the callback
@throws ServletException any servlet exception
@throws IOException any io exception
-
org.gatein.wci.command.CommandDispatcher.include()
-
org.gatein.wci.command.TomcatCommandDispatcher.include()
-
org.gatein.wci.impl.DefaultServletContainer.include()
Generic detyped request dispatch to a servlet context using the include mechanism.
@param targetServletContext the target servlet context to dispatch to
@param request the request valid in the current servlet context
@param response the response valid in the current servlet context
@param callback the callback to perform after the dispatch operation
@param handback the handback object that will be provided to the callback
@return the object returned by the callback
@throws javax.servlet.ServletException any servlet exception
@throws java.io.IOException any io exception
-
org.geotools.geometry.Envelope2D.include()
-
org.geotools.geometry.jts.ReferencedEnvelope.include()
Include the provided bounding box, expanding as necessary.
@since 2.4
-
org.geotools.geometry.jts.ReferencedEnvelope3D.include()
-
org.gitective.core.filter.commit.CommitCursorFilter.include()
-
org.gitective.core.stat.UserCommitActivity.include()
Include given commit in activity
@param commit must be non-null
@param user must be non-null
@return this activity
-
org.gradle.api.file.ConfigurableFileTree.include()
-
org.gradle.api.file.CopySpec.include()
{@inheritDoc}
@see org.gradle.api.tasks.util.PatternFilterable Pattern Format
-
org.gradle.api.tasks.Copy.include()
-
org.gradle.api.tasks.util.PatternSet.include()
-
org.gradle.language.rc.internal.DefaultWindowsResourceCompileSpec.include()
-
org.gradle.nativeplatform.toolchain.internal.NativeCompileSpec.include()
-
org.haystack.HFilter.include()
-
org.hibernate.junit.DialectChecks.include()
-
org.hibernate.testing.junit.DialectChecks.include()
-
org.jbehave.core.embedder.MetaFilter.DefaultMetaMatcher.include()
-
org.jboss.errai.reflections.util.FilterBuilder.include()
include a regular expression
-
org.jquantlib.math.optimization.ProjectedCostFunction.include()
-
org.jruby.RubyClass.include()
-
org.opengis.geometry.BoundingBox.include()
Includes the provided bounding box, expanding as necesary.
@param bounds The bounds to add to this geographic bounding box.
-
org.reflections.util.FilterBuilder.include()
include a regular expression
-
org.springframework.boot.config.SimpleConfigMetadataRepository.include()
Include the content of the specified {@link ConfigMetadataRepository}. This basically merge the content of the specified {@link ConfigMetadataRepository} in this repository.
-
org.uguess.birt.report.engine.spreadsheet.model.MergeBlock.include()
Returns if current merge block includes another merge block.
@param merge
@return
-
org.zkoss.zk.ui.Execution.include()
Includes a page.
@param writer the output to write. If null, the response's defaultwriter is used.
@param page the page's uri; null to denote the same request
@param mode one of {@link #OVERWRITE_URI}, {@link #IGNORE_PARAM}, {@link #APPEND_PARAM} and {@link #PASS_THRU_ATTR}. It defines how to handle if both uri and params contains the same parameter. mode is used only if both uri contains query string and params is not empty.