Class: Webmachine::Dispatcher::NotFoundResource

Inherits:
Resource
  • Object
show all
Defined in:
lib/webmachine/dispatcher/not_found_resource.rb

Instance Attribute Summary

Attributes inherited from Resource

#request, #response

Instance Method Summary collapse

Methods inherited from Resource

new, run

Methods included from Resource::Tracing

#trace?

Methods included from Resource::EntityTags

#weak_etag

Methods included from Resource::Encodings

#encode_deflate, #encode_gzip, #encode_identity

Methods included from Resource::Callbacks

#allow_missing_post?, #allowed_methods, #base_uri, #charsets_provided, #content_types_accepted, #content_types_provided, #create_path, #delete_completed?, #delete_resource, #encodings_provided, #expires, #finish_request, #forbidden?, #generate_etag, #handle_exception, #is_authorized?, #is_conflict?, #known_content_type?, #known_methods, #language_chosen, #languages_provided, #last_modified, #malformed_request?, #moved_permanently?, #moved_temporarily?, #multiple_choices?, #options, #post_is_create?, #previously_existed?, #process_post, #service_available?, #uri_too_long?, #valid_content_headers?, #valid_entity_length?, #validate_content_checksum, #variances

Instance Method Details

#resource_exists?Boolean

Returns:

  • (Boolean)


2
3
4
# File 'lib/webmachine/dispatcher/not_found_resource.rb', line 2

def resource_exists?
  false
end