utopia 2.5.5 → 2.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.travis.yml +1 -2
- data/Gemfile +1 -0
- data/Rakefile +2 -0
- data/docs/code/Utopia.html +439 -433
- data/docs/code/Utopia/Command.html +201 -195
- data/docs/code/Utopia/Command/Environment.html +244 -244
- data/docs/code/Utopia/Command/Server.html +202 -202
- data/docs/code/Utopia/Command/Server/Create.html +192 -192
- data/docs/code/Utopia/Command/Server/Update.html +235 -235
- data/docs/code/Utopia/Command/Site.html +269 -263
- data/docs/code/Utopia/Command/Site/Create.html +192 -192
- data/docs/code/Utopia/Command/Site/Update.html +246 -246
- data/docs/code/Utopia/Command/Top.html +244 -244
- data/docs/code/Utopia/Content.html +636 -630
- data/docs/code/Utopia/Content/Document.html +1411 -1407
- data/docs/code/Utopia/Content/Document/State.html +1048 -1048
- data/docs/code/Utopia/Content/Link.html +1023 -1023
- data/docs/code/Utopia/Content/Links.html +629 -623
- data/docs/code/Utopia/Content/MarkupParser.html +702 -702
- data/docs/code/Utopia/Content/MarkupParser/ParsedTag.html +375 -375
- data/docs/code/Utopia/Content/MarkupParser/UnbalancedTagError.html +523 -523
- data/docs/code/Utopia/Content/Namespace.html +416 -416
- data/docs/code/Utopia/Content/Node.html +952 -952
- data/docs/code/Utopia/Content/Node/Context.html +790 -790
- data/docs/code/Utopia/Content/Response.html +686 -686
- data/docs/code/Utopia/Content/SymbolicHash.html +365 -365
- data/docs/code/Utopia/Content/Tags.html +134 -134
- data/docs/code/Utopia/Content/UnbalancedTagError.html +270 -270
- data/docs/code/Utopia/ContentLength.html +298 -294
- data/docs/code/Utopia/Controller.html +657 -651
- data/docs/code/Utopia/Controller/Actions.html +260 -260
- data/docs/code/Utopia/Controller/Actions/Action.html +785 -779
- data/docs/code/Utopia/Controller/Actions/ClassMethods.html +360 -360
- data/docs/code/Utopia/Controller/Base.html +989 -989
- data/docs/code/Utopia/Controller/Respond.html +264 -254
- data/docs/code/Utopia/Controller/Respond/ClassMethods.html +207 -207
- data/docs/code/Utopia/Controller/Respond/Converter.html +219 -219
- data/docs/code/Utopia/Controller/Respond/Converter/Callback.html +425 -425
- data/docs/code/Utopia/Controller/Respond/Converter/ToJSON.html +323 -317
- data/docs/code/Utopia/Controller/Respond/Passthrough.html +266 -260
- data/docs/code/Utopia/Controller/Respond/Responder.html +449 -443
- data/docs/code/Utopia/Controller/Rewrite.html +260 -260
- data/docs/code/Utopia/Controller/Rewrite/ClassMethods.html +216 -216
- data/docs/code/Utopia/Controller/Rewrite/ExtractPrefixRule.html +303 -303
- data/docs/code/Utopia/Controller/Rewrite/Rewriter.html +402 -402
- data/docs/code/Utopia/Controller/Rewrite/Rule.html +193 -193
- data/docs/code/Utopia/Controller/Variables.html +428 -428
- data/docs/code/Utopia/Controllers.html +216 -216
- data/docs/code/Utopia/Exceptions.html +125 -125
- data/docs/code/Utopia/Exceptions/Handler.html +405 -405
- data/docs/code/Utopia/Exceptions/Mailer.html +400 -394
- data/docs/code/Utopia/Extensions.html +116 -116
- data/docs/code/Utopia/Extensions/ArraySplit.html +164 -164
- data/docs/code/Utopia/Extensions/DateTimeComparison.html +173 -173
- data/docs/code/Utopia/Extensions/TimeDateComparison.html +173 -173
- data/docs/code/Utopia/HTTP.html +193 -187
- data/docs/code/Utopia/HTTP/Status.html +355 -355
- data/docs/code/Utopia/Locale.html +522 -522
- data/docs/code/Utopia/Localization.html +886 -880
- data/docs/code/Utopia/Localization/Wrapper.html +403 -403
- data/docs/code/Utopia/Logger.html +185 -185
- data/docs/code/Utopia/Logger/CompactFormatter.html +290 -290
- data/docs/code/Utopia/Path.html +2562 -2556
- data/docs/code/Utopia/Path/Matcher.html +395 -395
- data/docs/code/Utopia/Path/Matcher/MatchData.html +418 -418
- data/docs/code/Utopia/Redirection.html +148 -142
- data/docs/code/Utopia/Redirection/ClientRedirect.html +594 -594
- data/docs/code/Utopia/Redirection/DirectoryIndex.html +265 -265
- data/docs/code/Utopia/Redirection/Errors.html +391 -385
- data/docs/code/Utopia/Redirection/Moved.html +265 -265
- data/docs/code/Utopia/Redirection/RequestFailure.html +201 -201
- data/docs/code/Utopia/Redirection/Rewrite.html +265 -265
- data/docs/code/Utopia/Session.html +723 -717
- data/docs/code/Utopia/Session/LazyHash.html +709 -709
- data/docs/code/Utopia/Setup.html +783 -777
- data/docs/code/Utopia/Static.html +516 -510
- data/docs/code/Utopia/Static/LocalFile.html +875 -869
- data/docs/code/Utopia/Static/MimeTypeLoader.html +427 -427
- data/docs/code/Utopia/Static/MimeTypeLoader/ExpansionError.html +123 -123
- data/docs/code/_index.html +757 -757
- data/docs/code/class_list.html +51 -51
- data/docs/code/css/full_list.css +58 -58
- data/docs/code/css/style.css +496 -499
- data/docs/code/file.README.html +72 -70
- data/docs/code/file_list.html +56 -56
- data/docs/code/frames.html +17 -17
- data/docs/code/index.html +72 -70
- data/docs/code/js/app.js +292 -248
- data/docs/code/js/full_list.js +216 -216
- data/docs/code/js/jquery.js +3 -3
- data/docs/code/method_list.html +3443 -3443
- data/docs/code/top-level-namespace.html +109 -109
- data/docs/index.html +2 -2
- data/docs/wiki.html +2 -2
- data/docs/wiki/edit.html +1 -1
- data/docs/wiki/javascript.html +153 -0
- data/docs/wiki/javascript/index.html +153 -0
- data/documentation/.yarnrc +1 -0
- data/documentation/Gemfile +1 -0
- data/documentation/config/environment.rb +1 -0
- data/documentation/pages/wiki/content.md +1 -1
- data/documentation/pages/wiki/javascript/content.md +75 -0
- data/documentation/pages/wiki/links.yaml +3 -1
- data/lib/utopia/command/site.rb +4 -4
- data/lib/utopia/version.rb +1 -1
- data/setup/site/.yarnrc +1 -0
- data/setup/site/tasks/yarn.rake +32 -0
- data/spec/utopia/command_spec.rb +2 -2
- metadata +8 -9
- data/docs/wiki/bower-integration.html +0 -74
- data/docs/wiki/bower-integration/index.html +0 -74
- data/documentation/.bowerrc +0 -4
- data/documentation/pages/wiki/bower-integration/content.md +0 -25
- data/setup/.bowerrc +0 -3
- data/setup/site/.bowerrc +0 -4
- data/setup/site/tasks/bower.rake +0 -45
@@ -1,557 +1,557 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
<meta charset="utf-8">
|
5
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6
|
-
<title>
|
7
|
-
Class: Utopia::Content::Node
|
8
|
-
|
9
|
-
— Documentation by YARD 0.9.
|
10
|
-
|
11
|
-
</title>
|
12
|
-
|
13
|
-
<link rel="stylesheet" href="../../css/style.css" type="text/css" charset="utf-8" />
|
14
|
-
|
15
|
-
<link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
|
16
|
-
|
17
|
-
<script type="text/javascript" charset="utf-8">
|
18
|
-
pathId = "Utopia::Content::Node";
|
19
|
-
relpath = '../../';
|
20
|
-
</script>
|
21
|
-
|
22
|
-
|
23
|
-
<script type="text/javascript" charset="utf-8" src="../../js/jquery.js"></script>
|
24
|
-
|
25
|
-
<script type="text/javascript" charset="utf-8" src="../../js/app.js"></script>
|
26
|
-
|
27
|
-
|
28
|
-
</head>
|
29
|
-
<body>
|
30
|
-
<div class="nav_wrap">
|
31
|
-
<iframe id="nav" src="../../class_list.html?1"></iframe>
|
32
|
-
<div id="resizer"></div>
|
33
|
-
</div>
|
34
|
-
|
35
|
-
<div id="main" tabindex="-1">
|
36
|
-
<div id="header">
|
37
|
-
<div id="menu">
|
38
|
-
|
39
|
-
<a href="../../_index.html">Index (N)</a> »
|
40
|
-
<span class='title'><span class='object_link'><a href="../../Utopia.html" title="Utopia (module)">Utopia</a></span></span> » <span class='title'><span class='object_link'><a href="../Content.html" title="Utopia::Content (class)">Content</a></span></span>
|
41
|
-
»
|
42
|
-
<span class="title">Node</span>
|
43
|
-
|
44
|
-
</div>
|
45
|
-
|
46
|
-
<div id="search">
|
47
|
-
|
48
|
-
<a class="full_list_link" id="class_list_link"
|
49
|
-
href="../../class_list.html">
|
50
|
-
|
51
|
-
<svg width="24" height="24">
|
52
|
-
<rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
|
53
|
-
<rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
|
54
|
-
<rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
|
55
|
-
</svg>
|
56
|
-
</a>
|
57
|
-
|
58
|
-
</div>
|
59
|
-
<div class="clear"></div>
|
60
|
-
</div>
|
61
|
-
|
62
|
-
<div id="content"><h1>Class: Utopia::Content::Node
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
</h1>
|
67
|
-
<div class="box_info">
|
68
|
-
|
69
|
-
<dl>
|
70
|
-
<dt>Inherits:</dt>
|
71
|
-
<dd>
|
72
|
-
<span class="inheritName">Object</span>
|
73
|
-
|
74
|
-
<ul class="fullTree">
|
75
|
-
<li>Object</li>
|
76
|
-
|
77
|
-
<li class="next">Utopia::Content::Node</li>
|
78
|
-
|
79
|
-
</ul>
|
80
|
-
<a href="#" class="inheritanceTree">show all</a>
|
81
|
-
|
82
|
-
</dd>
|
83
|
-
</dl>
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
<dl>
|
96
|
-
<dt>Defined in:</dt>
|
97
|
-
<dd>lib/utopia/content/node.rb</dd>
|
98
|
-
</dl>
|
99
|
-
|
100
|
-
</div>
|
101
|
-
|
102
|
-
<h2>Overview</h2><div class="docstring">
|
103
|
-
<div class="discussion">
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta charset="utf-8">
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6
|
+
<title>
|
7
|
+
Class: Utopia::Content::Node
|
8
|
+
|
9
|
+
— Documentation by YARD 0.9.18
|
10
|
+
|
11
|
+
</title>
|
12
|
+
|
13
|
+
<link rel="stylesheet" href="../../css/style.css" type="text/css" charset="utf-8" />
|
14
|
+
|
15
|
+
<link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
|
16
|
+
|
17
|
+
<script type="text/javascript" charset="utf-8">
|
18
|
+
pathId = "Utopia::Content::Node";
|
19
|
+
relpath = '../../';
|
20
|
+
</script>
|
21
|
+
|
22
|
+
|
23
|
+
<script type="text/javascript" charset="utf-8" src="../../js/jquery.js"></script>
|
24
|
+
|
25
|
+
<script type="text/javascript" charset="utf-8" src="../../js/app.js"></script>
|
26
|
+
|
27
|
+
|
28
|
+
</head>
|
29
|
+
<body>
|
30
|
+
<div class="nav_wrap">
|
31
|
+
<iframe id="nav" src="../../class_list.html?1"></iframe>
|
32
|
+
<div id="resizer"></div>
|
33
|
+
</div>
|
34
|
+
|
35
|
+
<div id="main" tabindex="-1">
|
36
|
+
<div id="header">
|
37
|
+
<div id="menu">
|
38
|
+
|
39
|
+
<a href="../../_index.html">Index (N)</a> »
|
40
|
+
<span class='title'><span class='object_link'><a href="../../Utopia.html" title="Utopia (module)">Utopia</a></span></span> » <span class='title'><span class='object_link'><a href="../Content.html" title="Utopia::Content (class)">Content</a></span></span>
|
41
|
+
»
|
42
|
+
<span class="title">Node</span>
|
43
|
+
|
44
|
+
</div>
|
45
|
+
|
46
|
+
<div id="search">
|
47
|
+
|
48
|
+
<a class="full_list_link" id="class_list_link"
|
49
|
+
href="../../class_list.html">
|
50
|
+
|
51
|
+
<svg width="24" height="24">
|
52
|
+
<rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
|
53
|
+
<rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
|
54
|
+
<rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
|
55
|
+
</svg>
|
56
|
+
</a>
|
57
|
+
|
58
|
+
</div>
|
59
|
+
<div class="clear"></div>
|
60
|
+
</div>
|
61
|
+
|
62
|
+
<div id="content"><h1>Class: Utopia::Content::Node
|
63
|
+
|
64
|
+
|
65
|
+
|
66
|
+
</h1>
|
67
|
+
<div class="box_info">
|
68
|
+
|
69
|
+
<dl>
|
70
|
+
<dt>Inherits:</dt>
|
71
|
+
<dd>
|
72
|
+
<span class="inheritName">Object</span>
|
73
|
+
|
74
|
+
<ul class="fullTree">
|
75
|
+
<li>Object</li>
|
76
|
+
|
77
|
+
<li class="next">Utopia::Content::Node</li>
|
78
|
+
|
79
|
+
</ul>
|
80
|
+
<a href="#" class="inheritanceTree">show all</a>
|
81
|
+
|
82
|
+
</dd>
|
83
|
+
</dl>
|
84
|
+
|
85
|
+
|
86
|
+
|
87
|
+
|
88
|
+
|
89
|
+
|
90
|
+
|
91
|
+
|
92
|
+
|
93
|
+
|
94
|
+
|
95
|
+
<dl>
|
96
|
+
<dt>Defined in:</dt>
|
97
|
+
<dd>lib/utopia/content/node.rb</dd>
|
98
|
+
</dl>
|
99
|
+
|
100
|
+
</div>
|
101
|
+
|
102
|
+
<h2>Overview</h2><div class="docstring">
|
103
|
+
<div class="discussion">
|
104
104
|
<p>Represents an immutable node within the content hierarchy.</p>
|
105
|
-
|
106
|
-
|
107
|
-
</div>
|
108
|
-
</div>
|
109
|
-
<div class="tags">
|
110
|
-
|
111
|
-
|
112
|
-
</div><h2>Defined Under Namespace</h2>
|
113
|
-
<p class="children">
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
<strong class="classes">Classes:</strong> <span class='object_link'><a href="Node/Context.html" title="Utopia::Content::Node::Context (class)">Context</a></span>
|
119
|
-
|
120
|
-
|
121
|
-
</p>
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
<h2>Instance Attribute Summary <small><a href="#" class="summary_toggle">collapse</a></small></h2>
|
127
|
-
<ul class="summary">
|
128
|
-
|
129
|
-
<li class="public ">
|
130
|
-
<span class="summary_signature">
|
131
|
-
|
132
|
-
<a href="#file_path-instance_method" title="#file_path (instance method)">#<strong>file_path</strong> ⇒ Object </a>
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
</span>
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
<span class="note title readonly">readonly</span>
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
105
|
+
|
106
|
+
|
107
|
+
</div>
|
108
|
+
</div>
|
109
|
+
<div class="tags">
|
110
|
+
|
111
|
+
|
112
|
+
</div><h2>Defined Under Namespace</h2>
|
113
|
+
<p class="children">
|
114
|
+
|
115
|
+
|
116
|
+
|
117
|
+
|
118
|
+
<strong class="classes">Classes:</strong> <span class='object_link'><a href="Node/Context.html" title="Utopia::Content::Node::Context (class)">Context</a></span>
|
119
|
+
|
120
|
+
|
121
|
+
</p>
|
122
|
+
|
123
|
+
|
124
|
+
|
125
|
+
|
126
|
+
<h2>Instance Attribute Summary <small><a href="#" class="summary_toggle">collapse</a></small></h2>
|
127
|
+
<ul class="summary">
|
128
|
+
|
129
|
+
<li class="public ">
|
130
|
+
<span class="summary_signature">
|
131
|
+
|
132
|
+
<a href="#file_path-instance_method" title="#file_path (instance method)">#<strong>file_path</strong> ⇒ Object </a>
|
133
|
+
|
134
|
+
|
135
|
+
|
136
|
+
</span>
|
137
|
+
|
138
|
+
|
139
|
+
|
140
|
+
|
141
|
+
<span class="note title readonly">readonly</span>
|
142
|
+
|
143
|
+
|
144
|
+
|
145
|
+
|
146
|
+
|
147
|
+
|
148
|
+
|
149
|
+
|
150
|
+
|
151
151
|
<span class="summary_desc"><div class='inline'><p>Returns the value of attribute file_path.</p>
|
152
|
-
</div></span>
|
153
|
-
|
154
|
-
</li>
|
155
|
-
|
156
|
-
|
157
|
-
<li class="public ">
|
158
|
-
<span class="summary_signature">
|
159
|
-
|
160
|
-
<a href="#request_path-instance_method" title="#request_path (instance method)">#<strong>request_path</strong> ⇒ Object </a>
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
</span>
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
<span class="note title readonly">readonly</span>
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
152
|
+
</div></span>
|
153
|
+
|
154
|
+
</li>
|
155
|
+
|
156
|
+
|
157
|
+
<li class="public ">
|
158
|
+
<span class="summary_signature">
|
159
|
+
|
160
|
+
<a href="#request_path-instance_method" title="#request_path (instance method)">#<strong>request_path</strong> ⇒ Object </a>
|
161
|
+
|
162
|
+
|
163
|
+
|
164
|
+
</span>
|
165
|
+
|
166
|
+
|
167
|
+
|
168
|
+
|
169
|
+
<span class="note title readonly">readonly</span>
|
170
|
+
|
171
|
+
|
172
|
+
|
173
|
+
|
174
|
+
|
175
|
+
|
176
|
+
|
177
|
+
|
178
|
+
|
179
179
|
<span class="summary_desc"><div class='inline'><p>Returns the value of attribute request_path.</p>
|
180
|
-
</div></span>
|
181
|
-
|
182
|
-
</li>
|
183
|
-
|
184
|
-
|
185
|
-
<li class="public ">
|
186
|
-
<span class="summary_signature">
|
187
|
-
|
188
|
-
<a href="#uri_path-instance_method" title="#uri_path (instance method)">#<strong>uri_path</strong> ⇒ Object </a>
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
</span>
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
<span class="note title readonly">readonly</span>
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
180
|
+
</div></span>
|
181
|
+
|
182
|
+
</li>
|
183
|
+
|
184
|
+
|
185
|
+
<li class="public ">
|
186
|
+
<span class="summary_signature">
|
187
|
+
|
188
|
+
<a href="#uri_path-instance_method" title="#uri_path (instance method)">#<strong>uri_path</strong> ⇒ Object </a>
|
189
|
+
|
190
|
+
|
191
|
+
|
192
|
+
</span>
|
193
|
+
|
194
|
+
|
195
|
+
|
196
|
+
|
197
|
+
<span class="note title readonly">readonly</span>
|
198
|
+
|
199
|
+
|
200
|
+
|
201
|
+
|
202
|
+
|
203
|
+
|
204
|
+
|
205
|
+
|
206
|
+
|
207
207
|
<span class="summary_desc"><div class='inline'><p>Returns the value of attribute uri_path.</p>
|
208
|
-
</div></span>
|
209
|
-
|
210
|
-
</li>
|
211
|
-
|
212
|
-
|
213
|
-
</ul>
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
<h2>
|
220
|
-
Instance Method Summary
|
221
|
-
<small><a href="#" class="summary_toggle">collapse</a></small>
|
222
|
-
</h2>
|
223
|
-
|
224
|
-
<ul class="summary">
|
225
|
-
|
226
|
-
<li class="public ">
|
227
|
-
<span class="summary_signature">
|
228
|
-
|
229
|
-
<a href="#call-instance_method" title="#call (instance method)">#<strong>call</strong>(document, state) ⇒ Object </a>
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
</span>
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
208
|
+
</div></span>
|
209
|
+
|
210
|
+
</li>
|
211
|
+
|
212
|
+
|
213
|
+
</ul>
|
214
|
+
|
215
|
+
|
216
|
+
|
217
|
+
|
218
|
+
|
219
|
+
<h2>
|
220
|
+
Instance Method Summary
|
221
|
+
<small><a href="#" class="summary_toggle">collapse</a></small>
|
222
|
+
</h2>
|
223
|
+
|
224
|
+
<ul class="summary">
|
225
|
+
|
226
|
+
<li class="public ">
|
227
|
+
<span class="summary_signature">
|
228
|
+
|
229
|
+
<a href="#call-instance_method" title="#call (instance method)">#<strong>call</strong>(document, state) ⇒ Object </a>
|
230
|
+
|
231
|
+
|
232
|
+
|
233
|
+
</span>
|
234
|
+
|
235
|
+
|
236
|
+
|
237
|
+
|
238
|
+
|
239
|
+
|
240
|
+
|
241
|
+
|
242
|
+
|
243
243
|
<span class="summary_desc"><div class='inline'><p>Invoked when the node is being rendered by <span class='object_link'><a href="Document.html" title="Utopia::Content::Document (class)">Document</a></span>.</p>
|
244
|
-
</div></span>
|
245
|
-
|
246
|
-
</li>
|
247
|
-
|
248
|
-
|
249
|
-
<li class="public ">
|
250
|
-
<span class="summary_signature">
|
251
|
-
|
252
|
-
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(controller, uri_path, request_path, file_path) ⇒ Node </a>
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
</span>
|
257
|
-
|
258
|
-
|
259
|
-
<span class="note title constructor">constructor</span>
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
244
|
+
</div></span>
|
245
|
+
|
246
|
+
</li>
|
247
|
+
|
248
|
+
|
249
|
+
<li class="public ">
|
250
|
+
<span class="summary_signature">
|
251
|
+
|
252
|
+
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(controller, uri_path, request_path, file_path) ⇒ Node </a>
|
253
|
+
|
254
|
+
|
255
|
+
|
256
|
+
</span>
|
257
|
+
|
258
|
+
|
259
|
+
<span class="note title constructor">constructor</span>
|
260
|
+
|
261
|
+
|
262
|
+
|
263
|
+
|
264
|
+
|
265
|
+
|
266
|
+
|
267
|
+
|
268
268
|
<span class="summary_desc"><div class='inline'><p>A new instance of Node.</p>
|
269
|
-
</div></span>
|
270
|
-
|
271
|
-
</li>
|
272
|
-
|
273
|
-
|
274
|
-
<li class="public ">
|
275
|
-
<span class="summary_signature">
|
276
|
-
|
277
|
-
<a href="#link-instance_method" title="#link (instance method)">#<strong>link</strong> ⇒ Object </a>
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
</span>
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
269
|
+
</div></span>
|
270
|
+
|
271
|
+
</li>
|
272
|
+
|
273
|
+
|
274
|
+
<li class="public ">
|
275
|
+
<span class="summary_signature">
|
276
|
+
|
277
|
+
<a href="#link-instance_method" title="#link (instance method)">#<strong>link</strong> ⇒ Object </a>
|
278
|
+
|
279
|
+
|
280
|
+
|
281
|
+
</span>
|
282
|
+
|
283
|
+
|
284
|
+
|
285
|
+
|
286
|
+
|
287
|
+
|
288
|
+
|
289
|
+
|
290
|
+
|
291
291
|
<span class="summary_desc"><div class='inline'>
|
292
|
-
</div></span>
|
293
|
-
|
294
|
-
</li>
|
295
|
-
|
296
|
-
|
297
|
-
<li class="public ">
|
298
|
-
<span class="summary_signature">
|
299
|
-
|
300
|
-
<a href="#links-instance_method" title="#links (instance method)">#<strong>links</strong>(path = '.', **options, &block) ⇒ Object </a>
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
</span>
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
292
|
+
</div></span>
|
293
|
+
|
294
|
+
</li>
|
295
|
+
|
296
|
+
|
297
|
+
<li class="public ">
|
298
|
+
<span class="summary_signature">
|
299
|
+
|
300
|
+
<a href="#links-instance_method" title="#links (instance method)">#<strong>links</strong>(path = '.', **options, &block) ⇒ Object </a>
|
301
|
+
|
302
|
+
|
303
|
+
|
304
|
+
</span>
|
305
|
+
|
306
|
+
|
307
|
+
|
308
|
+
|
309
|
+
|
310
|
+
|
311
|
+
|
312
|
+
|
313
|
+
|
314
314
|
<span class="summary_desc"><div class='inline'>
|
315
|
-
</div></span>
|
316
|
-
|
317
|
-
</li>
|
318
|
-
|
319
|
-
|
320
|
-
<li class="public ">
|
321
|
-
<span class="summary_signature">
|
322
|
-
|
323
|
-
<a href="#local_path-instance_method" title="#local_path (instance method)">#<strong>local_path</strong>(path = '.', base = nil) ⇒ Object </a>
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
</span>
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
|
315
|
+
</div></span>
|
316
|
+
|
317
|
+
</li>
|
318
|
+
|
319
|
+
|
320
|
+
<li class="public ">
|
321
|
+
<span class="summary_signature">
|
322
|
+
|
323
|
+
<a href="#local_path-instance_method" title="#local_path (instance method)">#<strong>local_path</strong>(path = '.', base = nil) ⇒ Object </a>
|
324
|
+
|
325
|
+
|
326
|
+
|
327
|
+
</span>
|
328
|
+
|
329
|
+
|
330
|
+
|
331
|
+
|
332
|
+
|
333
|
+
|
334
|
+
|
335
|
+
|
336
|
+
|
337
337
|
<span class="summary_desc"><div class='inline'>
|
338
|
-
</div></span>
|
339
|
-
|
340
|
-
</li>
|
341
|
-
|
342
|
-
|
343
|
-
<li class="public ">
|
344
|
-
<span class="summary_signature">
|
345
|
-
|
346
|
-
<a href="#lookup_node-instance_method" title="#lookup_node (instance method)">#<strong>lookup_node</strong>(path) ⇒ Object </a>
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
</span>
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
|
359
|
-
|
338
|
+
</div></span>
|
339
|
+
|
340
|
+
</li>
|
341
|
+
|
342
|
+
|
343
|
+
<li class="public ">
|
344
|
+
<span class="summary_signature">
|
345
|
+
|
346
|
+
<a href="#lookup_node-instance_method" title="#lookup_node (instance method)">#<strong>lookup_node</strong>(path) ⇒ Object </a>
|
347
|
+
|
348
|
+
|
349
|
+
|
350
|
+
</span>
|
351
|
+
|
352
|
+
|
353
|
+
|
354
|
+
|
355
|
+
|
356
|
+
|
357
|
+
|
358
|
+
|
359
|
+
|
360
360
|
<span class="summary_desc"><div class='inline'>
|
361
|
-
</div></span>
|
362
|
-
|
363
|
-
</li>
|
364
|
-
|
365
|
-
|
366
|
-
<li class="public ">
|
367
|
-
<span class="summary_signature">
|
368
|
-
|
369
|
-
<a href="#lookup_tag-instance_method" title="#lookup_tag (instance method)">#<strong>lookup_tag</strong>(tag) ⇒ Node </a>
|
370
|
-
|
371
|
-
|
372
|
-
|
373
|
-
</span>
|
374
|
-
|
375
|
-
|
376
|
-
|
377
|
-
|
378
|
-
|
379
|
-
|
380
|
-
|
381
|
-
|
382
|
-
|
361
|
+
</div></span>
|
362
|
+
|
363
|
+
</li>
|
364
|
+
|
365
|
+
|
366
|
+
<li class="public ">
|
367
|
+
<span class="summary_signature">
|
368
|
+
|
369
|
+
<a href="#lookup_tag-instance_method" title="#lookup_tag (instance method)">#<strong>lookup_tag</strong>(tag) ⇒ Node </a>
|
370
|
+
|
371
|
+
|
372
|
+
|
373
|
+
</span>
|
374
|
+
|
375
|
+
|
376
|
+
|
377
|
+
|
378
|
+
|
379
|
+
|
380
|
+
|
381
|
+
|
382
|
+
|
383
383
|
<span class="summary_desc"><div class='inline'><p>Lookup the given tag which is being rendered within the given node.</p>
|
384
|
-
</div></span>
|
385
|
-
|
386
|
-
</li>
|
387
|
-
|
388
|
-
|
389
|
-
<li class="public ">
|
390
|
-
<span class="summary_signature">
|
391
|
-
|
392
|
-
<a href="#name-instance_method" title="#name (instance method)">#<strong>name</strong> ⇒ Object </a>
|
393
|
-
|
394
|
-
|
395
|
-
|
396
|
-
</span>
|
397
|
-
|
398
|
-
|
399
|
-
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
-
|
404
|
-
|
405
|
-
|
384
|
+
</div></span>
|
385
|
+
|
386
|
+
</li>
|
387
|
+
|
388
|
+
|
389
|
+
<li class="public ">
|
390
|
+
<span class="summary_signature">
|
391
|
+
|
392
|
+
<a href="#name-instance_method" title="#name (instance method)">#<strong>name</strong> ⇒ Object </a>
|
393
|
+
|
394
|
+
|
395
|
+
|
396
|
+
</span>
|
397
|
+
|
398
|
+
|
399
|
+
|
400
|
+
|
401
|
+
|
402
|
+
|
403
|
+
|
404
|
+
|
405
|
+
|
406
406
|
<span class="summary_desc"><div class='inline'>
|
407
|
-
</div></span>
|
408
|
-
|
409
|
-
</li>
|
410
|
-
|
411
|
-
|
412
|
-
<li class="public ">
|
413
|
-
<span class="summary_signature">
|
414
|
-
|
415
|
-
<a href="#parent_path-instance_method" title="#parent_path (instance method)">#<strong>parent_path</strong> ⇒ Object </a>
|
416
|
-
|
417
|
-
|
418
|
-
|
419
|
-
</span>
|
420
|
-
|
421
|
-
|
422
|
-
|
423
|
-
|
424
|
-
|
425
|
-
|
426
|
-
|
427
|
-
|
428
|
-
|
407
|
+
</div></span>
|
408
|
+
|
409
|
+
</li>
|
410
|
+
|
411
|
+
|
412
|
+
<li class="public ">
|
413
|
+
<span class="summary_signature">
|
414
|
+
|
415
|
+
<a href="#parent_path-instance_method" title="#parent_path (instance method)">#<strong>parent_path</strong> ⇒ Object </a>
|
416
|
+
|
417
|
+
|
418
|
+
|
419
|
+
</span>
|
420
|
+
|
421
|
+
|
422
|
+
|
423
|
+
|
424
|
+
|
425
|
+
|
426
|
+
|
427
|
+
|
428
|
+
|
429
429
|
<span class="summary_desc"><div class='inline'>
|
430
|
-
</div></span>
|
431
|
-
|
432
|
-
</li>
|
433
|
-
|
434
|
-
|
435
|
-
<li class="public ">
|
436
|
-
<span class="summary_signature">
|
437
|
-
|
438
|
-
<a href="#process!-instance_method" title="#process! (instance method)">#<strong>process!</strong>(request, attributes = {}) ⇒ Object </a>
|
439
|
-
|
440
|
-
|
441
|
-
|
442
|
-
</span>
|
443
|
-
|
444
|
-
|
445
|
-
|
446
|
-
|
447
|
-
|
448
|
-
|
449
|
-
|
450
|
-
|
451
|
-
|
430
|
+
</div></span>
|
431
|
+
|
432
|
+
</li>
|
433
|
+
|
434
|
+
|
435
|
+
<li class="public ">
|
436
|
+
<span class="summary_signature">
|
437
|
+
|
438
|
+
<a href="#process!-instance_method" title="#process! (instance method)">#<strong>process!</strong>(request, attributes = {}) ⇒ Object </a>
|
439
|
+
|
440
|
+
|
441
|
+
|
442
|
+
</span>
|
443
|
+
|
444
|
+
|
445
|
+
|
446
|
+
|
447
|
+
|
448
|
+
|
449
|
+
|
450
|
+
|
451
|
+
|
452
452
|
<span class="summary_desc"><div class='inline'>
|
453
|
-
</div></span>
|
454
|
-
|
455
|
-
</li>
|
456
|
-
|
457
|
-
|
458
|
-
<li class="public ">
|
459
|
-
<span class="summary_signature">
|
460
|
-
|
461
|
-
<a href="#related_links-instance_method" title="#related_links (instance method)">#<strong>related_links</strong> ⇒ Object </a>
|
462
|
-
|
463
|
-
|
464
|
-
|
465
|
-
</span>
|
466
|
-
|
467
|
-
|
468
|
-
|
469
|
-
|
470
|
-
|
471
|
-
|
472
|
-
|
473
|
-
|
474
|
-
|
453
|
+
</div></span>
|
454
|
+
|
455
|
+
</li>
|
456
|
+
|
457
|
+
|
458
|
+
<li class="public ">
|
459
|
+
<span class="summary_signature">
|
460
|
+
|
461
|
+
<a href="#related_links-instance_method" title="#related_links (instance method)">#<strong>related_links</strong> ⇒ Object </a>
|
462
|
+
|
463
|
+
|
464
|
+
|
465
|
+
</span>
|
466
|
+
|
467
|
+
|
468
|
+
|
469
|
+
|
470
|
+
|
471
|
+
|
472
|
+
|
473
|
+
|
474
|
+
|
475
475
|
<span class="summary_desc"><div class='inline'>
|
476
|
-
</div></span>
|
477
|
-
|
478
|
-
</li>
|
479
|
-
|
480
|
-
|
481
|
-
<li class="public ">
|
482
|
-
<span class="summary_signature">
|
483
|
-
|
484
|
-
<a href="#sibling_links-instance_method" title="#sibling_links (instance method)">#<strong>sibling_links</strong>(**options) ⇒ Object </a>
|
485
|
-
|
486
|
-
|
487
|
-
|
488
|
-
</span>
|
489
|
-
|
490
|
-
|
491
|
-
|
492
|
-
|
493
|
-
|
494
|
-
|
495
|
-
|
496
|
-
|
497
|
-
|
476
|
+
</div></span>
|
477
|
+
|
478
|
+
</li>
|
479
|
+
|
480
|
+
|
481
|
+
<li class="public ">
|
482
|
+
<span class="summary_signature">
|
483
|
+
|
484
|
+
<a href="#sibling_links-instance_method" title="#sibling_links (instance method)">#<strong>sibling_links</strong>(**options) ⇒ Object </a>
|
485
|
+
|
486
|
+
|
487
|
+
|
488
|
+
</span>
|
489
|
+
|
490
|
+
|
491
|
+
|
492
|
+
|
493
|
+
|
494
|
+
|
495
|
+
|
496
|
+
|
497
|
+
|
498
498
|
<span class="summary_desc"><div class='inline'>
|
499
|
-
</div></span>
|
500
|
-
|
501
|
-
</li>
|
502
|
-
|
503
|
-
|
504
|
-
<li class="public ">
|
505
|
-
<span class="summary_signature">
|
506
|
-
|
507
|
-
<a href="#siblings_path-instance_method" title="#siblings_path (instance method)">#<strong>siblings_path</strong> ⇒ Object </a>
|
508
|
-
|
509
|
-
|
510
|
-
|
511
|
-
</span>
|
512
|
-
|
513
|
-
|
514
|
-
|
515
|
-
|
516
|
-
|
517
|
-
|
518
|
-
|
519
|
-
|
520
|
-
|
499
|
+
</div></span>
|
500
|
+
|
501
|
+
</li>
|
502
|
+
|
503
|
+
|
504
|
+
<li class="public ">
|
505
|
+
<span class="summary_signature">
|
506
|
+
|
507
|
+
<a href="#siblings_path-instance_method" title="#siblings_path (instance method)">#<strong>siblings_path</strong> ⇒ Object </a>
|
508
|
+
|
509
|
+
|
510
|
+
|
511
|
+
</span>
|
512
|
+
|
513
|
+
|
514
|
+
|
515
|
+
|
516
|
+
|
517
|
+
|
518
|
+
|
519
|
+
|
520
|
+
|
521
521
|
<span class="summary_desc"><div class='inline'>
|
522
|
-
</div></span>
|
523
|
-
|
524
|
-
</li>
|
525
|
-
|
526
|
-
|
527
|
-
</ul>
|
528
|
-
|
529
|
-
|
530
|
-
<div id="constructor_details" class="method_details_list">
|
531
|
-
<h2>Constructor Details</h2>
|
532
|
-
|
533
|
-
<div class="method_details first">
|
534
|
-
<h3 class="signature first" id="initialize-instance_method">
|
535
|
-
|
536
|
-
#<strong>initialize</strong>(controller, uri_path, request_path, file_path) ⇒ <tt><span class='object_link'><a href="" title="Utopia::Content::Node (class)">Node</a></span></tt>
|
537
|
-
|
538
|
-
|
539
|
-
|
540
|
-
|
541
|
-
|
542
|
-
</h3><div class="docstring">
|
543
|
-
<div class="discussion">
|
522
|
+
</div></span>
|
523
|
+
|
524
|
+
</li>
|
525
|
+
|
526
|
+
|
527
|
+
</ul>
|
528
|
+
|
529
|
+
|
530
|
+
<div id="constructor_details" class="method_details_list">
|
531
|
+
<h2>Constructor Details</h2>
|
532
|
+
|
533
|
+
<div class="method_details first">
|
534
|
+
<h3 class="signature first" id="initialize-instance_method">
|
535
|
+
|
536
|
+
#<strong>initialize</strong>(controller, uri_path, request_path, file_path) ⇒ <tt><span class='object_link'><a href="" title="Utopia::Content::Node (class)">Node</a></span></tt>
|
537
|
+
|
538
|
+
|
539
|
+
|
540
|
+
|
541
|
+
|
542
|
+
</h3><div class="docstring">
|
543
|
+
<div class="discussion">
|
544
544
|
<p>Returns a new instance of Node</p>
|
545
|
-
|
546
|
-
|
547
|
-
</div>
|
548
|
-
</div>
|
549
|
-
<div class="tags">
|
550
|
-
|
551
|
-
|
552
|
-
</div><table class="source_code">
|
553
|
-
<tr>
|
554
|
-
<td>
|
545
|
+
|
546
|
+
|
547
|
+
</div>
|
548
|
+
</div>
|
549
|
+
<div class="tags">
|
550
|
+
|
551
|
+
|
552
|
+
</div><table class="source_code">
|
553
|
+
<tr>
|
554
|
+
<td>
|
555
555
|
<pre class="lines">
|
556
556
|
|
557
557
|
|
@@ -561,9 +561,9 @@
|
|
561
561
|
35
|
562
562
|
36
|
563
563
|
37
|
564
|
-
38</pre>
|
565
|
-
</td>
|
566
|
-
<td>
|
564
|
+
38</pre>
|
565
|
+
</td>
|
566
|
+
<td>
|
567
567
|
<pre class="code"><span class="info file"># File 'lib/utopia/content/node.rb', line 32</span>
|
568
568
|
|
569
569
|
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_controller'>controller</span><span class='comma'>,</span> <span class='id identifier rubyid_uri_path'>uri_path</span><span class='comma'>,</span> <span class='id identifier rubyid_request_path'>request_path</span><span class='comma'>,</span> <span class='id identifier rubyid_file_path'>file_path</span><span class='rparen'>)</span>
|
@@ -572,172 +572,172 @@
|
|
572
572
|
<span class='ivar'>@uri_path</span> <span class='op'>=</span> <span class='id identifier rubyid_uri_path'>uri_path</span>
|
573
573
|
<span class='ivar'>@request_path</span> <span class='op'>=</span> <span class='id identifier rubyid_request_path'>request_path</span>
|
574
574
|
<span class='ivar'>@file_path</span> <span class='op'>=</span> <span class='id identifier rubyid_file_path'>file_path</span>
|
575
|
-
<span class='kw'>end</span></pre>
|
576
|
-
</td>
|
577
|
-
</tr>
|
578
|
-
</table>
|
579
|
-
</div>
|
580
|
-
|
581
|
-
</div>
|
582
|
-
|
583
|
-
<div id="instance_attr_details" class="attr_details">
|
584
|
-
<h2>Instance Attribute Details</h2>
|
585
|
-
|
586
|
-
|
587
|
-
<span id=""></span>
|
588
|
-
<div class="method_details first">
|
589
|
-
<h3 class="signature first" id="file_path-instance_method">
|
590
|
-
|
591
|
-
#<strong>file_path</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
592
|
-
|
593
|
-
|
594
|
-
|
595
|
-
|
596
|
-
|
597
|
-
</h3><div class="docstring">
|
598
|
-
<div class="discussion">
|
575
|
+
<span class='kw'>end</span></pre>
|
576
|
+
</td>
|
577
|
+
</tr>
|
578
|
+
</table>
|
579
|
+
</div>
|
580
|
+
|
581
|
+
</div>
|
582
|
+
|
583
|
+
<div id="instance_attr_details" class="attr_details">
|
584
|
+
<h2>Instance Attribute Details</h2>
|
585
|
+
|
586
|
+
|
587
|
+
<span id=""></span>
|
588
|
+
<div class="method_details first">
|
589
|
+
<h3 class="signature first" id="file_path-instance_method">
|
590
|
+
|
591
|
+
#<strong>file_path</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
592
|
+
|
593
|
+
|
594
|
+
|
595
|
+
|
596
|
+
|
597
|
+
</h3><div class="docstring">
|
598
|
+
<div class="discussion">
|
599
599
|
<p>Returns the value of attribute file_path</p>
|
600
|
-
|
601
|
-
|
602
|
-
</div>
|
603
|
-
</div>
|
604
|
-
<div class="tags">
|
605
|
-
|
606
|
-
|
607
|
-
</div><table class="source_code">
|
608
|
-
<tr>
|
609
|
-
<td>
|
600
|
+
|
601
|
+
|
602
|
+
</div>
|
603
|
+
</div>
|
604
|
+
<div class="tags">
|
605
|
+
|
606
|
+
|
607
|
+
</div><table class="source_code">
|
608
|
+
<tr>
|
609
|
+
<td>
|
610
610
|
<pre class="lines">
|
611
611
|
|
612
612
|
|
613
613
|
42
|
614
614
|
43
|
615
|
-
44</pre>
|
616
|
-
</td>
|
617
|
-
<td>
|
615
|
+
44</pre>
|
616
|
+
</td>
|
617
|
+
<td>
|
618
618
|
<pre class="code"><span class="info file"># File 'lib/utopia/content/node.rb', line 42</span>
|
619
619
|
|
620
620
|
<span class='kw'>def</span> <span class='id identifier rubyid_file_path'>file_path</span>
|
621
621
|
<span class='ivar'>@file_path</span>
|
622
|
-
<span class='kw'>end</span></pre>
|
623
|
-
</td>
|
624
|
-
</tr>
|
625
|
-
</table>
|
626
|
-
</div>
|
627
|
-
|
628
|
-
|
629
|
-
<span id=""></span>
|
630
|
-
<div class="method_details ">
|
631
|
-
<h3 class="signature " id="request_path-instance_method">
|
632
|
-
|
633
|
-
#<strong>request_path</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
634
|
-
|
635
|
-
|
636
|
-
|
637
|
-
|
638
|
-
|
639
|
-
</h3><div class="docstring">
|
640
|
-
<div class="discussion">
|
622
|
+
<span class='kw'>end</span></pre>
|
623
|
+
</td>
|
624
|
+
</tr>
|
625
|
+
</table>
|
626
|
+
</div>
|
627
|
+
|
628
|
+
|
629
|
+
<span id=""></span>
|
630
|
+
<div class="method_details ">
|
631
|
+
<h3 class="signature " id="request_path-instance_method">
|
632
|
+
|
633
|
+
#<strong>request_path</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
634
|
+
|
635
|
+
|
636
|
+
|
637
|
+
|
638
|
+
|
639
|
+
</h3><div class="docstring">
|
640
|
+
<div class="discussion">
|
641
641
|
<p>Returns the value of attribute request_path</p>
|
642
|
-
|
643
|
-
|
644
|
-
</div>
|
645
|
-
</div>
|
646
|
-
<div class="tags">
|
647
|
-
|
648
|
-
|
649
|
-
</div><table class="source_code">
|
650
|
-
<tr>
|
651
|
-
<td>
|
642
|
+
|
643
|
+
|
644
|
+
</div>
|
645
|
+
</div>
|
646
|
+
<div class="tags">
|
647
|
+
|
648
|
+
|
649
|
+
</div><table class="source_code">
|
650
|
+
<tr>
|
651
|
+
<td>
|
652
652
|
<pre class="lines">
|
653
653
|
|
654
654
|
|
655
655
|
40
|
656
656
|
41
|
657
|
-
42</pre>
|
658
|
-
</td>
|
659
|
-
<td>
|
657
|
+
42</pre>
|
658
|
+
</td>
|
659
|
+
<td>
|
660
660
|
<pre class="code"><span class="info file"># File 'lib/utopia/content/node.rb', line 40</span>
|
661
661
|
|
662
662
|
<span class='kw'>def</span> <span class='id identifier rubyid_request_path'>request_path</span>
|
663
663
|
<span class='ivar'>@request_path</span>
|
664
|
-
<span class='kw'>end</span></pre>
|
665
|
-
</td>
|
666
|
-
</tr>
|
667
|
-
</table>
|
668
|
-
</div>
|
669
|
-
|
670
|
-
|
671
|
-
<span id=""></span>
|
672
|
-
<div class="method_details ">
|
673
|
-
<h3 class="signature " id="uri_path-instance_method">
|
674
|
-
|
675
|
-
#<strong>uri_path</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
676
|
-
|
677
|
-
|
678
|
-
|
679
|
-
|
680
|
-
|
681
|
-
</h3><div class="docstring">
|
682
|
-
<div class="discussion">
|
664
|
+
<span class='kw'>end</span></pre>
|
665
|
+
</td>
|
666
|
+
</tr>
|
667
|
+
</table>
|
668
|
+
</div>
|
669
|
+
|
670
|
+
|
671
|
+
<span id=""></span>
|
672
|
+
<div class="method_details ">
|
673
|
+
<h3 class="signature " id="uri_path-instance_method">
|
674
|
+
|
675
|
+
#<strong>uri_path</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
676
|
+
|
677
|
+
|
678
|
+
|
679
|
+
|
680
|
+
|
681
|
+
</h3><div class="docstring">
|
682
|
+
<div class="discussion">
|
683
683
|
<p>Returns the value of attribute uri_path</p>
|
684
|
-
|
685
|
-
|
686
|
-
</div>
|
687
|
-
</div>
|
688
|
-
<div class="tags">
|
689
|
-
|
690
|
-
|
691
|
-
</div><table class="source_code">
|
692
|
-
<tr>
|
693
|
-
<td>
|
684
|
+
|
685
|
+
|
686
|
+
</div>
|
687
|
+
</div>
|
688
|
+
<div class="tags">
|
689
|
+
|
690
|
+
|
691
|
+
</div><table class="source_code">
|
692
|
+
<tr>
|
693
|
+
<td>
|
694
694
|
<pre class="lines">
|
695
695
|
|
696
696
|
|
697
697
|
41
|
698
698
|
42
|
699
|
-
43</pre>
|
700
|
-
</td>
|
701
|
-
<td>
|
699
|
+
43</pre>
|
700
|
+
</td>
|
701
|
+
<td>
|
702
702
|
<pre class="code"><span class="info file"># File 'lib/utopia/content/node.rb', line 41</span>
|
703
703
|
|
704
704
|
<span class='kw'>def</span> <span class='id identifier rubyid_uri_path'>uri_path</span>
|
705
705
|
<span class='ivar'>@uri_path</span>
|
706
|
-
<span class='kw'>end</span></pre>
|
707
|
-
</td>
|
708
|
-
</tr>
|
709
|
-
</table>
|
710
|
-
</div>
|
711
|
-
|
712
|
-
</div>
|
713
|
-
|
714
|
-
|
715
|
-
<div id="instance_method_details" class="method_details_list">
|
716
|
-
<h2>Instance Method Details</h2>
|
717
|
-
|
718
|
-
|
719
|
-
<div class="method_details first">
|
720
|
-
<h3 class="signature first" id="call-instance_method">
|
721
|
-
|
722
|
-
#<strong>call</strong>(document, state) ⇒ <tt>Object</tt>
|
723
|
-
|
724
|
-
|
725
|
-
|
726
|
-
|
727
|
-
|
728
|
-
</h3><div class="docstring">
|
729
|
-
<div class="discussion">
|
706
|
+
<span class='kw'>end</span></pre>
|
707
|
+
</td>
|
708
|
+
</tr>
|
709
|
+
</table>
|
710
|
+
</div>
|
711
|
+
|
712
|
+
</div>
|
713
|
+
|
714
|
+
|
715
|
+
<div id="instance_method_details" class="method_details_list">
|
716
|
+
<h2>Instance Method Details</h2>
|
717
|
+
|
718
|
+
|
719
|
+
<div class="method_details first">
|
720
|
+
<h3 class="signature first" id="call-instance_method">
|
721
|
+
|
722
|
+
#<strong>call</strong>(document, state) ⇒ <tt>Object</tt>
|
723
|
+
|
724
|
+
|
725
|
+
|
726
|
+
|
727
|
+
|
728
|
+
</h3><div class="docstring">
|
729
|
+
<div class="discussion">
|
730
730
|
<p>Invoked when the node is being rendered by <span class='object_link'><a href="Document.html" title="Utopia::Content::Document (class)">Document</a></span>.</p>
|
731
|
-
|
732
|
-
|
733
|
-
</div>
|
734
|
-
</div>
|
735
|
-
<div class="tags">
|
736
|
-
|
737
|
-
|
738
|
-
</div><table class="source_code">
|
739
|
-
<tr>
|
740
|
-
<td>
|
731
|
+
|
732
|
+
|
733
|
+
</div>
|
734
|
+
</div>
|
735
|
+
<div class="tags">
|
736
|
+
|
737
|
+
|
738
|
+
</div><table class="source_code">
|
739
|
+
<tr>
|
740
|
+
<td>
|
741
741
|
<pre class="lines">
|
742
742
|
|
743
743
|
|
@@ -751,9 +751,9 @@
|
|
751
751
|
116
|
752
752
|
117
|
753
753
|
118
|
754
|
-
119</pre>
|
755
|
-
</td>
|
756
|
-
<td>
|
754
|
+
119</pre>
|
755
|
+
</td>
|
756
|
+
<td>
|
757
757
|
<pre class="code"><span class="info file"># File 'lib/utopia/content/node.rb', line 109</span>
|
758
758
|
|
759
759
|
<span class='kw'>def</span> <span class='id identifier rubyid_call'>call</span><span class='lparen'>(</span><span class='id identifier rubyid_document'>document</span><span class='comma'>,</span> <span class='id identifier rubyid_state'>state</span><span class='rparen'>)</span>
|
@@ -766,54 +766,54 @@
|
|
766
766
|
|
767
767
|
<span class='comment'># Render the resulting markup into the document:
|
768
768
|
</span> <span class='id identifier rubyid_document'>document</span><span class='period'>.</span><span class='id identifier rubyid_parse_markup'>parse_markup</span><span class='lparen'>(</span><span class='id identifier rubyid_markup'>markup</span><span class='rparen'>)</span>
|
769
|
-
<span class='kw'>end</span></pre>
|
770
|
-
</td>
|
771
|
-
</tr>
|
772
|
-
</table>
|
773
|
-
</div>
|
774
|
-
|
775
|
-
<div class="method_details ">
|
776
|
-
<h3 class="signature " id="link-instance_method">
|
777
|
-
|
778
|
-
#<strong>link</strong> ⇒ <tt>Object</tt>
|
779
|
-
|
780
|
-
|
781
|
-
|
782
|
-
|
783
|
-
|
784
|
-
</h3><table class="source_code">
|
785
|
-
<tr>
|
786
|
-
<td>
|
769
|
+
<span class='kw'>end</span></pre>
|
770
|
+
</td>
|
771
|
+
</tr>
|
772
|
+
</table>
|
773
|
+
</div>
|
774
|
+
|
775
|
+
<div class="method_details ">
|
776
|
+
<h3 class="signature " id="link-instance_method">
|
777
|
+
|
778
|
+
#<strong>link</strong> ⇒ <tt>Object</tt>
|
779
|
+
|
780
|
+
|
781
|
+
|
782
|
+
|
783
|
+
|
784
|
+
</h3><table class="source_code">
|
785
|
+
<tr>
|
786
|
+
<td>
|
787
787
|
<pre class="lines">
|
788
788
|
|
789
789
|
|
790
790
|
48
|
791
791
|
49
|
792
|
-
50</pre>
|
793
|
-
</td>
|
794
|
-
<td>
|
792
|
+
50</pre>
|
793
|
+
</td>
|
794
|
+
<td>
|
795
795
|
<pre class="code"><span class="info file"># File 'lib/utopia/content/node.rb', line 48</span>
|
796
796
|
|
797
797
|
<span class='kw'>def</span> <span class='id identifier rubyid_link'>link</span>
|
798
798
|
<span class='kw'>return</span> <span class='const'><span class='object_link'><a href="Link.html" title="Utopia::Content::Link (class)">Link</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="Link.html#initialize-instance_method" title="Utopia::Content::Link#initialize (method)">new</a></span></span><span class='lparen'>(</span><span class='symbol'>:file</span><span class='comma'>,</span> <span class='id identifier rubyid_uri_path'>uri_path</span><span class='rparen'>)</span>
|
799
|
-
<span class='kw'>end</span></pre>
|
800
|
-
</td>
|
801
|
-
</tr>
|
802
|
-
</table>
|
803
|
-
</div>
|
804
|
-
|
805
|
-
<div class="method_details ">
|
806
|
-
<h3 class="signature " id="links-instance_method">
|
807
|
-
|
808
|
-
#<strong>links</strong>(path = '.', **options, &block) ⇒ <tt>Object</tt>
|
809
|
-
|
810
|
-
|
811
|
-
|
812
|
-
|
813
|
-
|
814
|
-
</h3><table class="source_code">
|
815
|
-
<tr>
|
816
|
-
<td>
|
799
|
+
<span class='kw'>end</span></pre>
|
800
|
+
</td>
|
801
|
+
</tr>
|
802
|
+
</table>
|
803
|
+
</div>
|
804
|
+
|
805
|
+
<div class="method_details ">
|
806
|
+
<h3 class="signature " id="links-instance_method">
|
807
|
+
|
808
|
+
#<strong>links</strong>(path = '.', **options, &block) ⇒ <tt>Object</tt>
|
809
|
+
|
810
|
+
|
811
|
+
|
812
|
+
|
813
|
+
|
814
|
+
</h3><table class="source_code">
|
815
|
+
<tr>
|
816
|
+
<td>
|
817
817
|
<pre class="lines">
|
818
818
|
|
819
819
|
|
@@ -826,9 +826,9 @@
|
|
826
826
|
79
|
827
827
|
80
|
828
828
|
81
|
829
|
-
82</pre>
|
830
|
-
</td>
|
831
|
-
<td>
|
829
|
+
82</pre>
|
830
|
+
</td>
|
831
|
+
<td>
|
832
832
|
<pre class="code"><span class="info file"># File 'lib/utopia/content/node.rb', line 73</span>
|
833
833
|
|
834
834
|
<span class='kw'>def</span> <span class='id identifier rubyid_links'>links</span><span class='lparen'>(</span><span class='id identifier rubyid_path'>path</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>.</span><span class='tstring_end'>'</span></span><span class='comma'>,</span> <span class='op'>**</span><span class='id identifier rubyid_options'>options</span><span class='comma'>,</span> <span class='op'>&</span><span class='id identifier rubyid_block'>block</span><span class='rparen'>)</span>
|
@@ -840,24 +840,24 @@
|
|
840
840
|
<span class='kw'>else</span>
|
841
841
|
<span class='id identifier rubyid_links'>links</span>
|
842
842
|
<span class='kw'>end</span>
|
843
|
-
<span class='kw'>end</span></pre>
|
844
|
-
</td>
|
845
|
-
</tr>
|
846
|
-
</table>
|
847
|
-
</div>
|
848
|
-
|
849
|
-
<div class="method_details ">
|
850
|
-
<h3 class="signature " id="local_path-instance_method">
|
851
|
-
|
852
|
-
#<strong>local_path</strong>(path = '.', base = nil) ⇒ <tt>Object</tt>
|
853
|
-
|
854
|
-
|
855
|
-
|
856
|
-
|
857
|
-
|
858
|
-
</h3><table class="source_code">
|
859
|
-
<tr>
|
860
|
-
<td>
|
843
|
+
<span class='kw'>end</span></pre>
|
844
|
+
</td>
|
845
|
+
</tr>
|
846
|
+
</table>
|
847
|
+
</div>
|
848
|
+
|
849
|
+
<div class="method_details ">
|
850
|
+
<h3 class="signature " id="local_path-instance_method">
|
851
|
+
|
852
|
+
#<strong>local_path</strong>(path = '.', base = nil) ⇒ <tt>Object</tt>
|
853
|
+
|
854
|
+
|
855
|
+
|
856
|
+
|
857
|
+
|
858
|
+
</h3><table class="source_code">
|
859
|
+
<tr>
|
860
|
+
<td>
|
861
861
|
<pre class="lines">
|
862
862
|
|
863
863
|
|
@@ -872,9 +872,9 @@
|
|
872
872
|
64
|
873
873
|
65
|
874
874
|
66
|
875
|
-
67</pre>
|
876
|
-
</td>
|
877
|
-
<td>
|
875
|
+
67</pre>
|
876
|
+
</td>
|
877
|
+
<td>
|
878
878
|
<pre class="code"><span class="info file"># File 'lib/utopia/content/node.rb', line 56</span>
|
879
879
|
|
880
880
|
<span class='kw'>def</span> <span class='id identifier rubyid_local_path'>local_path</span><span class='lparen'>(</span><span class='id identifier rubyid_path'>path</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>.</span><span class='tstring_end'>'</span></span><span class='comma'>,</span> <span class='id identifier rubyid_base'>base</span> <span class='op'>=</span> <span class='kw'>nil</span><span class='rparen'>)</span>
|
@@ -888,201 +888,201 @@
|
|
888
888
|
<span class='id identifier rubyid_base'>base</span> <span class='op'>||=</span> <span class='id identifier rubyid_uri_path'>uri_path</span><span class='period'>.</span><span class='id identifier rubyid_dirname'>dirname</span>
|
889
889
|
<span class='kw'>return</span> <span class='id identifier rubyid_root'><span class='object_link'><a href="../../top-level-namespace.html" title="Top Level Namespace (root)">root</a></span></span><span class='period'>.</span><span class='id identifier rubyid_join'>join</span><span class='lparen'>(</span><span class='op'>*</span><span class='lparen'>(</span><span class='id identifier rubyid_base'>base</span> <span class='op'>+</span> <span class='id identifier rubyid_path'>path</span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_components'>components</span><span class='rparen'>)</span>
|
890
890
|
<span class='kw'>end</span>
|
891
|
-
<span class='kw'>end</span></pre>
|
892
|
-
</td>
|
893
|
-
</tr>
|
894
|
-
</table>
|
895
|
-
</div>
|
896
|
-
|
897
|
-
<div class="method_details ">
|
898
|
-
<h3 class="signature " id="lookup_node-instance_method">
|
899
|
-
|
900
|
-
#<strong>lookup_node</strong>(path) ⇒ <tt>Object</tt>
|
901
|
-
|
902
|
-
|
903
|
-
|
904
|
-
|
905
|
-
|
906
|
-
</h3><table class="source_code">
|
907
|
-
<tr>
|
908
|
-
<td>
|
891
|
+
<span class='kw'>end</span></pre>
|
892
|
+
</td>
|
893
|
+
</tr>
|
894
|
+
</table>
|
895
|
+
</div>
|
896
|
+
|
897
|
+
<div class="method_details ">
|
898
|
+
<h3 class="signature " id="lookup_node-instance_method">
|
899
|
+
|
900
|
+
#<strong>lookup_node</strong>(path) ⇒ <tt>Object</tt>
|
901
|
+
|
902
|
+
|
903
|
+
|
904
|
+
|
905
|
+
|
906
|
+
</h3><table class="source_code">
|
907
|
+
<tr>
|
908
|
+
<td>
|
909
909
|
<pre class="lines">
|
910
910
|
|
911
911
|
|
912
912
|
52
|
913
913
|
53
|
914
|
-
54</pre>
|
915
|
-
</td>
|
916
|
-
<td>
|
914
|
+
54</pre>
|
915
|
+
</td>
|
916
|
+
<td>
|
917
917
|
<pre class="code"><span class="info file"># File 'lib/utopia/content/node.rb', line 52</span>
|
918
918
|
|
919
919
|
<span class='kw'>def</span> <span class='id identifier rubyid_lookup_node'>lookup_node</span><span class='lparen'>(</span><span class='id identifier rubyid_path'>path</span><span class='rparen'>)</span>
|
920
|
-
<span class='ivar'>@controller</span><span class='period'>.</span><span class='id identifier rubyid_lookup_node'>lookup_node</span><span class='lparen'>(</span><span class='
|
921
|
-
<span class='kw'>end</span></pre>
|
922
|
-
</td>
|
923
|
-
</tr>
|
924
|
-
</table>
|
925
|
-
</div>
|
926
|
-
|
927
|
-
<div class="method_details ">
|
928
|
-
<h3 class="signature " id="lookup_tag-instance_method">
|
929
|
-
|
930
|
-
#<strong>lookup_tag</strong>(tag) ⇒ <tt><span class='object_link'><a href="" title="Utopia::Content::Node (class)">Node</a></span></tt>
|
931
|
-
|
932
|
-
|
933
|
-
|
934
|
-
|
935
|
-
|
936
|
-
</h3><div class="docstring">
|
937
|
-
<div class="discussion">
|
920
|
+
<span class='ivar'>@controller</span><span class='period'>.</span><span class='id identifier rubyid_lookup_node'>lookup_node</span><span class='lparen'>(</span><span class='id identifier rubyid_parent_path'>parent_path</span> <span class='op'>+</span> <span class='const'><span class='object_link'><a href="../Path.html" title="Utopia::Path (class)">Path</a></span></span><span class='lbracket'>[</span><span class='id identifier rubyid_path'>path</span><span class='rbracket'>]</span><span class='rparen'>)</span>
|
921
|
+
<span class='kw'>end</span></pre>
|
922
|
+
</td>
|
923
|
+
</tr>
|
924
|
+
</table>
|
925
|
+
</div>
|
926
|
+
|
927
|
+
<div class="method_details ">
|
928
|
+
<h3 class="signature " id="lookup_tag-instance_method">
|
929
|
+
|
930
|
+
#<strong>lookup_tag</strong>(tag) ⇒ <tt><span class='object_link'><a href="" title="Utopia::Content::Node (class)">Node</a></span></tt>
|
931
|
+
|
932
|
+
|
933
|
+
|
934
|
+
|
935
|
+
|
936
|
+
</h3><div class="docstring">
|
937
|
+
<div class="discussion">
|
938
938
|
<p>Lookup the given tag which is being rendered within the given node. Invoked by <span class='object_link'><a href="Document.html" title="Utopia::Content::Document (class)">Document</a></span>.</p>
|
939
|
-
|
940
|
-
|
941
|
-
</div>
|
942
|
-
</div>
|
943
|
-
<div class="tags">
|
944
|
-
|
945
|
-
<p class="tag_title">Returns:</p>
|
946
|
-
<ul class="return">
|
947
|
-
|
948
|
-
<li>
|
949
|
-
|
950
|
-
|
951
|
-
<span class='type'>(<tt><span class='object_link'><a href="" title="Utopia::Content::Node (class)">Node</a></span></tt>)</span>
|
952
|
-
|
953
|
-
|
954
|
-
|
955
|
-
—
|
939
|
+
|
940
|
+
|
941
|
+
</div>
|
942
|
+
</div>
|
943
|
+
<div class="tags">
|
944
|
+
|
945
|
+
<p class="tag_title">Returns:</p>
|
946
|
+
<ul class="return">
|
947
|
+
|
948
|
+
<li>
|
949
|
+
|
950
|
+
|
951
|
+
<span class='type'>(<tt><span class='object_link'><a href="" title="Utopia::Content::Node (class)">Node</a></span></tt>)</span>
|
952
|
+
|
953
|
+
|
954
|
+
|
955
|
+
—
|
956
956
|
<div class='inline'><p>The node which will be used to render the tag.</p>
|
957
|
-
</div>
|
958
|
-
|
959
|
-
</li>
|
960
|
-
|
961
|
-
</ul>
|
962
|
-
|
963
|
-
</div><table class="source_code">
|
964
|
-
<tr>
|
965
|
-
<td>
|
957
|
+
</div>
|
958
|
+
|
959
|
+
</li>
|
960
|
+
|
961
|
+
</ul>
|
962
|
+
|
963
|
+
</div><table class="source_code">
|
964
|
+
<tr>
|
965
|
+
<td>
|
966
966
|
<pre class="lines">
|
967
967
|
|
968
968
|
|
969
969
|
104
|
970
970
|
105
|
971
|
-
106</pre>
|
972
|
-
</td>
|
973
|
-
<td>
|
971
|
+
106</pre>
|
972
|
+
</td>
|
973
|
+
<td>
|
974
974
|
<pre class="code"><span class="info file"># File 'lib/utopia/content/node.rb', line 104</span>
|
975
975
|
|
976
976
|
<span class='kw'>def</span> <span class='id identifier rubyid_lookup_tag'>lookup_tag</span><span class='lparen'>(</span><span class='id identifier rubyid_tag'>tag</span><span class='rparen'>)</span>
|
977
977
|
<span class='kw'>return</span> <span class='ivar'>@controller</span><span class='period'>.</span><span class='id identifier rubyid_lookup_tag'>lookup_tag</span><span class='lparen'>(</span><span class='id identifier rubyid_tag'>tag</span><span class='period'>.</span><span class='id identifier rubyid_name'>name</span><span class='comma'>,</span> <span class='kw'>self</span><span class='rparen'>)</span>
|
978
|
-
<span class='kw'>end</span></pre>
|
979
|
-
</td>
|
980
|
-
</tr>
|
981
|
-
</table>
|
982
|
-
</div>
|
983
|
-
|
984
|
-
<div class="method_details ">
|
985
|
-
<h3 class="signature " id="name-instance_method">
|
986
|
-
|
987
|
-
#<strong>name</strong> ⇒ <tt>Object</tt>
|
988
|
-
|
989
|
-
|
990
|
-
|
991
|
-
|
992
|
-
|
993
|
-
</h3><table class="source_code">
|
994
|
-
<tr>
|
995
|
-
<td>
|
978
|
+
<span class='kw'>end</span></pre>
|
979
|
+
</td>
|
980
|
+
</tr>
|
981
|
+
</table>
|
982
|
+
</div>
|
983
|
+
|
984
|
+
<div class="method_details ">
|
985
|
+
<h3 class="signature " id="name-instance_method">
|
986
|
+
|
987
|
+
#<strong>name</strong> ⇒ <tt>Object</tt>
|
988
|
+
|
989
|
+
|
990
|
+
|
991
|
+
|
992
|
+
|
993
|
+
</h3><table class="source_code">
|
994
|
+
<tr>
|
995
|
+
<td>
|
996
996
|
<pre class="lines">
|
997
997
|
|
998
998
|
|
999
999
|
44
|
1000
1000
|
45
|
1001
|
-
46</pre>
|
1002
|
-
</td>
|
1003
|
-
<td>
|
1001
|
+
46</pre>
|
1002
|
+
</td>
|
1003
|
+
<td>
|
1004
1004
|
<pre class="code"><span class="info file"># File 'lib/utopia/content/node.rb', line 44</span>
|
1005
1005
|
|
1006
1006
|
<span class='kw'>def</span> <span class='id identifier rubyid_name'>name</span>
|
1007
1007
|
<span class='ivar'>@uri_path</span><span class='period'>.</span><span class='id identifier rubyid_basename'>basename</span>
|
1008
|
-
<span class='kw'>end</span></pre>
|
1009
|
-
</td>
|
1010
|
-
</tr>
|
1011
|
-
</table>
|
1012
|
-
</div>
|
1013
|
-
|
1014
|
-
<div class="method_details ">
|
1015
|
-
<h3 class="signature " id="parent_path-instance_method">
|
1016
|
-
|
1017
|
-
#<strong>parent_path</strong> ⇒ <tt>Object</tt>
|
1018
|
-
|
1019
|
-
|
1020
|
-
|
1021
|
-
|
1022
|
-
|
1023
|
-
</h3><table class="source_code">
|
1024
|
-
<tr>
|
1025
|
-
<td>
|
1008
|
+
<span class='kw'>end</span></pre>
|
1009
|
+
</td>
|
1010
|
+
</tr>
|
1011
|
+
</table>
|
1012
|
+
</div>
|
1013
|
+
|
1014
|
+
<div class="method_details ">
|
1015
|
+
<h3 class="signature " id="parent_path-instance_method">
|
1016
|
+
|
1017
|
+
#<strong>parent_path</strong> ⇒ <tt>Object</tt>
|
1018
|
+
|
1019
|
+
|
1020
|
+
|
1021
|
+
|
1022
|
+
|
1023
|
+
</h3><table class="source_code">
|
1024
|
+
<tr>
|
1025
|
+
<td>
|
1026
1026
|
<pre class="lines">
|
1027
1027
|
|
1028
1028
|
|
1029
1029
|
69
|
1030
1030
|
70
|
1031
|
-
71</pre>
|
1032
|
-
</td>
|
1033
|
-
<td>
|
1031
|
+
71</pre>
|
1032
|
+
</td>
|
1033
|
+
<td>
|
1034
1034
|
<pre class="code"><span class="info file"># File 'lib/utopia/content/node.rb', line 69</span>
|
1035
1035
|
|
1036
1036
|
<span class='kw'>def</span> <span class='id identifier rubyid_parent_path'>parent_path</span>
|
1037
1037
|
<span class='ivar'>@uri_path</span><span class='period'>.</span><span class='id identifier rubyid_dirname'>dirname</span>
|
1038
|
-
<span class='kw'>end</span></pre>
|
1039
|
-
</td>
|
1040
|
-
</tr>
|
1041
|
-
</table>
|
1042
|
-
</div>
|
1043
|
-
|
1044
|
-
<div class="method_details ">
|
1045
|
-
<h3 class="signature " id="process!-instance_method">
|
1046
|
-
|
1047
|
-
#<strong>process!</strong>(request, attributes = {}) ⇒ <tt>Object</tt>
|
1048
|
-
|
1049
|
-
|
1050
|
-
|
1051
|
-
|
1052
|
-
|
1053
|
-
</h3><table class="source_code">
|
1054
|
-
<tr>
|
1055
|
-
<td>
|
1038
|
+
<span class='kw'>end</span></pre>
|
1039
|
+
</td>
|
1040
|
+
</tr>
|
1041
|
+
</table>
|
1042
|
+
</div>
|
1043
|
+
|
1044
|
+
<div class="method_details ">
|
1045
|
+
<h3 class="signature " id="process!-instance_method">
|
1046
|
+
|
1047
|
+
#<strong>process!</strong>(request, attributes = {}) ⇒ <tt>Object</tt>
|
1048
|
+
|
1049
|
+
|
1050
|
+
|
1051
|
+
|
1052
|
+
|
1053
|
+
</h3><table class="source_code">
|
1054
|
+
<tr>
|
1055
|
+
<td>
|
1056
1056
|
<pre class="lines">
|
1057
1057
|
|
1058
1058
|
|
1059
1059
|
121
|
1060
1060
|
122
|
1061
|
-
123</pre>
|
1062
|
-
</td>
|
1063
|
-
<td>
|
1061
|
+
123</pre>
|
1062
|
+
</td>
|
1063
|
+
<td>
|
1064
1064
|
<pre class="code"><span class="info file"># File 'lib/utopia/content/node.rb', line 121</span>
|
1065
1065
|
|
1066
1066
|
<span class='kw'>def</span> <span class='id identifier rubyid_process!'>process!</span><span class='lparen'>(</span><span class='id identifier rubyid_request'>request</span><span class='comma'>,</span> <span class='id identifier rubyid_attributes'>attributes</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='rparen'>)</span>
|
1067
1067
|
<span class='const'><span class='object_link'><a href="Document.html" title="Utopia::Content::Document (class)">Document</a></span></span><span class='period'>.</span><span class='id identifier rubyid_render'><span class='object_link'><a href="Document.html#render-class_method" title="Utopia::Content::Document.render (method)">render</a></span></span><span class='lparen'>(</span><span class='kw'>self</span><span class='comma'>,</span> <span class='id identifier rubyid_request'>request</span><span class='comma'>,</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_to_a'>to_a</span>
|
1068
|
-
<span class='kw'>end</span></pre>
|
1069
|
-
</td>
|
1070
|
-
</tr>
|
1071
|
-
</table>
|
1072
|
-
</div>
|
1073
|
-
|
1074
|
-
<div class="method_details ">
|
1075
|
-
<h3 class="signature " id="related_links-instance_method">
|
1076
|
-
|
1077
|
-
#<strong>related_links</strong> ⇒ <tt>Object</tt>
|
1078
|
-
|
1079
|
-
|
1080
|
-
|
1081
|
-
|
1082
|
-
|
1083
|
-
</h3><table class="source_code">
|
1084
|
-
<tr>
|
1085
|
-
<td>
|
1068
|
+
<span class='kw'>end</span></pre>
|
1069
|
+
</td>
|
1070
|
+
</tr>
|
1071
|
+
</table>
|
1072
|
+
</div>
|
1073
|
+
|
1074
|
+
<div class="method_details ">
|
1075
|
+
<h3 class="signature " id="related_links-instance_method">
|
1076
|
+
|
1077
|
+
#<strong>related_links</strong> ⇒ <tt>Object</tt>
|
1078
|
+
|
1079
|
+
|
1080
|
+
|
1081
|
+
|
1082
|
+
|
1083
|
+
</h3><table class="source_code">
|
1084
|
+
<tr>
|
1085
|
+
<td>
|
1086
1086
|
<pre class="lines">
|
1087
1087
|
|
1088
1088
|
|
@@ -1090,63 +1090,63 @@
|
|
1090
1090
|
85
|
1091
1091
|
86
|
1092
1092
|
87
|
1093
|
-
88</pre>
|
1094
|
-
</td>
|
1095
|
-
<td>
|
1093
|
+
88</pre>
|
1094
|
+
</td>
|
1095
|
+
<td>
|
1096
1096
|
<pre class="code"><span class="info file"># File 'lib/utopia/content/node.rb', line 84</span>
|
1097
1097
|
|
1098
1098
|
<span class='kw'>def</span> <span class='id identifier rubyid_related_links'>related_links</span>
|
1099
1099
|
<span class='id identifier rubyid_name'>name</span> <span class='op'>=</span> <span class='ivar'>@uri_path</span><span class='period'>.</span><span class='id identifier rubyid_basename'>basename</span>
|
1100
1100
|
|
1101
1101
|
<span class='kw'>return</span> <span class='const'><span class='object_link'><a href="Links.html" title="Utopia::Content::Links (class)">Links</a></span></span><span class='period'>.</span><span class='id identifier rubyid_index'><span class='object_link'><a href="Links.html#index-class_method" title="Utopia::Content::Links.index (method)">index</a></span></span><span class='lparen'>(</span><span class='ivar'>@controller</span><span class='period'>.</span><span class='id identifier rubyid_root'><span class='object_link'><a href="../../top-level-namespace.html" title="Top Level Namespace (root)">root</a></span></span><span class='comma'>,</span> <span class='ivar'>@uri_path</span><span class='period'>.</span><span class='id identifier rubyid_dirname'>dirname</span><span class='comma'>,</span> <span class='symbol'>:name</span> <span class='op'>=></span> <span class='ivar'>@uri_path</span><span class='period'>.</span><span class='id identifier rubyid_basename'>basename</span><span class='comma'>,</span> <span class='symbol'>:indices</span> <span class='op'>=></span> <span class='kw'>true</span><span class='rparen'>)</span>
|
1102
|
-
<span class='kw'>end</span></pre>
|
1103
|
-
</td>
|
1104
|
-
</tr>
|
1105
|
-
</table>
|
1106
|
-
</div>
|
1107
|
-
|
1108
|
-
<div class="method_details ">
|
1109
|
-
<h3 class="signature " id="sibling_links-instance_method">
|
1110
|
-
|
1111
|
-
#<strong>sibling_links</strong>(**options) ⇒ <tt>Object</tt>
|
1112
|
-
|
1113
|
-
|
1114
|
-
|
1115
|
-
|
1116
|
-
|
1117
|
-
</h3><table class="source_code">
|
1118
|
-
<tr>
|
1119
|
-
<td>
|
1102
|
+
<span class='kw'>end</span></pre>
|
1103
|
+
</td>
|
1104
|
+
</tr>
|
1105
|
+
</table>
|
1106
|
+
</div>
|
1107
|
+
|
1108
|
+
<div class="method_details ">
|
1109
|
+
<h3 class="signature " id="sibling_links-instance_method">
|
1110
|
+
|
1111
|
+
#<strong>sibling_links</strong>(**options) ⇒ <tt>Object</tt>
|
1112
|
+
|
1113
|
+
|
1114
|
+
|
1115
|
+
|
1116
|
+
|
1117
|
+
</h3><table class="source_code">
|
1118
|
+
<tr>
|
1119
|
+
<td>
|
1120
1120
|
<pre class="lines">
|
1121
1121
|
|
1122
1122
|
|
1123
1123
|
98
|
1124
1124
|
99
|
1125
|
-
100</pre>
|
1126
|
-
</td>
|
1127
|
-
<td>
|
1125
|
+
100</pre>
|
1126
|
+
</td>
|
1127
|
+
<td>
|
1128
1128
|
<pre class="code"><span class="info file"># File 'lib/utopia/content/node.rb', line 98</span>
|
1129
1129
|
|
1130
1130
|
<span class='kw'>def</span> <span class='id identifier rubyid_sibling_links'>sibling_links</span><span class='lparen'>(</span><span class='op'>**</span><span class='id identifier rubyid_options'>options</span><span class='rparen'>)</span>
|
1131
1131
|
<span class='kw'>return</span> <span class='const'><span class='object_link'><a href="Links.html" title="Utopia::Content::Links (class)">Links</a></span></span><span class='period'>.</span><span class='id identifier rubyid_index'><span class='object_link'><a href="Links.html#index-class_method" title="Utopia::Content::Links.index (method)">index</a></span></span><span class='lparen'>(</span><span class='ivar'>@controller</span><span class='period'>.</span><span class='id identifier rubyid_root'><span class='object_link'><a href="../../top-level-namespace.html" title="Top Level Namespace (root)">root</a></span></span><span class='comma'>,</span> <span class='id identifier rubyid_siblings_path'>siblings_path</span><span class='comma'>,</span> <span class='id identifier rubyid_options'>options</span><span class='rparen'>)</span>
|
1132
|
-
<span class='kw'>end</span></pre>
|
1133
|
-
</td>
|
1134
|
-
</tr>
|
1135
|
-
</table>
|
1136
|
-
</div>
|
1137
|
-
|
1138
|
-
<div class="method_details ">
|
1139
|
-
<h3 class="signature " id="siblings_path-instance_method">
|
1140
|
-
|
1141
|
-
#<strong>siblings_path</strong> ⇒ <tt>Object</tt>
|
1142
|
-
|
1143
|
-
|
1144
|
-
|
1145
|
-
|
1146
|
-
|
1147
|
-
</h3><table class="source_code">
|
1148
|
-
<tr>
|
1149
|
-
<td>
|
1132
|
+
<span class='kw'>end</span></pre>
|
1133
|
+
</td>
|
1134
|
+
</tr>
|
1135
|
+
</table>
|
1136
|
+
</div>
|
1137
|
+
|
1138
|
+
<div class="method_details ">
|
1139
|
+
<h3 class="signature " id="siblings_path-instance_method">
|
1140
|
+
|
1141
|
+
#<strong>siblings_path</strong> ⇒ <tt>Object</tt>
|
1142
|
+
|
1143
|
+
|
1144
|
+
|
1145
|
+
|
1146
|
+
|
1147
|
+
</h3><table class="source_code">
|
1148
|
+
<tr>
|
1149
|
+
<td>
|
1150
1150
|
<pre class="lines">
|
1151
1151
|
|
1152
1152
|
|
@@ -1156,9 +1156,9 @@
|
|
1156
1156
|
93
|
1157
1157
|
94
|
1158
1158
|
95
|
1159
|
-
96</pre>
|
1160
|
-
</td>
|
1161
|
-
<td>
|
1159
|
+
96</pre>
|
1160
|
+
</td>
|
1161
|
+
<td>
|
1162
1162
|
<pre class="code"><span class="info file"># File 'lib/utopia/content/node.rb', line 90</span>
|
1163
1163
|
|
1164
1164
|
<span class='kw'>def</span> <span class='id identifier rubyid_siblings_path'>siblings_path</span>
|
@@ -1167,22 +1167,22 @@
|
|
1167
1167
|
<span class='kw'>else</span>
|
1168
1168
|
<span class='ivar'>@uri_path</span><span class='period'>.</span><span class='id identifier rubyid_dirname'>dirname</span>
|
1169
1169
|
<span class='kw'>end</span>
|
1170
|
-
<span class='kw'>end</span></pre>
|
1171
|
-
</td>
|
1172
|
-
</tr>
|
1173
|
-
</table>
|
1174
|
-
</div>
|
1175
|
-
|
1176
|
-
</div>
|
1177
|
-
|
1178
|
-
</div>
|
1179
|
-
|
1180
|
-
<div id="footer">
|
1181
|
-
Generated on Sat Mar
|
1182
|
-
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1183
|
-
0.9.
|
1184
|
-
</div>
|
1185
|
-
|
1186
|
-
</div>
|
1187
|
-
</body>
|
1170
|
+
<span class='kw'>end</span></pre>
|
1171
|
+
</td>
|
1172
|
+
</tr>
|
1173
|
+
</table>
|
1174
|
+
</div>
|
1175
|
+
|
1176
|
+
</div>
|
1177
|
+
|
1178
|
+
</div>
|
1179
|
+
|
1180
|
+
<div id="footer">
|
1181
|
+
Generated on Sat Mar 9 12:01:53 2019 by
|
1182
|
+
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1183
|
+
0.9.18 (ruby-2.6.1).
|
1184
|
+
</div>
|
1185
|
+
|
1186
|
+
</div>
|
1187
|
+
</body>
|
1188
1188
|
</html>
|