congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
javax.portlet.filter
Code IndexAdd Tabnine to your IDE (free)

How to use javax.portlet.filter

Best Java code snippets using javax.portlet.filter (Showing top 20 results out of 315)

origin: javax.portlet/portlet-api

/**
* Sets the wrapped object.
* 
* @param wrapped   the wrapped object to set.
* @throws java.lang.IllegalArgumentException   if the ActionURL is null.
*/
public void setWrapped(ActionURL wrapped) {
 super.setWrapped(wrapped);
}
origin: javax.portlet/portlet-api

/**
* Sets the response object being wrapped.
* 
* @param response the response to set
* @throws java.lang.IllegalArgumentException   if the response is null.
*/
public void setResponse(EventResponse response) {
 super.setResponse(response);
}
origin: javax.portlet/portlet-api

/**
* Return the wrapped request object.
* 
* @return the wrapped request
*/
public ResourceRequest getRequest() {
 return (ResourceRequest) super.getRequest();
}
origin: javax.portlet/portlet-api

/**
* Return the wrapped response object.
* 
* @return the wrapped response
*/
public MimeResponse getResponse() {
 return (MimeResponse) super.getResponse();
}
origin: javax.portlet/portlet-api

/**
* Sets the response object being wrapped.
* 
* @param response
*           the response to set
* @throws java.lang.IllegalArgumentException
*            if the response is null.
*/
public void setResponse(MimeResponse response) {
 super.setResponse(response);
}
origin: javax.portlet/portlet-api

/**
* Sets the response object being wrapped.
* 
* @param response
*           the response to set
* @throws java.lang.IllegalArgumentException
*            if the response is null.
*/
public void setResponse(HeaderResponse response) {
 super.setResponse(response);
}
origin: javax.portlet/portlet-api

/**
* Sets the wrapped object.
* 
* @param wrapped   the wrapped object to set.
* @throws java.lang.IllegalArgumentException   if the ResourceParameters is null.
*/
public void setWrapped(ResourceParameters wrapped) {
 super.setWrapped(wrapped);
}
origin: javax.portlet/portlet-api

/**
* Sets the wrapped object.
* 
* @param wrapped   the wrapped object to set.
* @throws java.lang.IllegalArgumentException   if the MutableActionParameters is null.
*/
public void setWrapped(MutableActionParameters wrapped) {
 super.setWrapped(wrapped);
}
origin: javax.portlet/portlet-api

/**
* Sets the wrapped object.
* 
* @param wrapped   the wrapped object to set.
* @throws java.lang.IllegalArgumentException   if the PortletURL is null.
*/
public void setWrapped(PortletURL wrapped) {
 super.setWrapped(wrapped);
}
origin: javax.portlet/portlet-api

/**
* Return the wrapped request object.
* 
* @return the wrapped request
*/
public PortletRequest getRequest() {
 return (PortletRequest) super.getWrapped();
}
origin: javax.portlet/portlet-api

/**
* Sets the request object being wrapped.
* 
* @param request the request to set
* @throws java.lang.IllegalArgumentException   if the request is null.
*/
public void setRequest(RenderRequest request) {
 super.setRequest(request);
}
origin: javax.portlet/portlet-api

/**
 * Sets the request object being wrapped.
 * 
 * @param request the request to set
 * @throws java.lang.IllegalArgumentException   if the request is null.
 */
public void setRequest(HeaderRequest request) {
  super.setRequest(request);
}
origin: javax.portlet/portlet-api

/**
* Sets the request object being wrapped.
* 
* @param request the request to set
* @throws java.lang.IllegalArgumentException   if the request is null.
*/
public void setRequest(ResourceRequest request) {
 super.setRequest(request);
}
origin: javax.portlet/portlet-api

/**
* Sets the wrapped object.
* 
* @param wrapped   the wrapped object to set.
* @throws java.lang.IllegalArgumentException   if the MutableRenderState is null.
*/
public void setWrapped(MutableRenderState wrapped) {
 super.setWrapped(wrapped);
}
origin: javax.portlet/portlet-api

/**
* Sets the wrapped object.
* 
* @param wrapped   the wrapped object to set.
* @throws java.lang.IllegalArgumentException   if the RenderURL is null.
*/
public void setWrapped(RenderURL wrapped) {
 super.setWrapped(wrapped);
}
origin: javax.portlet/portlet-api

/**
* Sets the response object being wrapped.
* 
* @param response the response to set
* @throws java.lang.IllegalArgumentException   if the response is null.
*/
public void setResponse(ActionResponse response) {
 super.setResponse(response);
}
origin: javax.portlet/portlet-api

/**
* Sets the response object being wrapped.
* 
* @param response the response to set
* @throws java.lang.IllegalArgumentException   if the response is null.
*/
public void setResponse(StateAwareResponse response) {
 super.setResponse(response);
}
origin: javax.portlet/portlet-api

/**
* Sets the response object being wrapped.
* 
* @param response the response to set
* @throws java.lang.IllegalArgumentException   if the response is null.
*/
public void setResponse(RenderResponse response) {
 super.setResponse(response);
}
origin: javax.portlet/portlet-api

/**
* Sets the wrapped object.
* 
* @param wrapped   the wrapped object to set.
* @throws java.lang.IllegalArgumentException   if the MutablePortletParameters is null.
*/
public void setWrapped(MutablePortletParameters wrapped) {
 super.setWrapped(wrapped);
}
origin: javax.portlet/portlet-api

/**
* Sets the wrapped object.
* 
* @param wrapped   the wrapped object to set.
* @throws java.lang.IllegalArgumentException   if the MutableRenderParameters is null.
*/
public void setWrapped(MutableRenderParameters wrapped) {
 super.setWrapped(wrapped);
}
javax.portlet.filter

Most used classes

  • PortletRequestWrapper
    The PortletRequestWrapper provides a convenient implementation of the PortletRequest interface and
  • FilterChain
    A FilterChain is an object provided by the portlet container to the developer giving a view into the
  • PortletResponseWrapper
    The PortletResponseWrapper provides a convenient implementation of the PortletResponse interface an
  • ActionFilter
    The ActionFilter is an object that performs filtering tasks on either the action request to a portle
  • EventFilter
    The EventFilter is an object that performs filtering tasks on either the event request to a portlet,
  • RenderRequestWrapper,
  • ResourceFilter,
  • ActionRequestWrapper,
  • RenderResponseWrapper,
  • ResourceResponseWrapper,
  • ActionResponseWrapper,
  • EventResponseWrapper,
  • PortletFilter,
  • PortletURLWrapper,
  • ResourceRequestWrapper,
  • BaseURLWrapper,
  • ClientDataRequestWrapper,
  • EventRequestWrapper,
  • FilterConfig
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now